>>> Building on exopi-6 under lang/rust BDEPENDS = [net/curl;archivers/xz;lang/python/3;security/libssh2;devel/gdb;devel/cmake;shells/bash;devel/llvm/16;devel/ninja;devel/gmake] DIST = [lang/rust,-src:rust/rustc-1.78.0-src.tar.xz;lang/rust,-src:rust/rustc-bootstrap-amd64-1.78.0.tar.lz] FULLPKGNAME = rust-1.78.0 RDEPENDS = [security/libssh2;net/curl] (Junk lock obtained for exopi-6 at 1716223848.56) >>> Running depends in lang/rust at 1716223848.59 last junk was in games/freeblocks /usr/sbin/pkg_add -aI -Drepair gdb-9.2p5 libssh2-1.11.0 llvm-16.0.6p26 was: /usr/sbin/pkg_add -aI -Drepair bash-5.2.26 cmake-3.28.3p0v1 curl-8.7.1 gdb-9.2p5 gmake-4.4.1 libssh2-1.11.0 llvm-16.0.6p26 ninja-1.11.1p0v0 python-3.11.9p2 xz-5.4.5 /usr/sbin/pkg_add -aI -Drepair gdb-9.2p5 libssh2-1.11.0 llvm-16.0.6p26 New and changed readme(s): /usr/local/share/doc/pkg-readmes/llvm-16 >>> Running show-prepare-results in lang/rust at 1716223872.67 ===> lang/rust ===> Building from scratch rust-1.78.0 ===> rust-1.78.0 depends on: cmake-* -> cmake-3.28.3p0v1 ===> rust-1.78.0 depends on: bash-* -> bash-5.2.26 ===> rust-1.78.0 depends on: ninja-* -> ninja-1.11.1p0v0 ===> rust-1.78.0 depends on: gdb-* -> gdb-9.2p5 ===> rust-1.78.0 depends on: python->=3.11,<3.12 -> python-3.11.9p2 ===> rust-1.78.0 depends on: llvm->=16,<17 -> llvm-16.0.6p26 ===> rust-1.78.0 depends on: gmake-* -> gmake-4.4.1 ===> rust-1.78.0 depends on: xz->=5.4.0 -> xz-5.4.5 ===> rust-1.78.0 depends on: curl-* -> curl-8.7.1 ===> rust-1.78.0 depends on: libssh2-* -> libssh2-1.11.0 ===> Verifying specs: c++ c++abi pthread c crypto curl m pthread ssh2 ssl z c++ c++abi pthread c m pthread c++ c++abi pthread c m pthread ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.100.1 crypto.54.0 curl.26.25 m.10.1 ssh2.10.1 ssl.57.0 z.7.0 bash-5.2.26 cmake-3.28.3p0v1 curl-8.7.1 gdb-9.2p5 gmake-4.4.1 libssh2-1.11.0 llvm-16.0.6p26 ninja-1.11.1p0v0 python-3.11.9p2 xz-5.4.5 (Junk lock released for exopi-6 at 1716223875.18) distfiles size=243297015 >>> Running patch in lang/rust at 1716223875.21 ===> lang/rust ===> Checking files for rust-1.78.0 `/exopi-cvs/ports/distfiles/rust/rustc-1.78.0-src.tar.xz' is up to date. `/exopi-cvs/ports/distfiles/rust/rustc-bootstrap-amd64-1.78.0.tar.lz' is up to date. >> (SHA256) rust/rustc-1.78.0-src.tar.xz: OK >> (SHA256) rust/rustc-bootstrap-amd64-1.78.0.tar.lz: OK ===> Extracting for rust-1.78.0 ===> Patching for rust-1.78.0 ===> Applying OpenBSD patch patch-compiler_rustc_mir_transform_src_abort_unwinding_calls_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Workaround for sparc64 |https://github.com/rust-lang/rust/issues/90064 | |Index: compiler/rustc_mir_transform/src/abort_unwinding_calls.rs |--- compiler/rustc_mir_transform/src/abort_unwinding_calls.rs.orig |+++ compiler/rustc_mir_transform/src/abort_unwinding_calls.rs -------------------------- Patching file compiler/rustc_mir_transform/src/abort_unwinding_calls.rs using Plan A... Hunk #1 succeeded at 91. done ===> Applying OpenBSD patch patch-compiler_rustc_session_src_options_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |amd64: make -Z cf-protection=branch the default |aarch64: make -Z branch-protection=bti,pac-ret the default | |Index: compiler/rustc_session/src/options.rs |--- compiler/rustc_session/src/options.rs.orig |+++ compiler/rustc_session/src/options.rs -------------------------- Patching file compiler/rustc_session/src/options.rs using Plan A... Hunk #1 succeeded at 1545. Hunk #2 succeeded at 1588. done ===> Applying OpenBSD patch patch-compiler_rustc_target_src_spec_targets_i686_unknown_openbsd_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |i386 should be pentiumpro (no SSE2, no ...) | |Index: compiler/rustc_target/src/spec/targets/i686_unknown_openbsd.rs |--- compiler/rustc_target/src/spec/targets/i686_unknown_openbsd.rs.orig |+++ compiler/rustc_target/src/spec/targets/i686_unknown_openbsd.rs -------------------------- Patching file compiler/rustc_target/src/spec/targets/i686_unknown_openbsd.rs using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-library_std_src_os_unix_net_addr_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Backport https://github.com/rust-lang/rust/pull/123779 | |Index: library/std/src/os/unix/net/addr.rs |--- library/std/src/os/unix/net/addr.rs.orig |+++ library/std/src/os/unix/net/addr.rs -------------------------- Patching file library/std/src/os/unix/net/addr.rs using Plan A... Hunk #1 succeeded at 107. done ===> Applying OpenBSD patch patch-library_std_src_sys_pal_unix_os_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |argv0 isn't suitable as current_exe() in all cases. | |Index: library/std/src/sys/pal/unix/os.rs |--- library/std/src/sys/pal/unix/os.rs.orig |+++ library/std/src/sys/pal/unix/os.rs -------------------------- Patching file library/std/src/sys/pal/unix/os.rs using Plan A... Hunk #1 succeeded at 391. done ===> Applying OpenBSD patch patch-src_bootstrap_bootstrap_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Workaround for sparc64: bootstrap segfaults without -O3 | |Index: src/bootstrap/bootstrap.py |--- src/bootstrap/bootstrap.py.orig |+++ src/bootstrap/bootstrap.py -------------------------- Patching file src/bootstrap/bootstrap.py using Plan A... Hunk #1 succeeded at 977. done ===> Applying OpenBSD patch patch-src_bootstrap_src_bin_rustc_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |try to reduce memory usage on aarch64 and i386: | - reduce memory use by retaining fewer names within compilation artifacts | - divise (with codegen-units) the unit in smaller parts to manipulate it | |Index: src/bootstrap/src/bin/rustc.rs |--- src/bootstrap/src/bin/rustc.rs.orig |+++ src/bootstrap/src/bin/rustc.rs -------------------------- Patching file src/bootstrap/src/bin/rustc.rs using Plan A... Hunk #1 succeeded at 150. done ===> Applying OpenBSD patch patch-src_bootstrap_src_core_build_steps_test_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable "Bootstrap" test by default (it requires network). | |Index: src/bootstrap/src/core/build_steps/test.rs |--- src/bootstrap/src/core/build_steps/test.rs.orig |+++ src/bootstrap/src/core/build_steps/test.rs -------------------------- Patching file src/bootstrap/src/core/build_steps/test.rs using Plan A... Hunk #1 succeeded at 2910. done ===> Applying OpenBSD patch patch-src_bootstrap_src_lib_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |let us compilation choice to be honored. |https://github.com/rust-lang/rust/issues/39900 | |Index: src/bootstrap/src/lib.rs |--- src/bootstrap/src/lib.rs.orig |+++ src/bootstrap/src/lib.rs -------------------------- Patching file src/bootstrap/src/lib.rs using Plan A... Hunk #1 succeeded at 1216. done ===> Applying OpenBSD patch patch-src_etc_rust-gdb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |use egdb (gdb from ports) | |Index: src/etc/rust-gdb |--- src/etc/rust-gdb.orig |+++ src/etc/rust-gdb -------------------------- Patching file src/etc/rust-gdb using Plan A... Hunk #1 succeeded at 19. done ===> Applying OpenBSD patch patch-src_etc_rust-lldb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use lldb from ports (lldb from base does not support importing modules) | |Index: src/etc/rust-lldb |--- src/etc/rust-lldb.orig |+++ src/etc/rust-lldb -------------------------- Patching file src/etc/rust-lldb using Plan A... Hunk #1 succeeded at 10. done ===> Applying OpenBSD patch patch-src_llvm-project_llvm_cmake_modules_GetLibraryName_cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Properly parse library suffixes on OpenBSD | |Index: src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake |--- src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake.orig |+++ src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake -------------------------- Patching file src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-src_llvm-project_llvm_tools_llvm-shlib_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Do not pass -Bsymbolic-functions on sparc64, the linker doesn't support it | |Index: src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt |--- src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt.orig |+++ src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt -------------------------- Patching file src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt using Plan A... Hunk #1 succeeded at 55. done ===> Applying OpenBSD patch patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/tools/cargo/crates/cargo-test-support/src/paths.rs |--- src/tools/cargo/crates/cargo-test-support/src/paths.rs.orig |+++ src/tools/cargo/crates/cargo-test-support/src/paths.rs -------------------------- Patching file src/tools/cargo/crates/cargo-test-support/src/paths.rs using Plan A... Hunk #1 succeeded at 17. done ===> Applying OpenBSD patch patch-tests_ui_sse2_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: tests/ui/sse2.rs |--- tests/ui/sse2.rs.orig |+++ tests/ui/sse2.rs -------------------------- Patching file tests/ui/sse2.rs using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-vendor_libgit2-sys_build_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |libgit2: force embedded version | |Index: vendor/libgit2-sys/build.rs |--- vendor/libgit2-sys/build.rs.orig |+++ vendor/libgit2-sys/build.rs -------------------------- Patching file vendor/libgit2-sys/build.rs using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 50. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_92_build_main_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The LibreSSL version in -current isn't explicitly supported. | |Index: vendor/openssl-sys-0.9.92/build/main.rs |--- vendor/openssl-sys-0.9.92/build/main.rs.orig |+++ vendor/openssl-sys-0.9.92/build/main.rs -------------------------- Patching file vendor/openssl-sys-0.9.92/build/main.rs using Plan A... Hunk #1 succeeded at 273. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_92_src_handwritten_x509_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2145 | |Index: vendor/openssl-sys-0.9.92/src/handwritten/x509.rs |--- vendor/openssl-sys-0.9.92/src/handwritten/x509.rs.orig |+++ vendor/openssl-sys-0.9.92/src/handwritten/x509.rs -------------------------- Patching file vendor/openssl-sys-0.9.92/src/handwritten/x509.rs using Plan A... Hunk #1 succeeded at 685. done ===> Applying OpenBSD patch patch-vendor_openssl-sys_build_main_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The LibreSSL version in -current isn't explicitly supported. | |Index: vendor/openssl-sys/build/main.rs |--- vendor/openssl-sys/build/main.rs.orig |+++ vendor/openssl-sys/build/main.rs -------------------------- Patching file vendor/openssl-sys/build/main.rs using Plan A... Hunk #1 succeeded at 300. done ===> Applying OpenBSD patch patch-vendor_openssl_build_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2124 | |Index: vendor/openssl/build.rs |--- vendor/openssl/build.rs.orig |+++ vendor/openssl/build.rs -------------------------- Patching file vendor/openssl/build.rs using Plan A... Hunk #1 succeeded at 81. done ===> Applying OpenBSD patch patch-vendor_openssl_src_lib_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Part of https://github.com/sfackler/rust-openssl/pull/2121 | |Index: vendor/openssl/src/lib.rs |--- vendor/openssl/src/lib.rs.orig |+++ vendor/openssl/src/lib.rs -------------------------- Patching file vendor/openssl/src/lib.rs using Plan A... Hunk #1 succeeded at 218. done ===> Applying OpenBSD patch patch-vendor_psm_src_arch_x86_64_s Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add some endbr64 instructions: required for rustc binary on amd64 with IBT. | |Index: vendor/psm/src/arch/x86_64.s |--- vendor/psm/src/arch/x86_64.s.orig |+++ vendor/psm/src/arch/x86_64.s -------------------------- Patching file vendor/psm/src/arch/x86_64.s using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 40. Hunk #3 succeeded at 60. Hunk #4 succeeded at 74. done sed -i 's/"files":{[^}]*}/"files":{}/' /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/*/.cargo-checksum.json /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DTRIPLE_ARCH=x86_64-unknown-openbsd -DV=1.78.0 -DLIBRUST_HASH=6a40f2679b82d5 -DWRKBUILD=/exopi-obj/pobj/rust-1.78.0/build-amd64 -DARCH=amd64 -DBASE_PKGPATH=lang/rust -DFLAVOR_EXT= -DFULLPKGNAME=rust-1.78.0 -DHOMEPAGE=https://www.rust-lang.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Sebastien\ Marie\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM= -i -B /exopi-obj/pobj/rust-1.78.0 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-test-support/src/paths.rs ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in lang/rust at 1716223940.58 ===> lang/rust ===> Generating configure for rust-1.78.0 ===> Configuring for rust-1.78.0 Using /exopi-obj/pobj/rust-1.78.0/config.site (generated) echo 'change-id = 118703' >/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[build]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'rustc = "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'cargo = "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'python = "/usr/local/bin/python3.11"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'gdb = "/usr/local/bin/egdb"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'vendor = true' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'extended = true' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'tools = ["cargo", "clippy", "rustdoc", "rustfmt"]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'docs = false' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'verbose = 2' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'host = ["x86_64-unknown-openbsd"]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'target = ["x86_64-unknown-openbsd"]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[install]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'prefix = "/usr/local"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'sysconfdir = "/etc"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'mandir = "man"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[rust]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'channel = "stable"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'codegen-tests = false' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'verbose-tests = true' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'deny-warnings = false' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[dist]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'compression-formats = ["gz"]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[llvm]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'static-libstdcpp = false' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'ninja = true' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'cxxflags = "-O2 -pipe -fno-ret-protector -mno-retpoline"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo '[target.x86_64-unknown-openbsd]' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml echo 'llvm-config = "/usr/local/bin/llvm-config-16"' >>/exopi-obj/pobj/rust-1.78.0/build-amd64/config.toml >>> Running build in lang/rust at 1716223941.11 ===> lang/rust ===> Building for rust-1.78.0 cd /exopi-obj/pobj/rust-1.78.0/build-amd64 && exec /usr/bin/env -i LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" CARGO_HOME=/exopi-obj/pobj/rust-1.78.0/build-amd64/cargo-home TMPDIR=/exopi-obj/pobj/rust-1.78.0/build-amd64 LIBSSH2_SYS_USE_PKG_CONFIG=1 CC=cc PYTHONUSERBASE=/exopi-obj/pobj/rust-1.78.0 AUTOMAKE_VERSION=1.4 AUTOCONF_VERSION=2.13 CONFIG_SITE='/exopi-obj/pobj/rust-1.78.0/config.site' PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/rust-1.78.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/rust-1.78.0_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/rust-1.78.0/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/rust-1.78.0/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/rust-1.78.0/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/rust-1.78.0/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/rust-1.78.0/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/rust-1.78.0/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/rust-1.78.0/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/rust-1.78.0/bin/install -d -m 755" /usr/local/bin/python3.11 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/x.py dist --jobs=6 rust-std rustc cargo clippy rustfmt rust-src Building bootstrap running: /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo build --manifest-path /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap/Cargo.toml --verbose --verbose --frozen Compiling libc v0.2.151 Compiling proc-macro2 v1.0.76 Compiling unicode-ident v1.0.12 Compiling cfg-if v1.0.0 Compiling version_check v0.9.4 Compiling typenum v1.17.0 Compiling memchr v2.7.1 Compiling cc v1.0.73 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7bcd30a9c642866a -C extra-filename=-7bcd30a9c642866a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.76 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=76 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=95200b2279fff366 -C extra-filename=-95200b2279fff366 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/proc-macro2-95200b2279fff366 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.151 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=151 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=fdebba6737361393 -C extra-filename=-fdebba6737361393 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/libc-fdebba6737361393 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=42cbbe333436ada2 -C extra-filename=-42cbbe333436ada2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=689f4398c9f7f7c7 -C extra-filename=-689f4398c9f7f7c7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.73 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.73 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.73 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1e4dd8bf72fe2a97 -C extra-filename=-1e4dd8bf72fe2a97 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=43db2e3f1dbf4297 -C extra-filename=-43db2e3f1dbf4297 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=cc446a4e6ca8c596 -C extra-filename=-cc446a4e6ca8c596 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/typenum-cc446a4e6ca8c596 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/channel.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rustix v0.38.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=1e8011f514c843a3 -C extra-filename=-1e8011f514c843a3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/rustix-1e8011f514c843a3 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.73/src/lib.rs:171:32 | 171 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 171 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling serde v1.0.195 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.195 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=195 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=67649cee5aa70b37 -C extra-filename=-67649cee5aa70b37 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde-67649cee5aa70b37 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.73/src/lib.rs:2050:22 | 2050 | Catalyst(&'static str), | -------- ^^^^^^^^^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 2050 | Catalyst(()), | ~~ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.76 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=76 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/proc-macro2-727865255b2d3244/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/proc-macro2-95200b2279fff366/build-script-build` warning: `version_check` (lib) generated 4 warnings Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=e2f078022a7dce49 -C extra-filename=-e2f078022a7dce49 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/generic-array-e2f078022a7dce49 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libversion_check-689f4398c9f7f7c7.rlib --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: trait `Byte` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/ext.rs:42:18 | 42 | pub(crate) trait Byte { | ^^^^ | = note: `#[warn(dead_code)]` on by default Compiling crossbeam-utils v0.8.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=675f2c39382e6882 -C extra-filename=-675f2c39382e6882 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/crossbeam-utils-675f2c39382e6882 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/rustix-c2c74a87ef36c65c/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/rustix-1e8011f514c843a3/build-script-build` [rustix 0.38.28] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.151 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=151 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/libc-9a827a5e1caa5720/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/libc-fdebba6737361393/build-script-build` [proc-macro2 1.0.76] cargo:rerun-if-changed=build/probe.rs [libc 0.2.151] cargo:rerun-if-changed=build.rs [libc 0.2.151] cargo:rustc-cfg=freebsd11 [libc 0.2.151] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.151] cargo:rustc-cfg=libc_union [libc 0.2.151] cargo:rustc-cfg=libc_const_size_of [libc 0.2.151] cargo:rustc-cfg=libc_align [libc 0.2.151] cargo:rustc-cfg=libc_int128 [libc 0.2.151] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.151] cargo:rustc-cfg=libc_packedN [libc 0.2.151] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.151] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.151] cargo:rustc-cfg=libc_long_array [libc 0.2.151] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.151] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.151] cargo:rustc-cfg=libc_const_extern_fn Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.151 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=151 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/libc-9a827a5e1caa5720/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=e4a905adbaf8d1ec -C extra-filename=-e4a905adbaf8d1ec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` [rustix 0.38.28] cargo:rustc-cfg=static_assertions [rustix 0.38.28] cargo:rustc-cfg=libc [rustix 0.38.28] cargo:rustc-cfg=netbsdlike [rustix 0.38.28] cargo:rustc-cfg=bsd [rustix 0.38.28] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.28] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.28] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.28] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.28] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.195 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=195 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde-18daf2d54296b4d4/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde-67649cee5aa70b37/build-script-build` [serde 1.0.195] cargo:rerun-if-changed=build.rs Compiling bitflags v2.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=44d1a3d9177b65f4 -C extra-filename=-44d1a3d9177b65f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `typenum` (build script) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/typenum-ec906220b642aa46/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/typenum-cc446a4e6ca8c596/build-script-main` [proc-macro2 1.0.76] cargo:rustc-cfg=wrap_proc_macro [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.76 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=76 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/proc-macro2-727865255b2d3244/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=62d591a65535fc62 -C extra-filename=-62d591a65535fc62 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libunicode_ident-42cbbe333436ada2.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg wrap_proc_macro` warning: unused import: `external::__private::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/lib.rs:255:21 | 255 | pub use crate::{external::__private::*, traits::__private::*}; | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:687:42 | 687 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:720:42 | 720 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 720 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:747:42 | 747 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 747 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:785:42 | 785 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 785 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:826:42 | 826 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:859:42 | 859 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 859 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:894:42 | 894 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/mod.rs:1002:50 | 1002 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc-0.2.151/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/typenum-ec906220b642aa46/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1d87fc272f37c16a -C extra-filename=-1d87fc272f37c16a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:72:48 | 72 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:88:47 | 88 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:165:29 | 165 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:187:32 | 187 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:193:32 | 193 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 193 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:216:32 | 216 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 216 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:650:32 | 650 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 650 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:659:63 | 659 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 659 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:721:32 | 721 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:741:34 | 741 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 741 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:865:32 | 865 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 865 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:877:32 | 877 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:1131:32 | 1131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:1137:34 | 1137 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1137 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/extra.rs:81:32 | 81 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:252:32 | 252 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 252 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:282:32 | 282 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:295:32 | 295 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 295 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:529:32 | 529 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:537:63 | 537 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 537 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:634:40 | 634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:643:40 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:731:32 | 731 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:740:32 | 740 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:915:32 | 915 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 915 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/wrapper.rs:924:32 | 924 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 924 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:302:32 | 302 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 302 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:309:32 | 309 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:321:32 | 321 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 321 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:541:32 | 541 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 541 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:615:32 | 615 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:627:32 | 627 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:761:40 | 761 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:767:40 | 767 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 767 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:840:32 | 840 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 840 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:846:34 | 846 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 846 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:1029:32 | 1029 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:1035:32 | 1035 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1035 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:1269:32 | 1269 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:1275:32 | 1275 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/lib.rs:1311:36 | 1311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/generic-array-faf158ec13e6683b/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/generic-array-e2f078022a7dce49/build-script-build` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Compiling pkg-config v0.3.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.30 CARGO_PKG_VERSION=0.3.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name pkg_config --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=210b7bf1b57d71eb -C extra-filename=-210b7bf1b57d71eb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/crossbeam-utils-daf4659032176f2a/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/crossbeam-utils-675f2c39382e6882/build-script-build` [crossbeam-utils 0.8.18] cargo:rerun-if-changed=no_atomic.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/crossbeam-utils-daf4659032176f2a/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=bd91f28511e1818e -C extra-filename=-bd91f28511e1818e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28/src/lib.rs:240:32 | 240 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 240 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28/src/lib.rs:247:32 | 247 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 247 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config-0.3.28/src/lib.rs:388:48 | 388 | fn format_output(output: &Output, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn format_output(output: &Output, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unused import: `*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: `memchr` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.195 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=195 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde-18daf2d54296b4d4/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8fd0baacff844da5 -C extra-filename=-8fd0baacff844da5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `bitflags` (lib) generated 2 warnings Compiling aho-corasick v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=69d69619cb277a8d -C extra-filename=-69d69619cb277a8d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libmemchr-43db2e3f1dbf4297.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:299:19 | 299 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.76/src/fallback.rs:305:12 | 303 | impl SourceFile { | --------------- methods in this implementation 304 | /// Get the path to this source file as a string. 305 | pub fn path(&self) -> PathBuf { | ^^^^ ... 309 | pub fn is_real(&self) -> bool { | ^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 526 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 628 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 526 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 628 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `cc` (lib) generated 2 warnings Compiling quote v1.0.35 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9ee6699a2dff3646 -C extra-filename=-9ee6699a2dff3646 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libproc_macro2-62d591a65535fc62.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1183:58 | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 30 31) 1285 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1207:58 | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 30 31) 1285 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1305:66 | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1339:66 | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1417:62 | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1417:62 | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning 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) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1574:54 | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning 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) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1574:54 | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:210:36 | 210 | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:228:37 | 228 | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `libc` (lib) generated 11 warnings Compiling errno v0.3.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=cbcc6c9b089eafac -C extra-filename=-cbcc6c9b089eafac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `errno` (lib) generated 2 warnings Compiling syn v2.0.48 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.48 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=32936a2ca8854dfe -C extra-filename=-32936a2ca8854dfe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libproc_macro2-62d591a65535fc62.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libquote-9ee6699a2dff3646.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libunicode_ident-42cbbe333436ada2.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `typenum` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/generic-array-faf158ec13e6683b/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=8b6a4243b2c9cc8b -C extra-filename=-8b6a4243b2c9cc8b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtypenum-1d87fc272f37c16a.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg relaxed_coherence` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning: `quote` (lib) generated 13 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/rustix-c2c74a87ef36c65c/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix-0.38.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=4252959b26d8383a -C extra-filename=-4252959b26d8383a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbitflags-44d1a3d9177b65f4.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liberrno-cbcc6c9b089eafac.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` Compiling regex-syntax v0.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=37476379b2d3e020 -C extra-filename=-37476379b2d3e020 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `proc-macro2` (lib) generated 114 warnings Compiling clap_lex v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex-0.6.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex-0.6.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9cf284867775a703 -C extra-filename=-9cf284867775a703 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `pkg-config` (lib) generated 3 warnings Compiling lzma-sys v0.1.20 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=708200d33a65ed79 -C extra-filename=-708200d33a65ed79 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/lzma-sys-708200d33a65ed79 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libpkg_config-210b7bf1b57d71eb.rlib --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/mod.rs:1017:38 | 1017 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/mod.rs:2889:38 | 2889 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2889 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:385:27 | 385 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 385 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:398:31 | 398 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 398 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:414:31 | 414 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 414 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:579:27 | 579 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 579 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:623:38 | 623 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:630:45 | 630 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:640:45 | 640 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:652:25 | 652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:660:25 | 660 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 660 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:668:25 | 668 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 668 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:674:60 | 674 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 674 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:684:54 | 684 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:693:60 | 693 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 693 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:718:44 | 718 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/attr.rs:729:44 | 729 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:66:43 | 66 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:77:54 | 77 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:166:25 | 166 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:281:25 | 281 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:292:25 | 292 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 292 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:304:35 | 304 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 304 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/data.rs:341:37 | 341 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/derive.rs:68:25 | 68 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/derive.rs:136:16 | 136 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/derive.rs:172:16 | 172 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 172 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/derive.rs:187:37 | 187 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:838:40 | 838 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 838 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1026:9 | 1026 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1026:9 | 1026 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1027:9 | 1027 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1027:9 | 1027 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1040:25 | 1040 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1132:49 | 1132 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1132 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1170:30 | 1170 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1190:16 | 1190 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1330:31 | 1330 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1330 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1346:16 | 1346 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1364:26 | 1364 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1377:26 | 1377 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1377 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1443:16 | 1443 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1443 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1445:16 | 1445 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1445 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1463:30 | 1463 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1463 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1627:25 | 1627 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1702:28 | 1702 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1760:28 | 1760 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1760 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1775:16 | 1775 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1775 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1791:16 | 1791 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1791 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1827:25 | 1827 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1827 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1836:30 | 1836 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1836 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1875:31 | 1875 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1875 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1922:25 | 1922 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1922 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1948:25 | 1948 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1948 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:1961:37 | 1961 | pub(crate) fn expr_early(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1961 | pub(crate) fn expr_early(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2051:16 | 2051 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2051 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2087:25 | 2087 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2087 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2092:26 | 2092 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2092 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2104:25 | 2104 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2104 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2122:25 | 2122 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2141:26 | 2141 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2141 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2163:25 | 2163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2174:25 | 2174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2204:25 | 2204 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2204 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2226:25 | 2226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2260:37 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2275 | / impl_by_parsing_expr! { 2276 | | ExprAssign, Assign, "expected assignment expression", 2277 | | ExprAwait, Await, "expected await expression", 2278 | | ExprBinary, Binary, "expected binary operation", ... | 2286 | | ExprTuple, Tuple, "expected tuple expression", 2287 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2292:25 | 2292 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2301:16 | 2301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2315:25 | 2315 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2324:25 | 2324 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2324 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2338:25 | 2338 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2338 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2347:25 | 2347 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2347 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2356:25 | 2356 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2356 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2368:25 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2384:28 | 2384 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2384 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2442:25 | 2442 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2442 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2453:27 | 2453 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2453 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2491:25 | 2491 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2491 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2515:25 | 2515 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2515 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2534:25 | 2534 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2534 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2545:25 | 2545 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2545 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2557:25 | 2557 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2557 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2567:26 | 2567 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2602:27 | 2602 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2602 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2624:25 | 2624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2660:16 | 2660 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2660 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2707:25 | 2707 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2726:25 | 2726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2744:26 | 2744 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2744 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2786:45 | 2786 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2786 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2820:25 | 2820 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2820 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2867:25 | 2867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/expr.rs:2926:26 | 2926 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ext.rs:45:25 | 45 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ext.rs:86:25 | 86 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ext.rs:108:21 | 108 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:107:32 | 107 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:118:40 | 118 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:129:34 | 129 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:140:42 | 140 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:151:35 | 151 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:162:43 | 162 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:331:38 | 331 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 331 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:331:52 | 331 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 331 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:394:35 | 394 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 394 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:540:25 | 540 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 540 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:603:25 | 603 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 603 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:668:25 | 668 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 668 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:697:25 | 697 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 697 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:708:25 | 708 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 708 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:749:25 | 749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:783:20 | 783 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 783 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:809:25 | 809 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:834:25 | 834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:845:25 | 845 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:869:25 | 869 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 869 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:900:25 | 900 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/generics.rs:911:25 | 911 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ident.rs:76:25 | 76 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ident.rs:95:25 | 95 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:903:25 | 903 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 903 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:911:16 | 911 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:913:16 | 913 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1114:20 | 1114 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1162:20 | 1162 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1162 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1183:45 | 1183 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1183 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1196:25 | 1196 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1225:28 | 1225 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1225 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1225:66 | 1225 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1225 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1250:25 | 1250 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1250 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1283:25 | 1283 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1290:16 | 1290 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1290 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1317:25 | 1317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1324:16 | 1324 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1399:25 | 1399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1417:25 | 1417 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1450:30 | 1450 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1450 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1461:25 | 1461 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1461 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1495:25 | 1495 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1504:16 | 1504 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1504 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1524:25 | 1524 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1524 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1591:25 | 1591 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1591 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1635:16 | 1635 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1635 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1705:25 | 1705 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1705 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1754:25 | 1754 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1754 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1779:25 | 1779 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1779 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1858:25 | 1858 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1858 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1874:25 | 1874 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1874 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1890:25 | 1890 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1890 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1906:39 | 1906 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1906 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1906:59 | 1906 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1906 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1939:25 | 1939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1957:25 | 1957 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1957 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1975:31 | 1975 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:1975:51 | 1975 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2011:25 | 2011 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2035:25 | 2035 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2035 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2059:25 | 2059 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2059 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2080:42 | 2080 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2110:25 | 2110 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2110 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2132:16 | 2132 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2132 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2185:25 | 2185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2192:16 | 2192 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2192 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2203:16 | 2203 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2203 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2241:25 | 2241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2326:25 | 2326 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2326 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2363:25 | 2363 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2363 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2392:25 | 2392 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2414:37 | 2414 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2414:57 | 2414 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2449:25 | 2449 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2449 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2467:25 | 2467 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2467 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2473:26 | 2473 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2473 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2579:25 | 2579 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2579 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2674:25 | 2674 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2674 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2711:25 | 2711 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2711 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2718:16 | 2718 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2718 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2752:25 | 2752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2777:36 | 2777 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2777 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2777:56 | 2777 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2777 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2814:25 | 2814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lifetime.rs:74:40 | 74 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:455:40 | 455 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:527:40 | 527 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:817:25 | 817 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 817 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:847:47 | 847 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 847 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:847:71 | 847 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 847 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:899:25 | 899 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:910:25 | 910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:921:25 | 921 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 921 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:932:25 | 932 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:943:25 | 943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lit.rs:954:25 | 954 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 954 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/mac.rs:144:38 | 144 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/mac.rs:170:25 | 170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:131:33 | 131 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:132:13 | 132 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:272:27 | 272 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 272 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:385:12 | 385 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 385 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:386:27 | 386 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/meta.rs:402:27 | 402 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/op.rs:86:25 | 86 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/op.rs:151:25 | 151 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/discouraged.rs:193:44 | 193 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/discouraged.rs:202:68 | 202 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 202 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/discouraged.rs:206:68 | 206 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:214:21 | 214 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 214 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:275:32 | 275 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:382:13 | 382 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:384:6 | 384 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:388:51 | 388 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 388 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:425:30 | 425 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 425 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:436:39 | 436 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 436 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:440:50 | 440 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:500:40 | 500 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:616:27 | 616 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:616:49 | 616 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:741:20 | 741 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1165:21 | 1165 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1165 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1172:21 | 1172 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1172 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1183:21 | 1183 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1183 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1190:21 | 1190 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1200:21 | 1200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1214:21 | 1214 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1224:21 | 1224 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1224 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1278:52 | 1278 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1287:15 | 1287 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1287 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse.rs:1357:22 | 1357 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:125:21 | 125 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:129:21 | 129 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:145:21 | 145 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:156:21 | 156 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 156 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:186:21 | 186 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:193:21 | 193 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:261:36 | 261 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 261 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:307:35 | 307 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 307 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:353:53 | 353 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 353 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:361:25 | 361 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:371:30 | 371 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:393:52 | 393 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:429:24 | 429 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 429 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:436:23 | 436 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 436 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:436:43 | 436 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 436 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:442:25 | 442 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:461:16 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:488:26 | 488 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 488 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:523:25 | 523 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 523 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:571:25 | 571 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:589:35 | 589 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 589 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:610:34 | 610 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 610 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:640:29 | 640 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:649:32 | 649 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:693:31 | 693 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 693 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:726:25 | 726 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/pat.rs:761:25 | 761 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:285:25 | 285 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:292:25 | 292 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 292 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:377:41 | 377 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 377 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:422:39 | 422 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:429:20 | 429 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 429 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:457:25 | 457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:465:25 | 465 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 465 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:477:25 | 477 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:483:32 | 483 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 483 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:544:39 | 544 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 544 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:576:43 | 576 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:591:20 | 591 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 591 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/path.rs:611:32 | 611 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 611 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:95:31 | 95 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 95 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:106:42 | 106 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 106 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:117:33 | 117 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:126:44 | 126 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 126 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:266:36 | 266 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:285:16 | 285 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:286:20 | 286 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:318:44 | 318 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 318 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:337:16 | 337 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:338:20 | 338 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/restriction.rs:67:25 | 67 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/restriction.rs:88:29 | 88 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:135:36 | 135 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:165:25 | 165 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:176:25 | 176 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:182:26 | 182 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 182 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:249:24 | 249 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 249 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:266:26 | 266 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/stmt.rs:318:16 | 318 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 318 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:275:25 | 275 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:289:36 | 289 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 289 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:297:16 | 297 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:572:25 | 572 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 572 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:583:25 | 583 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 583 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:596:25 | 596 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 596 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:632:25 | 632 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:697:25 | 697 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 697 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:730:25 | 730 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 730 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:739:25 | 739 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:748:36 | 748 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 748 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:753:36 | 753 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 753 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:767:25 | 767 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 767 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:775:25 | 775 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:783:36 | 783 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 783 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:789:36 | 789 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:801:20 | 801 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:829:25 | 829 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:837:36 | 837 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 837 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:842:36 | 842 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:890:25 | 890 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:904:25 | 904 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:910:33 | 910 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:958:35 | 958 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 958 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:975:25 | 975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/ty.rs:985:25 | 985 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 985 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling anstyle v1.0.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-1.0.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-1.0.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2683e35c3f68cbe -C extra-filename=-a2683e35c3f68cbe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling heck v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name heck --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=99d3f48ac5b8fd4b -C extra-filename=-99d3f48ac5b8fd4b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/kebab.rs:41:32 | 41 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 41 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lower_camel.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_kebab.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_snake.rs:56:32 | 56 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/snake.rs:54:32 | 54 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/title.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/train.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/upper_camel.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:85:30 | 85 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:86:24 | 86 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 86 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:82:18 | 82 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:178:36 | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:191:36 | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:199:37 | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `generic-array` (lib) generated 4 warnings Compiling clap_builder v4.4.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=4.4.12 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="usage"' -C metadata=0182e243d41b7595 -C extra-filename=-0182e243d41b7595 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libanstyle-a2683e35c3f68cbe.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_lex-9cf284867775a703.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `heck` (lib) generated 14 warnings Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=53f6222a2b4acfb0 -C extra-filename=-53f6222a2b4acfb0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libgeneric_array-8b6a4243b2c9cc8b.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtypenum-1d87fc272f37c16a.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=18a19b5296f229e8 -C extra-filename=-18a19b5296f229e8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libgeneric_array-8b6a4243b2c9cc8b.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_MANIFEST_LINKS=lzma CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/lzma-sys-c15640e445040701/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/lzma-sys-708200d33a65ed79/build-script-build` [lzma-sys 0.1.20] cargo:rerun-if-changed=build.rs [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LZMA_API_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_NO_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Compiling crossbeam-epoch v0.9.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.17 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.17 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f56bd6eef0a7ef30 -C extra-filename=-f56bd6eef0a7ef30 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcrossbeam_utils-bd91f28511e1818e.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=SYSROOT [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rustc-link-search=native=/usr/local/lib [lzma-sys 0.1.20] cargo:rustc-link-lib=lzma [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/derive.rs:314:16 | 314 | fn command<'help>() -> Command { | -^^^^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/derive.rs:317:27 | 317 | fn command_for_update<'help>() -> Command { | -^^^^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/arg.rs:4433:27 | 4433 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 4433 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/arg.rs:4440:27 | 4440 | fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4440 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/command.rs:4659:79 | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/command.rs:4883:32 | 4883 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 4883 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/range.rs:177:37 | 177 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/range.rs:188:37 | 188 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/styled_str.rs:203:37 | 203 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/value_parser.rs:567:37 | 567 | fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/debug_asserts.rs:401:26 | 401 | fn eq(&self, other: &Flag) -> bool { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 401 | fn eq(&self, other: &Flag<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/debug_asserts.rs:407:35 | 407 | fn partial_cmp(&self, other: &Flag) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn partial_cmp(&self, other: &Flag<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/debug_asserts.rs:431:36 | 431 | fn detect_duplicate_flags(flags: &[Flag], short_or_long: &str) { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 431 | fn detect_duplicate_flags(flags: &[Flag<'_>], short_or_long: &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/error/format.rs:538:37 | 538 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 538 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/error/mod.rs:821:27 | 821 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 821 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/error/mod.rs:859:48 | 859 | fn formatted(&self, styles: &Styles) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 859 | fn formatted(&self, styles: &Styles) -> Cow<'_, StyledStr> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/error/mod.rs:915:27 | 915 | fn fmt(&self, _: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 915 | fn fmt(&self, _: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/arg_matcher.rs:117:66 | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry { | ------------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<'_, Id, MatchedArg> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/error.rs:39:37 | 39 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/arg_matches.rs:224:26 | 224 | ) -> Option> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/arg_matches.rs:262:31 | 262 | ) -> Option> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 262 | ) -> Option> { | +++ Compiling bstr v1.9.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/arg_matches.rs:1080:33 | 1080 | ) -> Result>, MatchesError> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/arg_matches.rs:1099:38 | 1099 | ) -> Result>, MatchesError> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | ) -> Result>, MatchesError> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a8019b501d420bfd -C extra-filename=-a8019b501d420bfd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libmemchr-43db2e3f1dbf4297.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/matched_arg.rs:78:38 | 78 | pub(crate) fn vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 78 | pub(crate) fn vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/matched_arg.rs:86:54 | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/matched_arg.rs:94:42 | 94 | pub(crate) fn raw_vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 94 | pub(crate) fn raw_vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/parser/matches/matched_arg.rs:98:58 | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/output/fmt.rs:80:37 | 80 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:82:45 | 82 | pub fn entry(&mut self, key: K) -> Entry { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:121:31 | 121 | pub fn iter(&self) -> Iter { | ----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 121 | pub fn iter(&self) -> Iter<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:128:42 | 128 | pub fn iter_mut(&mut self) -> IterMut { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 359 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 359 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 359 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 359 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 360 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 360 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 360 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 360 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 361 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 361 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 362 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 362 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 362 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 362 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 382 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 382 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 382 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 382 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 383 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 383 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 383 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 383 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 384 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 384 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 385 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 385 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 385 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 385 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 807 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 807 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 807 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 807 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 808 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 808 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 809 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 809 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 809 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 809 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 815 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 815 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 817 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 817 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 817 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 817 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 819 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 819 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 821 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 821 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 823 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 823 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 825 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 825 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 841 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 841 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 841 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 841 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 842 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 842 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 843 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 843 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 843 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 843 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 849 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 849 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 851 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 851 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 851 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 851 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 853 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 853 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling log v0.4.20 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name log --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b34010ea97e80aca -C extra-filename=-b34010ea97e80aca --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:493:34 | 493 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 493 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:601:34 | 601 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1141:34 | 1141 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1141 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1150:28 | 1150 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1160:27 | 1160 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1160 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1164:23 | 1164 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1172:34 | 1172 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1172 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1176:28 | 1176 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1431:34 | 1431 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1431 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:1448:34 | 1448 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/__private_api.rs:10:11 | 10 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 10 | args: Arguments<'_>, | ++++ warning: `log` (lib) generated 11 warnings Compiling regex-automata v0.4.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' -C metadata=d15ea99b122691c6 -C extra-filename=-d15ea99b122691c6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libaho_corasick-69d69619cb277a8d.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libmemchr-43db2e3f1dbf4297.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libregex_syntax-37476379b2d3e020.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling serde_json v1.0.111 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.111 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23493644c0e2c0bd -C extra-filename=-23493644c0e2c0bd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde_json-23493644c0e2c0bd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `bstr` (lib) generated 108 warnings Compiling semver v1.0.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f632891cbc466c72 -C extra-filename=-f632891cbc466c72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/semver-f632891cbc466c72 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=751e7d42747dcc36 -C extra-filename=-751e7d42747dcc36 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:524:45 | 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:548:46 | 548 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:653:46 | 653 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:548:46 | 548 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/primitives.rs:653:46 | 653 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/wire.rs:118:38 | 118 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 118 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/wire.rs:222:38 | 222 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/search.rs:768:38 | 768 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/search.rs:848:38 | 848 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 848 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/search.rs:1340:38 | 1340 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1340 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/search.rs:1896:38 | 1896 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1896 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.4.3/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling walkdir v2.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.4.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3e290878211eb2d4 -C extra-filename=-3e290878211eb2d4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsame_file-751e7d42747dcc36.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/semver-dacf290aa783b79c/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/semver-f632891cbc466c72/build-script-build` [semver 1.0.21] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.111 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde_json-0a62822d9eeffa37/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde_json-23493644c0e2c0bd/build-script-build` [serde_json 1.0.111] cargo:rerun-if-changed=build.rs [serde_json 1.0.111] cargo:rustc-cfg=limb_width_64 Compiling crossbeam-deque v0.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name crossbeam_deque --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0d92ed3e1810fa14 -C extra-filename=-0d92ed3e1810fa14 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcrossbeam_epoch-f56bd6eef0a7ef30.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcrossbeam_utils-bd91f28511e1818e.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling xattr v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr-1.2.0 CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr-1.2.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name xattr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=951100c493850296 -C extra-filename=-951100c493850296 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/librustix-4252959b26d8383a.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr-1.2.0/src/error.rs:22:32 | 22 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lzma_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/lzma-sys-c15640e445040701/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name lzma_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f6daf0929dfd1af7 -C extra-filename=-f6daf0929dfd1af7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib -l lzma` warning: `xattr` (lib) generated 1 warning Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86efdccd762c4ac5 -C extra-filename=-86efdccd762c4ac5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern block_buffer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libblock_buffer-18a19b5296f229e8.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcrypto_common-53f6222a2b4acfb0.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling filetime v0.2.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=79d093dcc60453fe -C extra-filename=-79d093dcc60453fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:536:23 | 536 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 536 - pub struct Pairs<'a, T: 'a, P: 'a> { 536 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:586:26 | 586 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 586 - pub struct PairsMut<'a, T: 'a, P: 'a> { 586 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:723:22 | 723 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:731:25 | 731 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 731 - struct PrivateIter<'a, T: 'a, P: 'a> { 731 + struct PrivateIter<'a, T, P> { | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:837:25 | 837 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.48/src/punctuated.rs:846:28 | 846 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 846 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 846 + struct PrivateIterMut<'a, T, P> { | warning: `aho-corasick` (lib) generated 29 warnings Compiling itoa v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5955201a51546225 -C extra-filename=-5955201a51546225 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling ryu v1.0.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.16 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3d247ef0e6f053b6 -C extra-filename=-3d247ef0e6f053b6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `filetime` (lib) generated 1 warning Compiling bootstrap v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 -C metadata=a8ee6fec15a63a9b -C extra-filename=-a8ee6fec15a63a9b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-a8ee6fec15a63a9b -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling cpufeatures v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=083611b08aa6b79b -C extra-filename=-083611b08aa6b79b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3836b9f837df938b -C extra-filename=-3836b9f837df938b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcpufeatures-083611b08aa6b79b.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libdigest-86efdccd762c4ac5.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling tar v0.4.40 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name tar --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=dcba0405fadd5f4e -C extra-filename=-dcba0405fadd5f4e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --extern xattr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxattr-951100c493850296.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:81:52 | 81 | pub fn entries(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 81 | pub fn entries(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:186:62 | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:77:41 | 77 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:87:36 | 87 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 87 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:104:53 | 104 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:113:48 | 113 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:135:59 | 135 | pub fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:285:38 | 285 | pub fn from(entry: Entry) -> EntryFields { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry<'_, R>) -> EntryFields { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:285:46 | 285 | pub fn from(entry: Entry) -> EntryFields { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry) -> EntryFields<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:303:37 | 303 | fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 303 | fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:307:32 | 307 | fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:336:49 | 336 | fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:343:44 | 343 | fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 343 | fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:367:55 | 367 | fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:855:32 | 855 | fn set_xattrs(me: &mut EntryFields, dst: &Path) -> io::Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn set_xattrs(me: &mut EntryFields<'_>, dst: &Path) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/error.rs:32:32 | 32 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:334:41 | 334 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 334 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:345:36 | 345 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 345 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:394:53 | 394 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 394 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:408:48 | 408 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 408 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:846:41 | 846 | fn debug_fields(&self, b: &mut fmt::DebugStruct) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 846 | fn debug_fields(&self, b: &mut fmt::DebugStruct<'_, '_>) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:893:32 | 893 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 893 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:917:32 | 917 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 917 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:941:32 | 941 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 941 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:950:36 | 950 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 950 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1112:32 | 1112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1283:32 | 1283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1301:32 | 1301 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1344:32 | 1344 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1344 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1589:46 | 1589 | pub fn path2bytes(p: &Path) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | pub fn path2bytes(p: &Path) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1618:29 | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1618 | pub fn bytes2path(bytes: Cow<'_, [u8]>) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1618:54 | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-a8ee6fec15a63a9b/build-script-build` [bootstrap 0.0.0] cargo:rerun-if-changed=build.rs [bootstrap 0.0.0] cargo:rustc-env=BUILD_TRIPLE=x86_64-unknown-openbsd Compiling xz2 v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=xz2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xz2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name xz2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3e46f6cea5f175d8 -C extra-filename=-3e46f6cea5f175d8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern lzma_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblzma_sys-f6daf0929dfd1af7.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ ^^^^ ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1334:59 | 1334 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove this bound ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/impls.rs:1334:59 | 1334 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove these bounds ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-1.0.195/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2/src/stream.rs:837:32 | 837 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 837 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 8 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/semver-dacf290aa783b79c/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=84faddf0492f8304 -C extra-filename=-84faddf0492f8304 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver-1.0.21/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `xz2` (lib) generated 1 warning Compiling fd-lock v4.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fd_lock CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fd-lock CARGO_PKG_AUTHORS='Yoshua Wuyts ' CARGO_PKG_DESCRIPTION='Advisory cross-platform lock on a file using a file descriptor to it.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fd-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yoshuawuyts/fd-lock' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fd-lock LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name fd_lock --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fd-lock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=71db72f484e1790e -C extra-filename=-71db72f484e1790e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcfg_if-7bcd30a9c642866a.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/librustix-4252959b26d8383a.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: trait `AppTag` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/command.rs:4888:18 | 4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `into_any` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/ext.rs:56:8 | 51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static { | --------- method in this trait ... 56 | fn into_any(self: Box) -> Box; | ^^^^^^^^ warning: methods `parse` and `parse_` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/builder/value_parser.rs:609:8 | 591 | trait AnyValueParser: Send + Sync + 'static { | -------------- methods in this trait ... 609 | fn parse( | ^^^^^ ... 616 | fn parse_( | ^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:145:21 | 145 | pub enum Entry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 145 - pub enum Entry<'a, K: 'a, V: 'a> { 145 + pub enum Entry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:174:29 | 174 | pub struct VacantEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 174 - pub struct VacantEntry<'a, K: 'a, V: 'a> { 174 + pub struct VacantEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:179:31 | 179 | pub struct OccupiedEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 179 - pub struct OccupiedEntry<'a, K: 'a, V: 'a> { 179 + pub struct OccupiedEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:184:22 | 184 | pub struct Iter<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 184 - pub struct Iter<'a, K: 'a, V: 'a> { 184 + pub struct Iter<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder-4.4.12/src/util/flat_map.rs:220:25 | 220 | pub struct IterMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 220 - pub struct IterMut<'a, K: 'a, V: 'a> { 220 + pub struct IterMut<'a, K, V> { | Compiling object v0.32.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.32.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=10a82474c0147d22 -C extra-filename=-10a82474c0147d22 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libmemchr-43db2e3f1dbf4297.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:36:27 | 36 | pub struct Entries<'a, R: 'a + Read> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:23:25 | 23 | pub struct Entry<'a, R: 'a + Read> { | ^^^^^ help: remove this bound Compiling toml v0.5.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.5.11 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.5.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.5.11 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name toml --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=592d7e2b15e0677d -C extra-filename=-592d7e2b15e0677d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `semver` (lib) generated 15 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.111 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/serde_json-0a62822d9eeffa37/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=613c24fd6dbb924b -C extra-filename=-613c24fd6dbb924b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libitoa-5955201a51546225.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libryu-3d247ef0e6f053b6.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg limb_width_64` warning: use of deprecated method `de::Deserializer::<'a>::end` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.5.11/src/de.rs:79:7 | 79 | d.end()?; | ^^^ | = note: `#[warn(deprecated)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:170:43 | 170 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 170 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:199:27 | 199 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:207:35 | 207 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:215:27 | 215 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:223:29 | 223 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:231:37 | 231 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 231 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:334:40 | 334 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 334 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/map.rs:366:54 | 366 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: `serde` (lib) generated 180 warnings (14 duplicates) Compiling cmake v0.1.48 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cmake CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cmake CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build dependency for running `cmake` to build a native library ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cmake CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.48 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cmake LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name cmake --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cmake/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=57d4caf53313ed8e -C extra-filename=-57d4caf53313ed8e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling globset v0.4.14 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name globset --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=d5736901e2171bf7 -C extra-filename=-d5736901e2171bf7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libaho_corasick-69d69619cb277a8d.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbstr-a8019b501d420bfd.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblog-b34010ea97e80aca.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libregex_automata-d15ea99b122691c6.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libregex_syntax-37476379b2d3e020.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `tar` (lib) generated 34 warnings Compiling home v0.5.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=home CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home CARGO_PKG_AUTHORS='Brian Anderson ' CARGO_PKG_DESCRIPTION='Shared definitions of home directories.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=home CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name home --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=74d232d58fcc83a7 -C extra-filename=-74d232d58fcc83a7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset/src/lib.rs:531:37 | 531 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 531 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Compiling opener v0.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=opener CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener-0.5.2 CARGO_PKG_AUTHORS='Brian Bowman ' CARGO_PKG_DESCRIPTION='Open a file or link using the system default program.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opener CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Seeker14491/opener' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener-0.5.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name opener --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5c04c7ff74993c87 -C extra-filename=-5c04c7ff74993c87 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: function `is_wsl` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener-0.5.2/src/linux_and_more.rs:80:15 | 80 | pub(crate) fn is_wsl() -> bool { | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `is_docker` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener-0.5.2/src/linux_and_more.rs:100:4 | 100 | fn is_docker() -> bool { | ^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json-1.0.111/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `opener` (lib) generated 2 warnings Compiling ignore v0.4.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name ignore --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=50369a5892882a91 -C extra-filename=-50369a5892882a91 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcrossbeam_deque-0d92ed3e1810fa14.rmeta --extern globset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libglobset-d5736901e2171bf7.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblog-b34010ea97e80aca.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libmemchr-43db2e3f1dbf4297.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libregex_automata-d15ea99b122691c6.rmeta --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsame_file-751e7d42747dcc36.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling termcolor v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=37d554ebbc2279c7 -C extra-filename=-37d554ebbc2279c7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor-1.4.0/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/dir.rs:37:35 | 37 | pub(crate) struct IgnoreMatch<'a>(IgnoreMatchInner<'a>); | ----------- ^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = note: `IgnoreMatch` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 37 | pub(crate) struct IgnoreMatch<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/dir.rs:43:14 | 43 | Override(overrides::Glob<'a>), | -------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 43 | Override(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/dir.rs:44:15 | 44 | Gitignore(&'a gitignore::Glob), | --------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 44 | Gitignore(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/dir.rs:45:11 | 45 | Types(types::Glob<'a>), | ----- ^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 45 | Types(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/overrides.rs:26:21 | 26 | pub struct Glob<'a>(GlobInner<'a>); | ---- ^^^^^^^^^^^^^ | | | field in this struct | = note: `Glob` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 26 | pub struct Glob<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.21/src/overrides.rs:33:13 | 33 | Matched(&'a gitignore::Glob), | ------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 33 | Matched(()), | ~~ warning: `globset` (lib) generated 1 warning Compiling once_cell v1.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=8aa1180a3a2f952f -C extra-filename=-8aa1180a3a2f952f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `once_cell` (lib) generated 4 warnings warning: `termcolor` (lib) generated 14 warnings warning: `serde_json` (lib) generated 32 warnings warning: `toml` (lib) generated 1 warning warning: `clap_builder` (lib) generated 39 warnings warning: `ignore` (lib) generated 6 warnings warning: `syn` (lib) generated 403 warnings Compiling clap_derive v4.4.7 Compiling serde_derive v1.0.195 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive-4.4.7 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=4.4.7 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive-4.4.7 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive-4.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b349fc85c2ba7aa3 -C extra-filename=-b349fc85c2ba7aa3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern heck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libheck-99d3f48ac5b8fd4b.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libproc_macro2-62d591a65535fc62.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libquote-9ee6699a2dff3646.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsyn-32936a2ca8854dfe.rlib --extern proc_macro --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.195 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=195 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=5605d7ee0c60c0fb -C extra-filename=-5605d7ee0c60c0fb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libproc_macro2-62d591a65535fc62.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libquote-9ee6699a2dff3646.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsyn-32936a2ca8854dfe.rlib --extern proc_macro --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `regex-automata` (lib) generated 46 warnings warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive-4.4.7/src/lib.rs:19:1 | 19 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive-4.4.7/src/attr.rs:75:21 | 75 | fn parse(input: ParseStream) -> syn::Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 75 | fn parse(input: ParseStream<'_>) -> syn::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive-1.0.195/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `clap_derive` (lib) generated 2 warnings Compiling clap v4.4.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-4.4.13 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=4.4.13 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-4.4.13 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-4.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="usage"' -C metadata=630dccd69fd230bc -C extra-filename=-630dccd69fd230bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern clap_builder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_builder-0182e243d41b7595.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_derive-b349fc85c2ba7aa3.so --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling clap_complete v4.4.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_complete CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_complete-4.4.6 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Generate shell completion scripts for your clap::Command' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_complete CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_complete' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=4.4.6 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_complete-4.4.6 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name clap_complete --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_complete-4.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=d1d7eae8aaee8934 -C extra-filename=-d1d7eae8aaee8934 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_complete-4.4.6/src/shells/shell.rs:61:26 | 61 | fn to_possible_value<'a>(&self) -> Option { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: `clap_complete` (lib) generated 1 warning warning: `serde_derive` (lib) generated 121 warnings Compiling build_helper v0.1.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/build_helper) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_helper CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/build_helper CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=build_helper CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/build_helper LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name build_helper --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/build_helper/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2c6188e86e1c5693 -C extra-filename=-2c6188e86e1c5693 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rmeta --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bootstrap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name bootstrap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=1 -C metadata=dff3ff3f8798f506 -C extra-filename=-dff3ff3f8798f506 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern build_helper=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbuild_helper-2c6188e86e1c5693.rmeta --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rmeta --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rmeta --extern clap_complete=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_complete-d1d7eae8aaee8934.rmeta --extern cmake=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcmake-57d4caf53313ed8e.rmeta --extern fd_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfd_lock-71db72f484e1790e.rmeta --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rmeta --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libhome-74d232d58fcc83a7.rmeta --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libignore-50369a5892882a91.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libobject-10a82474c0147d22.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libonce_cell-8aa1180a3a2f952f.rmeta --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libopener-5c04c7ff74993c87.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsemver-84faddf0492f8304.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rmeta --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_json-613c24fd6dbb924b.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsha2-3836b9f837df938b.rmeta --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtar-dcba0405fadd5f4e.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtermcolor-37d554ebbc2279c7.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtoml-592d7e2b15e0677d.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rmeta --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxz2-3e46f6cea5f175d8.rmeta -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=bootstrap CARGO_CRATE_NAME=bootstrap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name bootstrap --edition=2021 src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 -C metadata=f9b963507c0bb4e6 -C extra-filename=-f9b963507c0bb4e6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbootstrap-dff3ff3f8798f506.rlib --extern build_helper=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbuild_helper-2c6188e86e1c5693.rlib --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_complete-d1d7eae8aaee8934.rlib --extern cmake=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcmake-57d4caf53313ed8e.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfd_lock-71db72f484e1790e.rlib --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rlib --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libhome-74d232d58fcc83a7.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libignore-50369a5892882a91.rlib --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rlib --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libobject-10a82474c0147d22.rlib --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libonce_cell-8aa1180a3a2f952f.rlib --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libopener-5c04c7ff74993c87.rlib --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsemver-84faddf0492f8304.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_json-613c24fd6dbb924b.rlib --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsha2-3836b9f837df938b.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtar-dcba0405fadd5f4e.rlib --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtermcolor-37d554ebbc2279c7.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtoml-592d7e2b15e0677d.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rlib --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxz2-3e46f6cea5f175d8.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustdoc CARGO_CRATE_NAME=rustdoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name rustdoc --edition=2021 src/bin/rustdoc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 -C metadata=75d58c112740b4df -C extra-filename=-75d58c112740b4df --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbootstrap-dff3ff3f8798f506.rlib --extern build_helper=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbuild_helper-2c6188e86e1c5693.rlib --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_complete-d1d7eae8aaee8934.rlib --extern cmake=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcmake-57d4caf53313ed8e.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfd_lock-71db72f484e1790e.rlib --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rlib --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libhome-74d232d58fcc83a7.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libignore-50369a5892882a91.rlib --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rlib --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libobject-10a82474c0147d22.rlib --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libonce_cell-8aa1180a3a2f952f.rlib --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libopener-5c04c7ff74993c87.rlib --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsemver-84faddf0492f8304.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_json-613c24fd6dbb924b.rlib --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsha2-3836b9f837df938b.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtar-dcba0405fadd5f4e.rlib --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtermcolor-37d554ebbc2279c7.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtoml-592d7e2b15e0677d.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rlib --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxz2-3e46f6cea5f175d8.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=sccache-plus-cl CARGO_CRATE_NAME=sccache_plus_cl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name sccache_plus_cl --edition=2021 src/bin/sccache-plus-cl.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 -C metadata=2cc01e41e7c0194c -C extra-filename=-2cc01e41e7c0194c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbootstrap-dff3ff3f8798f506.rlib --extern build_helper=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbuild_helper-2c6188e86e1c5693.rlib --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_complete-d1d7eae8aaee8934.rlib --extern cmake=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcmake-57d4caf53313ed8e.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfd_lock-71db72f484e1790e.rlib --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rlib --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libhome-74d232d58fcc83a7.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libignore-50369a5892882a91.rlib --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rlib --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libobject-10a82474c0147d22.rlib --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libonce_cell-8aa1180a3a2f952f.rlib --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libopener-5c04c7ff74993c87.rlib --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsemver-84faddf0492f8304.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_json-613c24fd6dbb924b.rlib --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsha2-3836b9f837df938b.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtar-dcba0405fadd5f4e.rlib --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtermcolor-37d554ebbc2279c7.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtoml-592d7e2b15e0677d.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rlib --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxz2-3e46f6cea5f175d8.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustc CARGO_CRATE_NAME=rustc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/bootstrap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/build/bootstrap-d13e21af49f249ec/out /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc --crate-name rustc --edition=2021 src/bin/rustc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 -C metadata=18a0d4551293558b -C extra-filename=-18a0d4551293558b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbootstrap-dff3ff3f8798f506.rlib --extern build_helper=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libbuild_helper-2c6188e86e1c5693.rlib --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcc-1e4dd8bf72fe2a97.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap-630dccd69fd230bc.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libclap_complete-d1d7eae8aaee8934.rlib --extern cmake=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libcmake-57d4caf53313ed8e.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfd_lock-71db72f484e1790e.rlib --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libfiletime-79d093dcc60453fe.rlib --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libhome-74d232d58fcc83a7.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libignore-50369a5892882a91.rlib --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/liblibc-e4a905adbaf8d1ec.rlib --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libobject-10a82474c0147d22.rlib --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libonce_cell-8aa1180a3a2f952f.rlib --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libopener-5c04c7ff74993c87.rlib --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsemver-84faddf0492f8304.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde-8fd0baacff844da5.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_derive-5605d7ee0c60c0fb.so --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libserde_json-613c24fd6dbb924b.rlib --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libsha2-3836b9f837df938b.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtar-dcba0405fadd5f4e.rlib --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtermcolor-37d554ebbc2279c7.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libtoml-592d7e2b15e0677d.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libwalkdir-3e290878211eb2d4.rlib --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/deps/libxz2-3e46f6cea5f175d8.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Finished `dev` profile [unoptimized] target(s) in 1m 12s running: /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/bootstrap dist --jobs=6 rust-std rustc cargo clippy rustfmt rust-src There have been changes to x.py since you last updated: [WARNING] rust-analyzer-proc-macro-srv is no longer enabled by default. To build it, you must either enable it in the configuration or explicitly invoke it with x.py. - PR Link https://github.com/rust-lang/rust/pull/119124 [INFO] The dist.missing-tools config option was deprecated, as it was unused. If you are using it, remove it from your config, it will be removed soon. - PR Link https://github.com/rust-lang/rust/pull/119373 [WARNING] A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details. - PR Link https://github.com/rust-lang/rust/pull/102579 [INFO] New option `target..codegen-backends` added to config.toml. - PR Link https://github.com/rust-lang/rust/pull/120348 [INFO] A new `rust.frame-pointers` option has been introduced and made the default in the compiler and codegen profiles. - PR Link https://github.com/rust-lang/rust/pull/121203 [WARNING] The "codegen"/"llvm" profile has been removed and replaced with "compiler", use it instead for the same behavior. - PR Link https://github.com/rust-lang/rust/pull/121278 [INFO] `x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process. - PR Link https://github.com/rust-lang/rust/pull/118724 [INFO] A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap. - PR Link https://github.com/rust-lang/rust/pull/121976 [INFO] a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target - PR Link https://github.com/rust-lang/rust/pull/122108 [INFO] New option `rust.llvm-bitcode-linker` that will build the llvm-bitcode-linker. - PR Link https://github.com/rust-lang/rust/pull/117458 [WARNING] `rust.split-debuginfo` has been moved to `target..split-debuginfo` and its default value is determined for each target individually. - PR Link https://github.com/rust-lang/rust/pull/121754 NOTE: to silence this warning, update `config.toml` to use `change-id = 121754` instead auto-detected local-rebuild 1.78.0 finding compilers CC_x86_64-unknown-openbsd = "cc" CFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-O2", "-pipe"] CXX_x86_64-unknown-openbsd = "c++" CXXFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64"] AR_x86_64-unknown-openbsd = "ar" running sanity check learning about cargo > Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot to avoid caching bugs < Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } < Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" " panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } > Llvm { target: x86_64-unknown-openbsd } < Llvm { target: x86_64-unknown-openbsd } running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-16" LLVM_NDEBUG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options -Wrustc::internal -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } > Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cembed-bitcode=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" " panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-16" LLVM_NDEBUG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options -Wrustc::internal -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stable" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } > Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } < Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } > Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } < Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } > DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } < DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "" } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "" } < RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Src c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Src c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "" } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } < Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } < CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot to avoid caching bugs < Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } < Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot Dirty - /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std Building stage0 library artifacts (x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" " panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" Compiling cc v1.0.90 Compiling core v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core) Compiling libc v0.2.153 Compiling memchr v2.5.0 Compiling std v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=11a2b42037e3bb03 -C extra-filename=-11a2b42037e3bb03 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=68ebb88f1ff97167 -C extra-filename=-68ebb88f1ff97167 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/libc-68ebb88f1ff97167 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Core Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name core --edition=2021 library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "panic_immediate_abort"))' -C metadata=66f09176b101e66c -C extra-filename=-66f09176b101e66c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0abd42ea9738aff6 -C extra-filename=-0abd42ea9738aff6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/memchr-0abd42ea9738aff6 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 library/std/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "gimli-symbolize", "llvm-libunwind", "miniz_oxide", "object", "panic-unwind", "panic_immediate_abort", "panic_unwind", "profiler", "profiler_builtins", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=cdcb98bbe40693d4 -C extra-filename=-cdcb98bbe40693d4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/std-cdcb98bbe40693d4 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_ALIGN=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_FEATURE_RUSTC_STD_WORKSPACE_CORE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/libc-c53526f99acab8d6/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/libc-68ebb88f1ff97167/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_thread_local [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Compiling compiler_builtins v0.1.108 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C codegen-units=10000 -C debug-assertions=off --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "public-test-deps", "rustc-dep-of-std", "weak-intrinsics"))' -C metadata=29a0a5525851bc47 -C extra-filename=-29a0a5525851bc47 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/compiler_builtins-29a0a5525851bc47 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps/libcc-11a2b42037e3bb03.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs:150:5 | 150 | extern crate cc; | ^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 150 | use cc; | ~~~ warning: unexpected `cfg` condition value: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs:305:17 | 305 | if cfg!(feature = "rustbuild") { | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c`, `cc`, `compiler-builtins`, `core`, `default`, `mangled-names`, `mem`, `no-asm`, `public-test-deps`, `rustc-dep-of-std`, `weak-intrinsics` = help: consider adding `rustbuild` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `compiler_builtins` (build script) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_C=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_MANIFEST_LINKS=compiler-rt CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/compiler_builtins-9fbd185f93937ebe/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/compiler_builtins-29a0a5525851bc47/build-script-build` [compiler_builtins 0.1.108] cargo:rerun-if-changed=build.rs [compiler_builtins 0.1.108] cargo:compiler-rt=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt [compiler_builtins 0.1.108] cargo:rustc-cfg=feature="unstable" [compiler_builtins 0.1.108] cargo:rustc-link-search=native=/usr/lib [compiler_builtins 0.1.108] cargo:rustc-link-lib=compiler_rt Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/memchr-58ec46b5188281c8/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/memchr-0abd42ea9738aff6/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_ADDR2LINE=1 CARGO_FEATURE_BACKTRACE=1 CARGO_FEATURE_COMPILER_BUILTINS_C=1 CARGO_FEATURE_GIMLI_SYMBOLIZE=1 CARGO_FEATURE_MINIZ_OXIDE=1 CARGO_FEATURE_OBJECT=1 CARGO_FEATURE_PANIC_UNWIND=1 CARGO_FEATURE_STD_DETECT_DLSYM_GETAUXVAL=1 CARGO_FEATURE_STD_DETECT_FILE_IO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/std-b163c758a384ceb1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/std-cdcb98bbe40693d4/build-script-build` [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx [std 0.0.0] cargo:rerun-if-changed=build.rs [std 0.0.0] cargo:rustc-env=STD_ENV_ARCH=x86_64 [std 0.0.0] cargo:rustc-cfg=backtrace_in_libstd Compiling rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_core --edition=2021 library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb1c08d11aaa8ed7 -C extra-filename=-eb1c08d11aaa8ed7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/libc-c53526f99acab8d6/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=defaa612b55847d4 -C extra-filename=-defaa612b55847d4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern rustc_std_workspace_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_thread_local --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=compiler_builtins CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/compiler_builtins-9fbd185f93937ebe/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "public-test-deps", "rustc-dep-of-std", "weak-intrinsics"))' -C metadata=72b1c9fa6ad1e532 -C extra-filename=-72b1c9fa6ad1e532 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib -l compiler_rt --cfg 'feature="unstable"'` warning: private item shadows public glob re-export --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:38:13 | 38 | use core::option; | ^^^^^^^^^^^^ | note: the name `option` in the type namespace is supposed to be publicly re-exported here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:131:17 | 131 | pub use unix::*; | ^^^^^^^ note: but the private item here shadows it --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:38:13 | 38 | use core::option; | ^^^^^^^^^^^^ = note: `#[warn(hidden_glob_reexports)]` on by default warning: unexpected `cfg` condition name: `kernel_user_helpers` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/lib.rs:68:5 | 68 | kernel_user_helpers, | ^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kernel_user_helpers)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `vis3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/specialized_div_rem/mod.rs:96:14 | 96 | cfg!(target_feature = "vis3") | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_feature` are: `10e60`, `2e3`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `adx`, `aes`, `altivec`, `alu32`, `atomics`, `avx`, `avx2`, `avx512bf16`, `avx512bitalg`, `avx512bw`, `avx512cd`, `avx512dq`, `avx512er`, `avx512f`, `avx512fp16`, `avx512ifma`, `avx512pf`, `avx512vbmi`, `avx512vbmi2`, `avx512vl`, `avx512vnni`, `avx512vp2intersect`, `avx512vpopcntdq`, `bf16`, `bmi1`, `bmi2` and 187 more = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__clzsi2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/leading_zeros.rs:134:1 | 134 | / intrinsics! { 135 | | #[maybe_use_optimized_c_shim] 136 | | #[cfg(any( 137 | | target_pointer_width = "16", ... | 148 | | } 149 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__clzsi2, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__clzsi2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/leading_zeros.rs:134:1 | 134 | / intrinsics! { 135 | | #[maybe_use_optimized_c_shim] 136 | | #[cfg(any( 137 | | target_pointer_width = "16", ... | 148 | | } 149 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__clzsi2, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__muldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mul.rs:100:1 | 100 | / intrinsics! { 101 | | #[maybe_use_optimized_c_shim] 102 | | #[arm_aeabi_alias = __aeabi_lmul] 103 | | #[cfg(any(not(any(target_arch = "riscv32", target_arch = "riscv64")), target_feature = "m"))] ... | 137 | | } 138 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__muldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__muldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mul.rs:100:1 | 100 | / intrinsics! { 101 | | #[maybe_use_optimized_c_shim] 102 | | #[arm_aeabi_alias = __aeabi_lmul] 103 | | #[cfg(any(not(any(target_arch = "riscv32", target_arch = "riscv64")), target_feature = "m"))] ... | 137 | | } 138 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__muldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 117 | / sdivmod!( 118 | | __udivmodsi4, 119 | | __divmodsi4, 120 | | u32, 121 | | i32, 122 | | maybe_use_optimized_c_shim 123 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 117 | / sdivmod!( 118 | | __udivmodsi4, 119 | | __divmodsi4, 120 | | u32, 121 | | i32, 122 | | maybe_use_optimized_c_shim 123 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:125:1 | 125 | / intrinsics! { 126 | | #[maybe_use_optimized_c_shim] 127 | | #[arm_aeabi_alias = __aeabi_idiv] 128 | | /// Returns `n / d` ... | 146 | | } 147 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:125:1 | 125 | / intrinsics! { 126 | | #[maybe_use_optimized_c_shim] 127 | | #[arm_aeabi_alias = __aeabi_idiv] 128 | | /// Returns `n / d` ... | 146 | | } 147 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__modsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 148 | smod!(__umodsi3, __modsi3, u32, i32, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__modsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__modsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 148 | smod!(__umodsi3, __modsi3, u32, i32, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__modsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 150 | / sdivmod!( 151 | | __udivmoddi4, 152 | | __divmoddi4, 153 | | u64, 154 | | i64, 155 | | maybe_use_optimized_c_shim 156 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 150 | / sdivmod!( 151 | | __udivmoddi4, 152 | | __divmoddi4, 153 | | u64, 154 | | i64, 155 | | maybe_use_optimized_c_shim 156 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:45:1 | 45 | / macro_rules! sdiv { 46 | | ( 47 | | $unsigned_fn:ident, // name of the unsigned division function 48 | | $signed_fn:ident, // name of the signed division function ... | 53 | |/ intrinsics! { 54 | || #[avr_skip] 55 | || $( 56 | || #[$attr] ... || 76 | || } 77 | || } | ||___________- in this macro invocation (#2) 78 | | } 79 | | } | |____- in this expansion of `sdiv!` (#1) ... 157 | sdiv!(__udivdi3, __divdi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:45:1 | 45 | / macro_rules! sdiv { 46 | | ( 47 | | $unsigned_fn:ident, // name of the unsigned division function 48 | | $signed_fn:ident, // name of the signed division function ... | 53 | |/ intrinsics! { 54 | || #[avr_skip] 55 | || $( 56 | || #[$attr] ... || 76 | || } 77 | || } | ||___________- in this macro invocation (#2) 78 | | } 79 | | } | |____- in this expansion of `sdiv!` (#1) ... 157 | sdiv!(__udivdi3, __divdi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__moddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 158 | smod!(__umoddi3, __moddi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__moddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__moddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 158 | smod!(__umoddi3, __moddi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__moddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodti4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 161 | / sdivmod!( 162 | | __udivmodti4, 163 | | __divmodti4, 164 | | u128, 165 | | i128, 166 | | maybe_use_optimized_c_shim 167 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodti4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodti4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 161 | / sdivmod!( 162 | | __udivmodti4, 163 | | __divmodti4, 164 | | u128, 165 | | i128, 166 | | maybe_use_optimized_c_shim 167 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodti4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashlsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |___in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashlsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashlsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |___in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashlsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | |___in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | |___in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |_- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |__- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |_- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |__- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umodsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |___- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umodsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umodsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |___- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umodsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#4) ... 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |_in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_____- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#4) ... 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |_in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_____- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#5) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#4) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | |_in this expansion of `intrinsics!` (#4) | in this expansion of `intrinsics!` (#5) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#5) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#4) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | |_in this expansion of `intrinsics!` (#4) | in this expansion of `intrinsics!` (#5) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umoddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umoddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umoddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umoddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `libc` (lib) generated 1 warning warning: multiple associated items are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/float/mod.rs:77:8 | 17 | pub(crate) trait Float: | ----- associated items in this trait ... 77 | fn eq_repr(self, rhs: Self) -> bool; | ^^^^^^^ ... 80 | fn sign(self) -> bool; | ^^^^ ... 83 | fn exp(self) -> Self::ExpInt; | ^^^ ... 86 | fn frac(self) -> Self::Int; | ^^^^ ... 89 | fn imp_frac(self) -> Self::Int; | ^^^^^^^^ ... 95 | fn from_parts(sign: bool, exponent: Self::Int, significand: Self::Int) -> Self; | ^^^^^^^^^^ ... 101 | fn is_subnormal(self) -> bool; | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `wrapping_neg` and `rotate_left` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mod.rs:74:8 | 16 | pub(crate) trait Int: | --- methods in this trait ... 74 | fn wrapping_neg(self) -> Self; | ^^^^^^^^^^^^ ... 80 | fn rotate_left(self, other: u32) -> Self; | ^^^^^^^^^^^ Compiling alloc v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust core allocation and collections library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name alloc --edition=2021 library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler-builtins-c"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "panic_immediate_abort"))' -C metadata=a1eab40ad6e739cc -C extra-filename=-a1eab40ad6e739cc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=a8596239ffe21274 -C extra-filename=-a8596239ffe21274 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=92a65d299d91b402 -C extra-filename=-92a65d299d91b402 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/memchr-58ec46b5188281c8/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=5a0eb60e49dc427c -C extra-filename=-5a0eb60e49dc427c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` Compiling unwind v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unwind --edition=2021 library/unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm-libunwind", "system-llvm-libunwind"))' -C metadata=c958db4cfa73ffa3 -C extra-filename=-c958db4cfa73ffa3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling rustc-demangle v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=64815e8781432a7e -C extra-filename=-64815e8781432a7e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unused variable: `ninfo` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:83:13 | 83 | ninfo: &NeedleInfo, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ninfo` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `needle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:84:13 | 84 | needle: &[u8], | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle` warning: unused variable: `haystack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:95:13 | 95 | haystack: &[u8], | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_haystack` warning: unused variable: `needle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:96:13 | 96 | needle: &[u8], | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `memchr` (lib) generated 54 warnings warning: `compiler_builtins` (lib) generated 46 warnings warning: `rustc-demangle` (lib) generated 11 warnings Compiling rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc) Compiling panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort) Compiling panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_alloc --edition=2021 library/rustc-std-workspace-alloc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a16085c1331ad52 -C extra-filename=-4a16085c1331ad52 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-a1eab40ad6e739cc.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=panic_abort CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via process aborts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_abort CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2021 library/panic_abort/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23560e79ffd54377 -C extra-filename=-23560e79ffd54377 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-a1eab40ad6e739cc.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=panic_unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via stack unwinding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name panic_unwind --edition=2021 library/panic_unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4f5f3d79bab57d6 -C extra-filename=-e4f5f3d79bab57d6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-a1eab40ad6e739cc.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rmeta --extern unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-c958db4cfa73ffa3.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling gimli v0.28.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=8681da19e3aa9c2b -C extra-filename=-8681da19e3aa9c2b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="nightly"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-internal-api"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=063b10fc30e3cb04 -C extra-filename=-063b10fc30e3cb04 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling std_detect v0.1.5 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=std_detect CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant :Gonzalo Brito Gadeschi ' CARGO_PKG_DESCRIPTION='`std::detect` - Rust'\''s standard library run-time CPU feature detection.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stdarch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std_detect CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stdarch' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name std_detect --edition=2021 library/stdarch/crates/std_detect/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="libc"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io"))' -C metadata=787ccaa044459a08 -C extra-filename=-787ccaa044459a08 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:17:9 | 17 | core_intrinsics, | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:46:1 | 46 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:38:9 | 38 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]` help: convert it to a `use` | 46 | use alloc; | ~~~ Compiling miniz_oxide v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=aa60096f7e8d95bd -C extra-filename=-aa60096f7e8d95bd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libadler-92a65d299d91b402.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling object v0.32.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.32.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=324be30859c95fb5 -C extra-filename=-324be30859c95fb5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libmemchr-5a0eb60e49dc427c.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:967:30 | 967 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 967 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:968:19 | 968 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 968 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:1786:18 | 1786 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1971:32 | 1971 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2501:32 | 2501 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2501 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2571:39 | 2571 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn iter(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2648:32 | 2648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2789:48 | 2789 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | pub fn registers(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3186:47 | 3186 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3186 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3503:43 | 3503 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3503 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:400:42 | 400 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 400 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:722:43 | 722 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 722 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1001:91 | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1007:43 | 1007 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1007 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1014:91 | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1021:92 | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1027:90 | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/index.rs:231:76 | 231 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 231 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/line.rs:534:32 | 534 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 534 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/mod.rs:438:32 | 438 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ warning: `hashbrown` (lib) generated 2 warnings warning: `miniz_oxide` (lib) generated 10 warnings Compiling addr2line v0.21.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.21.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name addr2line --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=6415c01ff83a2adb -C extra-filename=-6415c01ff83a2adb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern gimli=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgimli-8681da19e3aa9c2b.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line/src/lib.rs:37:1 | 37 | pub extern crate gimli; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 37 | pub use gimli; | ~~~ warning: `addr2line` (lib) generated 1 warning warning: `gimli` (lib) generated 58 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/std-b163c758a384ceb1/out STD_ENV_ARCH=x86_64 /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name std --edition=2021 library/std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "gimli-symbolize", "llvm-libunwind", "miniz_oxide", "object", "panic-unwind", "panic_immediate_abort", "panic_unwind", "profiler", "profiler_builtins", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=2fc8e9d4825d5be3 -C extra-filename=-2fc8e9d4825d5be3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern 'priv:addr2line=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libaddr2line-6415c01ff83a2adb.rlib' --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-a1eab40ad6e739cc.rlib --extern 'priv:cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rlib' --extern 'priv:compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rlib' --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rlib --extern 'priv:hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libhashbrown-063b10fc30e3cb04.rlib' --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rlib --extern 'priv:miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-aa60096f7e8d95bd.rlib' --extern 'priv:object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libobject-324be30859c95fb5.rlib' --extern 'priv:panic_abort=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-23560e79ffd54377.rlib' --extern 'priv:panic_unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-e4f5f3d79bab57d6.rlib' --extern 'priv:rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-64815e8781432a7e.rlib' --extern 'priv:std_detect=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd_detect-787ccaa044459a08.rlib' --extern 'priv:unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-c958db4cfa73ffa3.rlib' -Z unstable-options -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg backtrace_in_libstd` Compiling rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-std CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_std --edition=2021 library/rustc-std-workspace-std/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27f7e9f98c069954 -C extra-filename=-27f7e9f98c069954 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro --edition=2021 library/proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c47ef0f54a01eef6 -C extra-filename=-c47ef0f54a01eef6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unicode-width v0.1.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=8d1dd53c2f55897b -C extra-filename=-8d1dd53c2f55897b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-27f7e9f98c069954.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=5daaf9c7859209b2 -C extra-filename=-5daaf9c7859209b2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-27f7e9f98c069954.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunicode_width-8d1dd53c2f55897b.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling test v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=test CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=test CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name test --edition=2021 library/test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5822d7857904b6eb -C extra-filename=-5822d7857904b6eb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rmeta --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgetopts-5daaf9c7859209b2.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rmeta --extern panic_abort=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-23560e79ffd54377.rmeta --extern panic_unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-e4f5f3d79bab57d6.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `getopts` (lib) generated 1 warning Compiling sysroot v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sysroot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sysroot CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sysroot --edition=2021 library/sysroot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "default", "llvm-libunwind", "panic-unwind", "panic_immediate_abort", "profiler", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=425c99e0d3b6e86b -C extra-filename=-425c99e0d3b6e86b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libproc_macro-c47ef0f54a01eef6.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.rlib --extern test=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libtest-5822d7857904b6eb.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Finished `release` profile [optimized] target(s) in 1m 35s c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libaddr2line-6415c01ff83a2adb.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-6415c01ff83a2adb.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libadler-92a65d299d91b402.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-92a65d299d91b402.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-a1eab40ad6e739cc.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-a1eab40ad6e739cc.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-a8596239ffe21274.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-a8596239ffe21274.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-72b1c9fa6ad1e532.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-72b1c9fa6ad1e532.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-66f09176b101e66c.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-66f09176b101e66c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgetopts-5daaf9c7859209b2.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-5daaf9c7859209b2.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgimli-8681da19e3aa9c2b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-8681da19e3aa9c2b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libhashbrown-063b10fc30e3cb04.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-063b10fc30e3cb04.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-defaa612b55847d4.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-defaa612b55847d4.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libmemchr-5a0eb60e49dc427c.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-5a0eb60e49dc427c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-aa60096f7e8d95bd.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-aa60096f7e8d95bd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libobject-324be30859c95fb5.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-324be30859c95fb5.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-23560e79ffd54377.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-23560e79ffd54377.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-e4f5f3d79bab57d6.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-e4f5f3d79bab57d6.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libproc_macro-c47ef0f54a01eef6.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-c47ef0f54a01eef6.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-64815e8781432a7e.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-64815e8781432a7e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-4a16085c1331ad52.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-4a16085c1331ad52.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-eb1c08d11aaa8ed7.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-eb1c08d11aaa8ed7.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-27f7e9f98c069954.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-27f7e9f98c069954.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-2fc8e9d4825d5be3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-2fc8e9d4825d5be3.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-2fc8e9d4825d5be3.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd_detect-787ccaa044459a08.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-787ccaa044459a08.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libsysroot-425c99e0d3b6e86b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-425c99e0d3b6e86b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libtest-5822d7857904b6eb.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-5822d7857904b6eb.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunicode_width-8d1dd53c2f55897b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-8d1dd53c2f55897b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-c958db4cfa73ffa3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-c958db4cfa73ffa3.rlib" < StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot > Llvm { target: x86_64-unknown-openbsd } < Llvm { target: x86_64-unknown-openbsd } Building compiler artifacts (stage0 -> stage1, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-16" LLVM_NDEBUG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options -Wrustc::internal -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling cfg-if v1.0.0 Compiling version_check v0.9.4 Compiling libc v0.2.153 Compiling once_cell v1.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1fadf6d0e410063a -C extra-filename=-1fadf6d0e410063a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-1fadf6d0e410063a -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d5c72d6726a3b8a -C extra-filename=-4d5c72d6726a3b8a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ce307f562bf992d -C extra-filename=-7ce307f562bf992d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=72463ed61a8b1eec -C extra-filename=-72463ed61a8b1eec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bbf34c2be873c1cd -C extra-filename=-bbf34c2be873c1cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/libc-bbf34c2be873c1cd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=83d21652bb3149ac -C extra-filename=-83d21652bb3149ac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/channel.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling stable_deref_trait v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e442b03437113414 -C extra-filename=-e442b03437113414 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling smallvec v1.13.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c52bae136e9ee5d7 -C extra-filename=-c52bae136e9ee5d7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling autocfg v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34b9907fccaee604 -C extra-filename=-34b9907fccaee604 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/error.rs:29:32 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 29 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `once_cell` (lib) generated 4 warnings Compiling zerocopy v0.7.32 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=3c8d805695ac0e75 -C extra-filename=-3c8d805695ac0e75 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `proc-macro2` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-b35cbeafbbfc371e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-1fadf6d0e410063a/build-script-build` [proc-macro2 1.0.78] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.78] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-b35cbeafbbfc371e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=807f06528002259f -C extra-filename=-807f06528002259f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_ident-7ce307f562bf992d.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/libc-74d444b7ff2e56f2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/libc-bbf34c2be873c1cd/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs warning: `version_check` (lib) generated 4 warnings Compiling ahash v0.8.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=dcc9244119272a91 -C extra-filename=-dcc9244119272a91 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/ahash-dcc9244119272a91 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libversion_check-4d5c72d6726a3b8a.rlib --cap-lints warn -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:161:5 | 161 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:157:9 | 157 | #![deny(renamed_and_removed_lints)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:177:5 | 177 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:218:23 | 218 | #![cfg_attr(any(test, kani), allow( | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:232:13 | 232 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:234:5 | 234 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:295:30 | 295 | #[cfg(any(feature = "alloc", kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:312:21 | 312 | #[cfg(all(test, not(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:352:16 | 352 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:358:16 | 358 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:364:16 | 364 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:3657:12 | 3657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "simd")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:8019:7 | 8019 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:24:7 | 24 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:73:7 | 73 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:85:7 | 85 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:114:7 | 114 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:213:7 | 213 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:760:7 | 760 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:578:20 | 578 | #[cfg_attr(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, allow(lossy_provenance_casts))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/wrappers.rs:137:13 | 137 | if !crate::util::aligned_to::<_, T>(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:173:5 | 173 | unused_qualifications, | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 137 - if !crate::util::aligned_to::<_, T>(self) { 137 + if !util::aligned_to::<_, T>(self) { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/wrappers.rs:157:13 | 157 | if !crate::util::aligned_to::<_, T>(&*self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 157 - if !crate::util::aligned_to::<_, T>(&*self) { 157 + if !util::aligned_to::<_, T>(&*self) { | warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:434:15 | 434 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:552:19 | 552 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:3672:24 | 3669 | / macro_rules! simd_arch_mod { 3670 | | (#[cfg $cfg:tt] $arch:ident, $mod:ident, $($typ:ident),*) => { 3671 | | #[cfg $cfg] 3672 | | #[cfg_attr(doc_cfg, doc(cfg $cfg))] | | ^^^^^^^ ... | 3684 | | }; 3685 | | } | |_____- in this expansion of `simd_arch_mod!` ... 3697 | / simd_arch_mod!( 3698 | | #[cfg(target_arch = "x86_64")] 3699 | | x86_64, x86_64, __m128, __m128d, __m128i, __m256, __m256d, __m256i 3700 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:5130:36 | 5130 | Deref + Sized + self::sealed::ByteSliceSealed | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 5130 - Deref + Sized + self::sealed::ByteSliceSealed 5130 + Deref + Sized + sealed::ByteSliceSealed | Compiling allocator-api2 v0.2.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=9da16a99294c621a -C extra-filename=-9da16a99294c621a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` [libc 0.2.153] cargo:rustc-cfg=freebsd11 = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/libc-74d444b7ff2e56f2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=19d47f8c625b1168 -C extra-filename=-19d47f8c625b1168 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `handle_alloc_error` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/global.rs:4:60 | 4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc}; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:77:11 | 77 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:93:11 | 93 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2621:11 | 2621 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2681:11 | 2681 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2754:11 | 2754 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2838:11 | 2838 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2936:11 | 2936 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2953:11 | 2953 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2970:11 | 2970 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3011:11 | 3011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3037:11 | 3037 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3101:11 | 3101 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3110:11 | 3110 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:424:15 | 424 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:611:15 | 611 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:849:15 | 849 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:879:15 | 879 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:979:15 | 979 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1008:15 | 1008 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1041:15 | 1041 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1381:15 | 1381 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1785:15 | 1785 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1886:15 | 1886 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1896:15 | 1896 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2061:15 | 2061 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2125:15 | 2125 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2322:15 | 2322 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2353:15 | 2353 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2380:15 | 2380 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2492:15 | 2492 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2818:15 | 2818 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: trait `NonNullExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:655:22 | 655 | pub(crate) trait NonNullExt { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `autocfg` (lib) generated 1 warning Compiling cc v1.0.90 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=5c96df0e0a64b15a -C extra-filename=-5c96df0e0a64b15a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/ahash-4eaa05203f1b7292/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/ahash-dcc9244119272a91/build-script-build` [ahash 0.8.10] cargo:rerun-if-changed=build.rs [ahash 0.8.10] cargo:rustc-cfg=feature="folded_multiply" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/ahash-4eaa05203f1b7292/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=fbfa80cdfe158d77 -C extra-filename=-fbfa80cdfe158d77 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-3c8d805695ac0e75.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` warning: `zerocopy` (lib) generated 26 warnings Compiling equivalent v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d9f3d79b63e5bdd -C extra-filename=-7d9f3d79b63e5bdd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:254:7 | 254 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:258:7 | 258 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:301:7 | 301 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:306:7 | 306 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/operations.rs:16:7 | 16 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/operations.rs:23:11 | 23 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2545:7 | 2545 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/splice.rs:21:53 | 21 | pub struct Splice<'a, I: Iterator + 'a, A: Allocator + 'a = Global> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/drain.rs:22:23 | 22 | pub struct Drain<'a, T: 'a, A: Allocator + 'a = Global> { | ^^^^ help: remove this bound warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:6:1 | 5 | / #[cfg(not(feature = "std"))] 6 | | extern crate alloc; | | ^^^^^^^^^^^^^^^^^^- | |___________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ Compiling lock_api v0.4.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=26ce1672c8e75cb8 -C extra-filename=-26ce1672c8e75cb8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/lock_api-26ce1672c8e75cb8 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libautocfg-34b9907fccaee604.rlib --cap-lints warn -Z binary-dep-depinfo` warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ warning: `allocator-api2` (lib) generated 91 warnings Compiling quote v1.0.35 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=7aab0ebb62e7abde -C extra-filename=-7aab0ebb62e7abde --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=43577b955dff2275 -C extra-filename=-43577b955dff2275 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ahash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libahash-fbfa80cdfe158d77.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-9da16a99294c621a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `ahash` (lib) generated 46 warnings Compiling tracing-core v0.1.30 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="valuable"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d7985a2b13e3f848 -C extra-filename=-d7985a2b13e3f848 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `proc-macro2` (lib) generated 256 warnings Compiling syn v2.0.52 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e95c3656bb782f99 -C extra-filename=-e95c3656bb782f99 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_ident-7ce307f562bf992d.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings Compiling memchr v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3bdfa4e8223c28cb -C extra-filename=-3bdfa4e8223c28cb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memchr-3bdfa4e8223c28cb -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `libc` (lib) generated 11 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=2bd0a1d2818df50b -C extra-filename=-2bd0a1d2818df50b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/typenum-2bd0a1d2818df50b -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling parking_lot_core v0.9.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=83e3db85ead46de8 -C extra-filename=-83e3db85ead46de8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/parking_lot_core-83e3db85ead46de8 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:840:12 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-f4e1ff07d60f929f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/parking_lot_core-83e3db85ead46de8/build-script-build` [parking_lot_core 0.9.9] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memchr-5dd102e9f6f60cf6/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memchr-3bdfa4e8223c28cb/build-script-build` [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/lock_api-333aea9cdebf9f2b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/lock_api-26ce1672c8e75cb8/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:654:32 | 654 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:291:44 | 291 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 291 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:525:44 | 525 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 525 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:609:16 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:563:44 | 563 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 563 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:569:57 | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:585:57 | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:595:44 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:601:57 | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:611:44 | 611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:617:57 | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:627:44 | 627 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:633:57 | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:643:44 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:649:57 | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:659:44 | 659 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:665:57 | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1360:32 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | [lock_api 0.4.11] cargo:rustc-cfg=has_const_fn_trait_bound fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ Compiling indexmap v2.2.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.2.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=dcfb716646a544ed -C extra-filename=-dcfb716646a544ed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-7d9f3d79b63e5bdd.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-43577b955dff2275.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:390:12 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:419:32 | 419 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:601:16 | 601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:720:16 | 720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:989:12 | 989 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1016:12 | 1016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1031:12 | 1031 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1044:12 | 1044 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1057:12 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1081:12 | 1081 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1093:12 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1143:12 | 1143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1154:12 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1199:12 | 1199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1215:12 | 1215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1227:12 | 1227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1239:12 | 1239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1250:12 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1390:12 | 1390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1403:12 | 1403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1416:12 | 1416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1429:12 | 1429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1442:12 | 1442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1454:12 | 1454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1480:12 | 1480 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling generic-array v0.14.7 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1525:12 | 1525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1537:12 | 1537 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=59f5c0fd113dc7f8 -C extra-filename=-59f5c0fd113dc7f8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/generic-array-59f5c0fd113dc7f8 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libversion_check-4d5c72d6726a3b8a.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1550:12 | 1550 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1578:12 | 1578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1631:12 | 1631 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1642:12 | 1642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1666:12 | 1666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1680:12 | 1680 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1700:12 | 1700 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1737:12 | 1737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1753:12 | 1753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1767:12 | 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1779:12 | 1779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1795:12 | 1795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1807:12 | 1807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1846:12 | 1846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1858:12 | 1858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1872:12 | 1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1884:12 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1912:12 | 1912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1925:12 | 1925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1938:12 | 1938 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1965:12 | 1965 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1979:12 | 1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1991:12 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2006:12 | 2006 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2081:12 | 2081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2147:12 | 2147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2191:12 | 2191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2214:12 | 2214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2228:12 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2243:12 | 2243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2264:12 | 2264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2286:12 | 2286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2329:12 | 2329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2348:12 | 2348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2364:12 | 2364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2383:12 | 2383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2396:12 | 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2413:12 | 2413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2431:12 | 2431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2461:12 | 2461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2480:12 | 2480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2520:12 | 2520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2540:12 | 2540 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2557:12 | 2557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2572:12 | 2572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2607:12 | 2607 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2703:12 | 2703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2729:12 | 2729 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2742:12 | 2742 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2763:12 | 2763 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2792:12 | 2792 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2804:12 | 2804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2819:12 | 2819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2834:12 | 2834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2880:12 | 2880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2892:12 | 2892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2904:12 | 2904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2917:12 | 2917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2928:12 | 2928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2940:12 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2955:12 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2967:12 | 2967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2984:12 | 2984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2997:12 | 2997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3008:12 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3042:12 | 3042 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3053:12 | 3053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3068:12 | 3068 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3084:12 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3140:12 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3166:12 | 3166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3182:12 | 3182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3199:12 | 3199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3211:12 | 3211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3224:12 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3240:12 | 3240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3262:12 | 3262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3282:12 | 3282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3295:12 | 3295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3310:12 | 3310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3330:12 | 3330 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3378:12 | 3378 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3391:12 | 3391 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3408:12 | 3408 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3419:12 | 3419 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3433:12 | 3433 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3443:12 | 3443 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3453:12 | 3453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3463:12 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3478:12 | 3478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3499:12 | 3499 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3510:12 | 3510 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3521:12 | 3521 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3534:12 | 3534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3550:12 | 3550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3561:12 | 3561 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3575:12 | 3575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3586:12 | 3586 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3598:12 | 3598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3608:12 | 3608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3619:12 | 3619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3629:12 | 3629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3653:12 | 3653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3677:12 | 3677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3690:12 | 3690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3703:12 | 3703 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3719:12 | 3719 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3733:12 | 3733 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3744:12 | 3744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:97:16 | 97 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:102:16 | 102 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:107:16 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:112:16 | 112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:117:16 | 117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:122:16 | 122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:132:16 | 132 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:162:16 | 162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:167:16 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:187:16 | 187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:192:16 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:197:16 | 197 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:212:16 | 212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:222:16 | 222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:227:16 | 227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:242:16 | 242 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:260:16 | 260 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:265:16 | 265 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:270:16 | 270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:280:16 | 280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:285:16 | 285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:290:16 | 290 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:300:16 | 300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:310:16 | 310 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:320:16 | 320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:330:16 | 330 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:335:16 | 335 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:396:16 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:420:16 | 420 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:425:16 | 425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:433:16 | 433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:438:16 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:443:16 | 443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:448:16 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:458:16 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:494:16 | 494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:499:16 | 499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:532:16 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:537:16 | 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:545:16 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:560:16 | 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:602:16 | 602 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:640:16 | 640 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:648:16 | 648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:653:16 | 653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:658:16 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:663:16 | 663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:668:16 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:673:16 | 673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:678:16 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:688:16 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:721:16 | 721 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:726:16 | 726 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:767:16 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:798:16 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:803:16 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:902:16 | 902 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:930:16 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:945:16 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:950:16 | 950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:955:16 | 955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:960:16 | 960 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:965:16 | 965 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:970:16 | 970 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:980:16 | 980 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:925:12 | 925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:936:12 | 936 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:984:12 | 984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:997:12 | 997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1021:12 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1036:12 | 1036 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1052:12 | 1052 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1145:12 | 1145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1156:12 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1204:12 | 1204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1268:12 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1394:12 | 1394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1448:12 | 1448 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1492:12 | 1492 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1508:12 | 1508 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1546:12 | 1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1558:12 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1572:12 | 1572 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1585:12 | 1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1603:12 | 1603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1615:12 | 1615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1632:12 | 1632 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1707:12 | 1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1756:12 | 1756 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1770:12 | 1770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1851:12 | 1851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1863:12 | 1863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1890:12 | 1890 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1902:12 | 1902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1961:12 | 1961 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1984:12 | 1984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2013:12 | 2013 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2025:12 | 2025 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2037:12 | 2037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2090:12 | 2090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2103:12 | 2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2177:12 | 2177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2195:12 | 2195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3331:12 | 3331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3355:12 | 3355 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3375:12 | 3375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3390:12 | 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3402:12 | 3402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3425:12 | 3425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3479:12 | 3479 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3490:12 | 3490 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3514:12 | 3514 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3523:12 | 3523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3535:12 | 3535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3543:12 | 3543 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3551:12 | 3551 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3559:12 | 3559 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3579:12 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3597:12 | 3597 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3606:12 | 3606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3617:12 | 3617 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3628:12 | 3628 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3650:12 | 3650 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3662:12 | 3662 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3674:12 | 3674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3692:12 | 3692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3700:12 | 3700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3712:12 | 3712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3720:12 | 3720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3730:12 | 3730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3740:12 | 3740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3764:12 | 3764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3780:12 | 3780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3796:12 | 3796 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3807:12 | 3807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3823:12 | 3823 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3835:12 | 3835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:48:16 | 48 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:63:16 | 63 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:73:16 | 73 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:78:16 | 78 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:88:16 | 88 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:108:16 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:113:16 | 113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:133:16 | 133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:143:16 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:158:16 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:168:16 | 168 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:183:16 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:198:16 | 198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:203:16 | 203 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:208:16 | 208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:228:16 | 228 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:243:16 | 243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:248:16 | 248 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:253:16 | 253 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `typenum` (build script) generated 5 warnings warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:258:16 | 258 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/typenum-b96f0b32c180f110/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/typenum-2bd0a1d2818df50b/build-script-main` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:278:16 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:293:16 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:303:16 | 303 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:313:16 | 313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:328:16 | 328 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:333:16 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:398:16 | 398 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:416:16 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:441:16 | 441 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:446:16 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:451:16 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:456:16 | 456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:461:16 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:491:16 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:501:16 | 501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:511:16 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:521:16 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:563:16 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:578:16 | 578 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:621:16 | 621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:626:16 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:631:16 | 631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:636:16 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:646:16 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:661:16 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:671:16 | 671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:681:16 | 681 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:686:16 | 686 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:691:16 | 691 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:729:16 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:769:16 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:779:16 | 779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:784:16 | 784 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:789:16 | 789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:794:16 | 794 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:804:16 | 804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:809:16 | 809 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:819:16 | 819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:879:16 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:884:16 | 884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:894:16 | 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:899:16 | 899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:904:16 | 904 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:909:16 | 909 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:919:16 | 919 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:926:12 | 926 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:998:12 | 998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1011:12 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1053:12 | 1053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1423:12 | 1423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1449:12 | 1449 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1476:12 | 1476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1646:12 | 1646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1657:12 | 1657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1708:12 | 1708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1829:12 | 1829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1864:12 | 1864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1903:12 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1931:12 | 1931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2014:12 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2026:12 | 2026 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2038:12 | 2038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2067:12 | 2067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2091:12 | 2091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2148:12 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2193:12 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3328:12 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3352:12 | 3352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3372:12 | 3372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3387:12 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3399:12 | 3399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3422:12 | 3422 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3476:12 | 3476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3487:12 | 3487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3511:12 | 3511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3520:12 | 3520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3532:12 | 3532 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3540:12 | 3540 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3548:12 | 3548 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3556:12 | 3556 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3576:12 | 3576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3594:12 | 3594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3603:12 | 3603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3614:12 | 3614 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3625:12 | 3625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3638:12 | 3638 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3647:12 | 3647 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3659:12 | 3659 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3671:12 | 3671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3689:12 | 3689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3697:12 | 3697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3709:12 | 3709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3717:12 | 3717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3727:12 | 3727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3737:12 | 3737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3761:12 | 3761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3777:12 | 3777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3793:12 | 3793 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3804:12 | 3804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3820:12 | 3820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3832:12 | 3832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:99:16 | 99 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:124:16 | 124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:169:16 | 169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:179:16 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:249:16 | 249 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:259:16 | 259 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:274:16 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:289:16 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:304:16 | 304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:314:16 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:319:16 | 319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:324:16 | 324 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:339:16 | 339 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:344:16 | 344 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:354:16 | 354 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:364:16 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:369:16 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:379:16 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:384:16 | 384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:389:16 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:394:16 | 394 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:422:16 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=69e9ef595cf33bff -C extra-filename=-69e9ef595cf33bff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:437:16 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:452:16 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:457:16 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:462:16 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:502:16 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:574:16 | 574 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:589:16 | 589 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:594:16 | 594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:622:16 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:632:16 | 632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:642:16 | 642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:662:16 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:677:16 | 677 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:697:16 | 697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:702:16 | 702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:712:16 | 712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:730:16 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:735:16 | 735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:740:16 | 740 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:745:16 | 745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:35:12 | 35 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:123:12 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling scopeguard v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=2fbfcd6b769ac649 -C extra-filename=-2fbfcd6b769ac649 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:272:12 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:309:12 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:321:12 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:350:12 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:367:12 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:527:12 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:563:12 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:598:12 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:634:12 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:659:12 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:676:12 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:768:12 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:821:12 | 821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:837:12 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:911:12 | 911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:963:12 | 963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:981:12 | 981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1017:12 | 1017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1142:12 | 1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1183:12 | 1183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1195:12 | 1195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1251:12 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1262:12 | 1262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1281:12 | 1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1334:12 | 1334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1376:12 | 1376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1469:12 | 1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1494:12 | 1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1623:12 | 1623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1644:12 | 1644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1683:12 | 1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1702:12 | 1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1994:12 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2005:12 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2224:12 | 2224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2240:12 | 2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2257:12 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2294:12 | 2294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2331:12 | 2331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2363:12 | 2363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2389:12 | 2389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2425:12 | 2425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2474:12 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2493:12 | 2493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2508:12 | 2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2530:12 | 2530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2547:12 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2559:12 | 2559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2574:12 | 2574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2592:12 | 2592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2614:12 | 2614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2632:12 | 2632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2649:12 | 2649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2699:12 | 2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2739:12 | 2739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2771:12 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2882:12 | 2882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2900:12 | 2900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2918:12 | 2918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2950:12 | 2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling pin-project-lite v0.2.13 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2990:12 | 2990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7444ed150339b2ef -C extra-filename=-7444ed150339b2ef --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2999:12 | 2999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3018:12 | 3018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3029:12 | 3029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3040:12 | 3040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3074:12 | 3074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3086:12 | 3086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3116:12 | 3116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3132:12 | 3132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3142:12 | 3142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:311:40 | 311 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:323:40 | 323 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:341:42 | 341 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 341 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:352:40 | 352 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:358:42 | 358 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:369:40 | 369 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 369 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:375:42 | 375 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:385:40 | 385 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 385 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:476:40 | 476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:482:42 | 482 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ Compiling log v0.4.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=80c5caa2ec46a2e8 -C extra-filename=-80c5caa2ec46a2e8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:493:40 | 493 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 493 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:499:42 | 499 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 499 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:511:40 | 511 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 511 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:517:42 | 517 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 517 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:529:40 | 529 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:535:42 | 535 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:547:40 | 547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:553:42 | 553 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:565:40 | 565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:571:42 | 571 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:582:40 | 582 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 582 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:588:42 | 588 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 588 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:600:40 | 600 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:606:42 | 606 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:618:40 | 618 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:624:42 | 624 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:636:40 | 636 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:642:42 | 642 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 642 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:667:42 | 667 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 667 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:678:40 | 678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:684:42 | 684 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:695:40 | 695 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:701:42 | 701 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:713:40 | 713 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 713 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:719:42 | 719 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:734:40 | 734 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 734 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:740:42 | 740 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:751:40 | 751 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 751 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:757:42 | 757 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:770:40 | 770 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 770 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:776:42 | 776 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:794:42 | 794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:804:40 | 804 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:810:42 | 810 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:823:40 | 823 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 823 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:829:42 | 829 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:839:40 | 839 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:845:42 | 845 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:857:40 | 857 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:863:42 | 863 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:873:40 | 873 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:879:42 | 879 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:892:40 | 892 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:898:42 | 898 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 898 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:913:40 | 913 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 913 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:919:42 | 919 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:930:40 | 930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:936:42 | 936 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 936 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:947:40 | 947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:953:42 | 953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:965:40 | 965 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 965 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:971:42 | 971 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:989:42 | 989 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 989 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1002:40 | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1008:42 | 1008 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1019:40 | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1025:42 | 1025 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1040:40 | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1046:42 | 1046 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1057:40 | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1063:42 | 1063 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1080:42 | 1080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1091:40 | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1097:42 | 1097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1108:40 | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1114:42 | 1114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1125:40 | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1131:42 | 1131 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1144:40 | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1150:42 | 1150 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1161:40 | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1175:40 | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1185:40 | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1197:40 | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1209:40 | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1221:40 | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1227:42 | 1227 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1237:40 | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1243:42 | 1243 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1243 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1253:40 | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1264:40 | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1283:40 | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1301:40 | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1307:42 | 1307 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1307 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1319:40 | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1325:42 | 1325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1336:40 | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1342:42 | 1342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1378:40 | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1441:40 | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1453:40 | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1471:40 | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1477:42 | 1477 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1477 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1496:40 | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1502:42 | 1502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1515:40 | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1521:42 | 1521 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1521 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1532:40 | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1538:42 | 1538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1555:41 | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1562:40 | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1572:40 | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1607:42 | 1607 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1607 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1625:40 | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1631:42 | 1631 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1631 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1646:40 | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1652:42 | 1652 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1667:40 | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1673:42 | 1673 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1704:40 | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1710:42 | 1710 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1710 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1727:40 | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1733:42 | 1733 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1745:40 | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1751:42 | 1751 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1751 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1790:40 | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1796:42 | 1796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1811:40 | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1817:42 | 1817 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1837:40 | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1843:42 | 1843 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1843 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1859:40 | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1865:42 | 1865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1881:40 | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1887:42 | 1887 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1901:40 | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1907:42 | 1907 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1921:40 | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1930:40 | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1935:42 | 1935 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1935 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1945:40 | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1956:40 | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1977:40 | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1983:42 | 1983 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1983 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1996:40 | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2007:40 | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2019:40 | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2043:40 | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2062:40 | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2074:40 | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2080:42 | 2080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2091:40 | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2097:42 | 2097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2108:40 | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2114:42 | 2114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2125:40 | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2155:40 | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2161:42 | 2161 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2161 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2174:40 | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2180:42 | 2180 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2180 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2191:40 | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2197:42 | 2197 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2197 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2208:40 | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2214:42 | 2214 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2226:40 | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2232:42 | 2232 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2232 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2242:40 | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2248:42 | 2248 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2259:40 | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2265:42 | 2265 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2265 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2279:40 | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2285:42 | 2285 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2285 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2296:40 | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2302:42 | 2302 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2302 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2315:40 | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2321:42 | 2321 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2333:40 | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2339:42 | 2339 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2339 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2349:40 | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2355:42 | 2355 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2365:40 | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2381:40 | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2391:40 | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2402:40 | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2414:40 | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2427:40 | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2446:40 | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2460:40 | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2476:40 | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2495:40 | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2510:40 | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2532:40 | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2538:42 | 2538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2549:40 | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2561:40 | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2576:40 | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2594:40 | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2600:42 | 2600 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2600 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2616:40 | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2622:42 | 2622 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2622 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2634:40 | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2640:42 | 2640 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2640 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2651:40 | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2657:42 | 2657 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2657 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2673:40 | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2701:40 | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2707:42 | 2707 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2719:40 | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2725:42 | 2725 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2741:40 | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2747:42 | 2747 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2763:42 | 2763 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2773:40 | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2779:42 | 2779 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2779 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2788:40 | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2794:42 | 2794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2803:40 | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2809:42 | 2809 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2809 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2818:40 | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2832:40 | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2852:40 | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2858:42 | 2858 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2858 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2868:40 | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2874:42 | 2874 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2884:40 | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2890:42 | 2890 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2890 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2902:40 | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2908:42 | 2908 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2908 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2920:40 | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2926:42 | 2926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2936:40 | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2942:42 | 2942 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2952:40 | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2958:42 | 2958 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2958 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2992:40 | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3001:40 | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3011:40 | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3020:40 | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3042:40 | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3076:40 | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3088:40 | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3100:40 | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3106:42 | 3106 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3106 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3118:40 | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3134:40 | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3144:40 | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:10:12 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:20:12 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:27:12 | 27 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:41:12 | 41 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:52:12 | 52 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:63:12 | 63 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:94:12 | 94 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:97:12 | 97 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:104:12 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:154:12 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:164:12 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:167:12 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:175:12 | 175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:178:12 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:186:12 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:231:12 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:242:12 | 242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:245:12 | 245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:331:12 | 331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:344:12 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:365:12 | 365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:397:12 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:404:12 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:407:12 | 407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:414:12 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:438:12 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:448:12 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:480:12 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:483:12 | 483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:493:12 | 493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:505:12 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:512:12 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:535:12 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:552:12 | 552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:562:12 | 562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:572:12 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:584:12 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:594:12 | 594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:636:12 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:649:12 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:691:12 | 691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:729:12 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:778:12 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:794:12 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:797:12 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:807:12 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:817:12 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:828:12 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:342:13 | 342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:343:13 | 343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:841:12 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:882:12 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:893:12 | 893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:902:12 | 902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:905:12 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:952:12 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:982:12 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1046:12 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1058:12 | 1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1104:12 | 1104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1113:12 | 1113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1127:12 | 1127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1160:12 | 1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1184:12 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1217:12 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1242:12 | 1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1253:12 | 1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1256:12 | 1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1267:12 | 1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1285:12 | 1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:494:34 | 494 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 494 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:600:34 | 600 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1140:34 | 1140 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1149:28 | 1149 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1149 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1159:27 | 1159 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1159 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1163:23 | 1163 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1171:34 | 1171 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1171 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1175:28 | 1175 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1188:34 | 1188 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1192:28 | 1192 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn log(&self, record: &Record<'_>) { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1205:34 | 1205 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1209:28 | 1209 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn log(&self, record: &Record<'_>) { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1430:34 | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1315:12 | 1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1447:34 | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:37:11 | 37 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1323:12 | 1323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1325:12 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1327:12 | 1327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1329:12 | 1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1387:12 | 1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1401:12 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1470:12 | 1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1482:12 | 1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1490:12 | 1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1503:12 | 1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1514:12 | 1514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1552:12 | 1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1555:12 | 1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1563:12 | 1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1596:12 | 1596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1698:12 | 1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1701:12 | 1701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1715:12 | 1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1729:12 | 1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1783:12 | 1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1836:12 | 1836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1844:12 | 1844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/lock_api-333aea9cdebf9f2b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=2f7938503f7e8f1f -C extra-filename=-2f7938503f7e8f1f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-2fbfcd6b769ac649.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1859:12 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1894:12 | 1894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1901:12 | 1901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1904:12 | 1904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `scopeguard` (lib) generated 1 warning warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1946:12 | 1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1953:12 | 1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1956:12 | 1956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1966:12 | 1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1999:12 | 1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/generic-array-0376f60faa8f25ee/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/generic-array-59f5c0fd113dc7f8/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2019:12 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2064:12 | 2064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2071:12 | 2071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2086:12 | 2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2096:12 | 2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2136:12 | 2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2166:12 | 2166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2176:12 | 2176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2184:12 | 2184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2187:12 | 2187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2197:12 | 2197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2212:12 | 2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2225:12 | 2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:119:12 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:248:12 | 248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:260:12 | 260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:283:12 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:314:12 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:328:12 | 328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:556:12 | 556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:567:12 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:752:12 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:763:12 | 763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:812:12 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:823:12 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:860:12 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:898:12 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:909:12 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:943:12 | 943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:993:12 | 993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1033:12 | 1033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1087:12 | 1087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1137:12 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1320:12 | 1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1332:12 | 1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1347:12 | 1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1357:12 | 1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1447:12 | 1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1544:12 | 1544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1574:12 | 1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1621:12 | 1621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1658:12 | 1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1734:12 | 1734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1812:12 | 1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1823:12 | 1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1939:12 | 1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1950:12 | 1950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1983:12 | 1983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2008:12 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2110:12 | 2110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2234:12 | 2234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2246:12 | 2246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2259:12 | 2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2276:12 | 2276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2321:12 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2334:12 | 2334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2346:12 | 2346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2361:12 | 2361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2432:12 | 2432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2468:12 | 2468 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2478:12 | 2478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2519:12 | 2519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2552:12 | 2552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2575:12 | 2575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2597:12 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2638:12 | 2638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2656:12 | 2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2666:12 | 2666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2677:12 | 2677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2688:12 | 2688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2719:12 | 2719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2744:12 | 2744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2776:12 | 2776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/typenum-b96f0b32c180f110/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=92419bd2d2b4a701 -C extra-filename=-92419bd2d2b4a701 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:152:11 | 152 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:162:15 | 162 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:235:11 | 235 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:250:15 | 250 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `tracing-core` (lib) generated 12 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memchr-5dd102e9f6f60cf6/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=c2f5965796ad9fae -C extra-filename=-c2f5965796ad9fae --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 103 | pub struct GuardNoSend(()); | ~~ warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `log` (lib) generated 19 warnings warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-f4e1ff07d60f929f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b50ad5d340d391d9 -C extra-filename=-b50ad5d340d391d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tsan_enabled)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `lock_api` (lib) generated 7 warnings Compiling rustc-hash v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92e061f2d812ddb6 -C extra-filename=-92e061f2d812ddb6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs:43:28 | 43 | pub type FxHashMap = HashMap>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs:47:25 | 47 | pub type FxHashSet = HashSet>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `rustc-hash` (lib) generated 2 warnings Compiling proc-macro-hack v0.5.20+deprecated Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=762dedd45d9d091b -C extra-filename=-762dedd45d9d091b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-762dedd45d9d091b -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling parking_lot v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=59e8c6e5e430e1ed -C extra-filename=-59e8c6e5e430e1ed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-2f7938503f7e8f1f.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-b50ad5d340d391d9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `typenum` (lib) generated 6 warnings Compiling rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/generic-array-0376f60faa8f25ee/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=825264b34c14c634 -C extra-filename=-825264b34c14c634 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-92419bd2d2b4a701.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg relaxed_coherence` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_macros/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=306635a6aaffa647 -C extra-filename=-306635a6aaffa647 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-306635a6aaffa647 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -Z binary-dep-depinfo` warning: `parking_lot_core` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-4762312ca561a223/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-762dedd45d9d091b/build-script-build` Compiling psm v0.1.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dd7720a1a41448b -C extra-filename=-4dd7720a1a41448b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/psm-4dd7720a1a41448b -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-5c96df0e0a64b15a.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/build.rs:1:1 | 1 | extern crate cc; | ^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-86a3432f9b4e171f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-306635a6aaffa647/build-script-build` [rustc_macros 0.0.0] cargo:rerun-if-changed=build.rs [rustc_macros 0.0.0] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP Compiling bitflags v2.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=f271fd297e3c69a0 -C extra-filename=-f271fd297e3c69a0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `psm` (build script) generated 1 warning Compiling thin-vec v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thin_vec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec CARGO_PKG_AUTHORS='Aria Beingessner ' CARGO_PKG_DESCRIPTION='A vec that takes up less space on the stack' CARGO_PKG_HOMEPAGE='https://github.com/gankra/thin-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thin-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gankra/thin-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thin_vec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gecko-ffi", "serde", "std", "unstable"))' -C metadata=de79eef04f2f103c -C extra-filename=-de79eef04f2f103c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec/src/lib.rs:1993:11 | 1993 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `bitflags` (lib) generated 1 warning Compiling rustix v0.38.31 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1c3884d6e5b760f2 -C extra-filename=-1c3884d6e5b760f2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustix-1c3884d6e5b760f2 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `thin-vec` (lib) generated 1 warning Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa4d440a0105a797 -C extra-filename=-aa4d440a0105a797 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-825264b34c14c634.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `generic-array` (lib) generated 8 warnings Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=9d8ba36ab14a36fe -C extra-filename=-9d8ba36ab14a36fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-825264b34c14c634.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-92419bd2d2b4a701.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `memchr` (lib) generated 60 warnings Compiling rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_serialize) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_serialize CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_serialize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_serialize --edition=2021 compiler/rustc_serialize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88d94988e8888dbc -C extra-filename=-88d94988e8888dbc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/psm-4dd7720a1a41448b/build-script-build` [psm 0.1.21] OPT_LEVEL = Some("3") [psm 0.1.21] TARGET = Some("x86_64-unknown-openbsd") [psm 0.1.21] HOST = Some("x86_64-unknown-openbsd") [psm 0.1.21] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [psm 0.1.21] CC_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [psm 0.1.21] CC_x86_64_unknown_openbsd = Some("cc") [psm 0.1.21] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustix-e48d36d5bb765221/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustix-1c3884d6e5b760f2/build-script-build` [rustix 0.38.31] cargo:rerun-if-changed=build.rs [psm 0.1.21] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [psm 0.1.21] CRATE_CC_NO_DEFAULTS = None [psm 0.1.21] DEBUG = Some("false") [psm 0.1.21] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [psm 0.1.21] CFLAGS_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [psm 0.1.21] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") [psm 0.1.21] cargo:rustc-cfg=asm [psm 0.1.21] cargo:rustc-cfg=switchable_stack Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-4762312ca561a223/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro_hack --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22e1a320db2425c7 -C extra-filename=-22e1a320db2425c7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [rustix 0.38.31] cargo:rustc-cfg=static_assertions [rustix 0.38.31] cargo:rustc-cfg=libc [rustix 0.38.31] cargo:rustc-cfg=netbsdlike [rustix 0.38.31] cargo:rustc-cfg=bsd [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling stacker v0.1.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b963f07c0ca2c8a0 -C extra-filename=-b963f07c0ca2c8a0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/stacker-b963f07c0ca2c8a0 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-5c96df0e0a64b15a.rlib --cap-lints warn -Z binary-dep-depinfo` [psm 0.1.21] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [psm 0.1.21] AR_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [psm 0.1.21] AR_x86_64_unknown_openbsd = Some("ar") [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [psm 0.1.21] ARFLAGS_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [psm 0.1.21] ARFLAGS_x86_64_unknown_openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=HOST_ARFLAGS [psm 0.1.21] HOST_ARFLAGS = None [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS [psm 0.1.21] ARFLAGS = None warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:158:1 | 158 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:6:35 | 6 | pub(crate) fn parse_input(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | pub(crate) fn parse_input(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:22:62 | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:57:24 | 57 | fn parse_punct(tokens: Iter, ch: char) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn parse_punct(tokens: Iter<'_>, ch: char) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:74:13 | 74 | tokens: Iter, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | tokens: Iter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:87:24 | 87 | fn parse_macro(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_macro(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:99:24 | 99 | fn parse_ident(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 99 | fn parse_ident(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:109:26 | 109 | fn parse_keyword(tokens: Iter, kw: &'static str) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn parse_keyword(tokens: Iter<'_>, kw: &'static str) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:119:22 | 119 | fn parse_int(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn parse_int(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:127:24 | 127 | fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse_group(tokens: Iter<'_>, delimiter: Delimiter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:139:29 | 139 | fn parse_visibility(tokens: Iter) -> Visibility { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn parse_visibility(tokens: Iter<'_>) -> Visibility { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:151:29 | 151 | fn parse_attributes(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn parse_attributes(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:169:41 | 169 | pub(crate) fn parse_export_args(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub(crate) fn parse_export_args(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:211:41 | 211 | pub(crate) fn parse_define_args(tokens: Iter) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | pub(crate) fn parse_define_args(tokens: Iter<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:221:39 | 221 | pub(crate) fn parse_enum_hack(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | pub(crate) fn parse_enum_hack(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:245:44 | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:209:33 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:209:46 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:242:32 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:242:45 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `need_proc_macro_hack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:267:45 | 267 | if args.only_hack_old_rustc && cfg!(not(need_proc_macro_hack)) { | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_proc_macro_hack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [psm 0.1.21] cargo:rustc-link-lib=static=psm_s [psm 0.1.21] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out Compiling errno v0.3.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2324d2611eb5c212 -C extra-filename=-2324d2611eb5c212 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling arrayvec v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=e5c7de2184c531e9 -C extra-filename=-e5c7de2184c531e9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/unix.rs:77:13 | 77 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling semver v1.0.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c574007e4d6c62d5 -C extra-filename=-c574007e4d6c62d5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-c574007e4d6c62d5 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:604:50 | 604 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 604 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:631:65 | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:1203:32 | 1203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:498:32 | 498 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 498 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustix-e48d36d5bb765221/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2ad6313efe5b7b79 -C extra-filename=-2ad6313efe5b7b79 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liberrno-2324d2611eb5c212.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: `errno` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/stacker-66f5e7779e0ccbe6/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/stacker-b963f07c0ca2c8a0/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=psm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name psm --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c157c2f609e19a17 -C extra-filename=-c157c2f609e19a17 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -l static=psm_s --cfg asm --cfg switchable_stack` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:957:23 | 957 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:98:11 | 98 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:109:11 | 109 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:180:7 | 180 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:252:7 | 252 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:317:7 | 317 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:337:7 | 337 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:358:11 | 358 | #[cfg(not(switchable_stack))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:380:7 | 380 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:402:11 | 402 | #[cfg(not(asm))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:59:17 | 59 | #![cfg_attr(asm, link(name="psm_s"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:61:11 | 61 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:63:11 | 63 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:66:15 | 66 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:73:15 | 73 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:81:15 | 81 | #[cfg(all(switchable_stack, target_os = "windows"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:88:15 | 88 | #[cfg(all(switchable_stack, target_os = "windows"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:284:11 | 284 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `psm` (lib) generated 17 warnings Compiling digest v0.10.7 warning: `arrayvec` (lib) generated 9 warnings Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=d0a101734d7d2a9c -C extra-filename=-d0a101734d7d2a9c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-aa4d440a0105a797.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-9d8ba36ab14a36fe.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=7699832fca13b929 -C extra-filename=-7699832fca13b929 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:101:13 | 101 | #![cfg_attr(linux_raw, deny(unsafe_code))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustc_attrs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:102:13 | 102 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustc_attrs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:103:13 | 103 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:104:17 | 104 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_ffi_c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:105:13 | 105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_ffi_c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_c_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:106:13 | 106 | #![cfg_attr(core_c_str, feature(core_c_str))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_c_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_c_string` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:107:36 | 107 | #![cfg_attr(all(feature = "alloc", alloc_c_string), feature(alloc_c_string))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_c_string)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_ffi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:108:36 | 108 | #![cfg_attr(all(feature = "alloc", alloc_ffi), feature(alloc_ffi))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_ffi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling fastrand v2.0.1 warning: unexpected `cfg` condition name: `core_intrinsics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:113:39 | 113 | any(feature = "rustc-dep-of-std", core_intrinsics), | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_intrinsics)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm_experimental_arch` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:116:13 | 116 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=85e2acf05717d498 -C extra-filename=-85e2acf05717d498 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:134:17 | 134 | #[cfg(all(test, static_assertions))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:138:21 | 138 | #[cfg(all(test, not(static_assertions)))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:166:9 | 166 | all(linux_raw, feature = "use-libc-auxv"), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:167:9 | 167 | all(libc, not(any(windows, target_os = "espidf", target_os = "wasi"))) | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:9:13 | 9 | #![cfg_attr(linux_raw, allow(unsafe_code))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:173:12 | 173 | #[cfg_attr(libc, path = "backend/libc/mod.rs")] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:174:12 | 174 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:175:12 | 175 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] | ^^^^ help: found config with similar value: `target_os = "wasi"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:205:7 | 205 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:214:7 | 214 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:229:5 | 229 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:295:7 | 295 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:346:9 | 346 | all(bsd, feature = "event"), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:347:9 | 347 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:354:57 | 354 | #[cfg(any(feature = "process", feature = "runtime", all(bsd, feature = "event")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:364:9 | 364 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:383:9 | 383 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:393:9 | 393 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:118:7 | 118 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:146:11 | 146 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:111:7 | 111 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:117:7 | 117 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:200:7 | 200 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:203:11 | 203 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:207:5 | 207 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:208:5 | 208 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:73:11 | 73 | #[cfg(any(linux_kernel, all(target_os = "redox", feature = "event")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:222:5 | 222 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:223:5 | 223 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:238:5 | 238 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:10:11 | 10 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:14:11 | 14 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:22:11 | 22 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:24:11 | 24 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:26:11 | 26 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:28:11 | 28 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:30:11 | 30 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:32:11 | 32 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:34:11 | 34 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:36:11 | 36 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:38:11 | 38 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:40:11 | 40 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:42:11 | 42 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:44:11 | 44 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:46:11 | 46 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:48:11 | 48 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:50:11 | 50 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:52:11 | 52 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:54:11 | 54 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:56:11 | 56 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:58:11 | 58 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:60:11 | 60 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:62:11 | 62 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:64:11 | 64 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:68:5 | 68 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:81:11 | 81 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:83:11 | 83 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:99:5 | 99 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:112:7 | 112 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:115:11 | 115 | #[cfg(any(linux_like, target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:118:5 | 118 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:124:15 | 124 | #[cfg(any(all(linux_like, not(target_os = "android")), target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:136:11 | 136 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:144:7 | 144 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:150:5 | 150 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:157:11 | 157 | #[cfg(any(linux_like, target_os = "aix", target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:160:5 | 160 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:293:7 | 293 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:311:7 | 311 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:3:7 | 3 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:18:11 | 18 | #[cfg(all(linux_kernel, any(target_arch = "sparc", target_arch = "sparc64")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:21:11 | 21 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:1:15 | 1 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "nto", target_os = "vita")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:11:5 | 11 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:21:5 | 21 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:33:15 | 33 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:35:11 | 35 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:19 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:32 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:15 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:28 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:194:9 | 194 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:209:9 | 209 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:163:25 | 163 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:35 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:48 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:31 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:44 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:291:9 | 291 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:19 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:32 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:15 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:28 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:6:5 | 6 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:17:7 | 17 | #[cfg(solarish)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:63:5 | 63 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:64:5 | 64 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:75:5 | 75 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:76:5 | 76 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:102:5 | 102 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:103:5 | 103 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:114:5 | 114 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:115:5 | 115 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:7:9 | 7 | all(linux_kernel, feature = "procfs") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:13:11 | 13 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:18:5 | 18 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:19:5 | 19 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:20:5 | 20 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:31:5 | 31 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:43:11 | 43 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:48:5 | 48 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:61:5 | 61 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:72:31 | 72 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:76:11 | 76 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:79:7 | 79 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:11 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:18 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:86:7 | 86 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:92:31 | 92 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:94:31 | 94 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:309:7 | 309 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:701:5 | 701 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:11 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:26 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1008:5 | 1008 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1029:7 | 1029 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1064:7 | 1064 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1111:5 | 1111 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1134:7 | 1134 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1188:5 | 1188 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1189:5 | 1189 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1190:5 | 1190 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1236:11 | 1236 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1242:11 | 1242 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1311:15 | 1311 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1316:7 | 1316 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1339:7 | 1339 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1358:15 | 1358 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1376:7 | 1376 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1444:5 | 1444 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1460:5 | 1460 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:11 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:26 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1606:5 | 1606 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1607:5 | 1607 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1608:5 | 1608 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1651:7 | 1651 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1687:5 | 1687 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1703:11 | 1703 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1724:7 | 1724 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1759:11 | 1759 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1761:11 | 1761 | #[cfg(all(linux_kernel, target_pointer_width = "64"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1782:11 | 1782 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1808:11 | 1808 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1833:11 | 1833 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1869:11 | 1869 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1902:7 | 1902 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1918:7 | 1918 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1961:7 | 1961 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1974:7 | 1974 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1998:7 | 1998 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2012:7 | 2012 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2021:7 | 2021 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2024:7 | 2024 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2031:7 | 2031 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2044:11 | 2044 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2069:7 | 2069 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2106:7 | 2106 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2111:7 | 2111 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2116:7 | 2116 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2129:7 | 2129 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2218:7 | 2218 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2222:7 | 2222 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:11 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:18 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:11 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:18 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:11 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:18 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:11 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:18 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:11 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:18 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:11 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:18 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:11 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:18 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:11 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:18 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:11 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:18 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:11 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:18 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:11 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:18 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:11 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:18 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:151:9 | 151 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:152:9 | 152 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:159:9 | 159 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:160:9 | 160 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:214:9 | 214 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:215:9 | 215 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:222:9 | 222 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:223:9 | 223 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:582:9 | 582 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:605:9 | 605 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:622:9 | 622 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:645:9 | 645 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:663:9 | 663 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:681:9 | 681 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:15 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:30 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:19 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:26 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:843:11 | 843 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:19 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:26 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:39 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:53 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:19 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:26 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:39 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:53 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1411:9 | 1411 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1429:9 | 1429 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:15 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:30 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:19 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:26 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1537:11 | 1537 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:336:7 | 336 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:355:7 | 355 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:366:7 | 366 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:400:7 | 400 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:431:7 | 431 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:555:5 | 555 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:556:5 | 556 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:557:5 | 557 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:586:11 | 586 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:633:11 | 633 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:783:5 | 783 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:784:5 | 784 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:953:15 | 953 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:961:9 | 961 | all(linux_kernel, target_pointer_width = "64"), | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:975:11 | 975 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1006:5 | 1006 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1007:5 | 1007 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1023:7 | 1023 | #[cfg(linux_like)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1163:7 | 1163 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:53:19 | 53 | #[cfg(any(linux_like, target_os = "fuchsia"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:58:13 | 58 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:242:13 | 242 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:271:13 | 271 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:272:13 | 272 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:287:13 | 287 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:300:13 | 300 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:308:13 | 308 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:315:13 | 315 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:525:9 | 525 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:882:19 | 882 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:886:19 | 886 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:891:13 | 891 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:899:19 | 899 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:903:19 | 903 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:919:19 | 919 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:50:9 | 50 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:70:11 | 70 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:74:9 | 74 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:89:9 | 89 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:105:9 | 105 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:117:11 | 117 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:121:9 | 121 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:134:9 | 134 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:147:9 | 147 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:172:9 | 172 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:184:9 | 184 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:206:9 | 206 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:227:11 | 227 | #[cfg(freebsdlike)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:231:9 | 231 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:232:9 | 232 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:255:15 | 255 | #[cfg(any(bsd, target_env = "newlib"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:264:9 | 264 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:314:9 | 314 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:315:9 | 315 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:329:9 | 329 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:330:9 | 330 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:344:9 | 344 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:345:9 | 345 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:359:9 | 359 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:360:9 | 360 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:374:9 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:386:9 | 386 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:398:9 | 398 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:410:9 | 410 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:422:9 | 422 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:435:9 | 435 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:448:9 | 448 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:460:9 | 460 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:473:9 | 473 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:486:9 | 486 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:500:9 | 500 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:501:9 | 501 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:528:9 | 528 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:529:9 | 529 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:542:11 | 542 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:556:9 | 556 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:568:15 | 568 | #[cfg(any(bsd, target_os = "haiku"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:575:9 | 575 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:587:9 | 587 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:605:9 | 605 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:606:9 | 606 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:626:9 | 626 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:627:9 | 627 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:650:9 | 650 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:663:9 | 663 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:682:9 | 682 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:692:9 | 692 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:724:9 | 724 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:725:9 | 725 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:739:9 | 739 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:740:9 | 740 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:757:9 | 757 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:778:9 | 778 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:779:9 | 779 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:795:11 | 795 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:798:11 | 798 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:801:11 | 801 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:804:11 | 804 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:826:9 | 826 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:848:9 | 848 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:849:9 | 849 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:863:9 | 863 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:875:9 | 875 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:876:9 | 876 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:894:11 | 894 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:921:9 | 921 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:936:9 | 936 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:949:9 | 949 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:970:9 | 970 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:971:9 | 971 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:985:9 | 985 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:1011:9 | 1011 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:20:7 | 20 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:55:13 | 55 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:142:7 | 142 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:306:5 | 306 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:328:5 | 328 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:7:7 | 7 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:15:5 | 15 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:16:5 | 16 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:17:5 | 17 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:26:7 | 26 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:28:7 | 28 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:31:11 | 31 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:35:7 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs:618:11 | 618 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:47:7 | 47 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:50:7 | 50 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:52:7 | 52 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:57:7 | 57 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:11 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:18 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:69:7 | 69 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:75:7 | 75 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:83:5 | 83 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:84:5 | 84 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:85:5 | 85 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:94:7 | 94 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:96:7 | 96 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:99:11 | 99 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:103:7 | 103 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:113:11 | 113 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:115:7 | 115 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:118:7 | 118 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:125:7 | 125 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:11 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:18 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:142:11 | 142 | #[cfg(all(wasi_ext, target_os = "wasi"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:256:5 | 256 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:14:7 | 14 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:20:15 | 20 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:274:7 | 274 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:415:7 | 415 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:436:15 | 436 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:60:11 | 60 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:67:11 | 67 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:76:11 | 76 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:11:5 | 11 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:12:5 | 12 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:66:7 | 66 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:74:7 | 74 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:168:5 | 168 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:232:5 | 232 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:233:5 | 233 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:305:5 | 305 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:353:7 | 353 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:262:15 | 262 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:14:12 | 14 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:17:16 | 17 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:18:22 | 18 | Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:25:16 | 25 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:26:20 | 26 | End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:33:16 | 33 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:34:24 | 34 | Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:15 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:22 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:35 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:49 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:15 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:22 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:35 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:49 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/ioctl.rs:19:7 | 19 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:14:7 | 14 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:284:7 | 284 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:303:7 | 303 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:11 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:25 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:31:7 | 31 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:34:7 | 34 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:37:7 | 37 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:306:7 | 306 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:311:9 | 311 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:319:9 | 319 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:327:15 | 327 | #[cfg(all(not(linux_raw), target_os = "android"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:332:5 | 332 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:342:5 | 342 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:11 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:25 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:11 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:25 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:11 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:25 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:11 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:25 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:11 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:25 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:11 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:25 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:11 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:25 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:11 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:25 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:15 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:29 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:15 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:29 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:15 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:29 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:15 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:29 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:15 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:29 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:4:11 | 4 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:8:11 | 8 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:12:7 | 12 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:24:11 | 24 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:29:7 | 29 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:34:5 | 34 | fix_y2038, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:35:5 | 35 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:36:9 | 36 | all(libc, target_arch = "x86_64", target_pointer_width = "32") | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:42:9 | 42 | not(fix_y2038), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:43:5 | 43 | libc, | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:51:7 | 51 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:66:7 | 66 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:77:7 | 77 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:110:7 | 110 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling measureme v11.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stacker CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/stacker-66f5e7779e0ccbe6/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stacker --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9986eb64bc2f8a3 -C extra-filename=-f9986eb64bc2f8a3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern psm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpsm-c157c2f609e19a17.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=measureme CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme CARGO_PKG_AUTHORS='Wesley Wiser :Michael Woerister ' CARGO_PKG_DESCRIPTION='Support crate for rustc'\''s self-profiling feature' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/measureme' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=measureme CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/measureme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=11.0.1 CARGO_PKG_VERSION_MAJOR=11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name measureme --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=63ff3f0fa936f177 -C extra-filename=-63ff3f0fa936f177 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-80c5caa2ec46a2e8.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-59e8c6e5e430e1ed.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/src/lib.rs:29:1 | 29 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `proc-macro-hack` (lib) generated 21 warnings Compiling ena v0.14.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena CARGO_PKG_AUTHORS='Niko Matsakis ' CARGO_PKG_DESCRIPTION='Union-find, congruence closure, and other unification code. Based on code from rustc.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/ena' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ena CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ena' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ena --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=6cb9e00a2cb0f54a -C extra-filename=-6cb9e00a2cb0f54a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-80c5caa2ec46a2e8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `stacker` (lib) generated 1 warning Compiling memmap2 v0.2.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3 CARGO_PKG_AUTHORS='Dan Burkert :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24f2fd19c7931271 -C extra-filename=-24f2fd19c7931271 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `fastrand` (lib) generated 1 warning Compiling jobserver v0.1.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ca08c6ae488ccb3 -C extra-filename=-0ca08c6ae488ccb3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling getrandom v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=e5531a06843ff4c0 -C extra-filename=-e5531a06843ff4c0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/unix.rs:1:1 | 1 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | use libc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:509:34 | 509 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:570:34 | 570 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 570 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:813:34 | 813 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling tempfile v3.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.10.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e608489b2740ea2d -C extra-filename=-e608489b2740ea2d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-85e2acf05717d498.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustix-2ad6313efe5b7b79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `memmap2` (lib) generated 4 warnings Compiling rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_arena) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_arena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_arena CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_arena CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_arena --edition=2021 compiler/rustc_arena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88527890a0b0fd0c -C extra-filename=-88527890a0b0fd0c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | Compiling elsa v1.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=elsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Append-only collections for Rust where borrows to entries can outlive insertions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/manishearth/elsa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name elsa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=0c0734aab22f4432 -C extra-filename=-0c0734aab22f4432 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-e442b03437113414.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/vec.rs:111:31 | 111 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 111 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:15:21 | 15 | map: UnsafeCell>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:147:30 | 147 | pub fn into_map(self) -> HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:188:35 | 188 | impl std::convert::AsMut> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:193:34 | 193 | fn as_mut(&mut self) -> &mut HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:198:20 | 198 | impl From> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:199:18 | 199 | fn from(map: HashMap) -> Self { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:236:18 | 236 | let map: HashMap<_, _, _> = iter.into_iter().collect(); | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/sync.rs:26:17 | 26 | map: RwLock>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `elsa` (lib) generated 9 warnings Compiling unicode-width v0.1.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e021eca322ed8729 -C extra-filename=-e021eca322ed8729 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling synstructure v0.13.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure CARGO_PKG_AUTHORS='Nika Layzell ' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name synstructure --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ac196514ee577dff -C extra-filename=-ac196514ee577dff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rmeta --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling cpufeatures v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d67fc78aa6113e91 -C extra-filename=-d67fc78aa6113e91 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling syn v1.0.109 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0486fe426541a221 -C extra-filename=-0486fe426541a221 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/syn-0486fe426541a221 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `rustix` (lib) generated 498 warnings Compiling itoa v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=f538f8843f2228b3 -C extra-filename=-f538f8843f2228b3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_graphviz) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_graphviz CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_graphviz CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_graphviz CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_graphviz --edition=2021 compiler/rustc_graphviz/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3b70e9ab37aecff -C extra-filename=-b3b70e9ab37aecff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_FEATURE_VISIT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/syn-bb45ccb1b7e3568f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/syn-0486fe426541a221/build-script-build` [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=23cb0ca5a8041f95 -C extra-filename=-23cb0ca5a8041f95 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-e5531a06843ff4c0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling scoped-tls v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=scoped_tls CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Library implementation of the standard library'\''s old `scoped_thread_local'\!'` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scoped-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name scoped_tls --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f56d755014d523 -C extra-filename=-32f56d755014d523 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/block.rs:132:34 | 132 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/block.rs:296:34 | 296 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:119:32 | 119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:136:32 | 136 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 136 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:211:32 | 211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/syn-bb45ccb1b7e3568f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=3a8c31f4df3a2499 -C extra-filename=-3a8c31f4df3a2499 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_ident-7ce307f562bf992d.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg syn_disable_nightly_tests` Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f3c46cf26d7013f4 -C extra-filename=-f3c46cf26d7013f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-d67fc78aa6113e91.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-d0a101734d7d2a9c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b35d3ff5f04c41f1 -C extra-filename=-b35d3ff5f04c41f1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-d67fc78aa6113e91.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-d0a101734d7d2a9c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `rand_core` (lib) generated 11 warnings Compiling md-5 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=md5 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='MD5 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=md-5 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name md5 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=65e2c20e201e3289 -C extra-filename=-65e2c20e201e3289 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-d0a101734d7d2a9c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling ppv-lite86 v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=84e615ba9260aa78 -C extra-filename=-84e615ba9260aa78 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling thiserror v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=311f1914f9f3d1af -C extra-filename=-311f1914f9f3d1af --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-311f1914f9f3d1af -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1098:29 | 1098 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1098 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1114:29 | 1114 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1124:29 | 1124 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1124 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:254:13 | 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:434:12 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:455:12 | 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:298:1 | 298 | extern crate proc_macro2; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 298 | use proc_macro2; | ~~~ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:136:12 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:569:12 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:881:11 | 881 | #[cfg(not(syn_omit_await_from_token_macro))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:883:7 | 883 | #[cfg(syn_omit_await_from_token_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:406:24 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:414:24 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:418:24 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:426:24 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:271:24 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:275:24 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:283:24 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:291:24 | 291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:295:24 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:303:24 | 303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:317:24 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:444:24 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:452:24 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:406:24 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:414:24 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:418:24 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:426:24 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:503:24 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:507:24 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:527:24 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:129:21 | 129 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:22 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:39 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 215 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 216 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 217 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:223:21 | 223 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:232:21 | 232 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:408:44 | 408 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 408 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:571:21 | 571 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:590:21 | 590 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:610:21 | 610 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 610 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:621:21 | 621 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:632:21 | 632 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:643:21 | 643 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:285:44 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:319:33 | 319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:328:33 | 328 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 328 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:408:44 | 408 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 408 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:454:33 | 454 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 454 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:463:33 | 463 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 463 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:517:44 | 517 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 517 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:896:27 | 896 | pub fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | pub fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:907:33 | 907 | pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:915:39 | 915 | pub fn punct(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 915 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:921:28 | 921 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 921 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:947:35 | 947 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:40:21 | 40 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:54:21 | 54 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:336:1 | 336 | / ast_enum_of_structs! { 337 | | /// Content of a compile-time structured attribute. 338 | | /// 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 369 | | } 370 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:377:16 | 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// Element of a compile-time attribute list. 414 | | /// 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 425 | | } 426 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:193:30 | 193 | let parser = |input: ParseStream| parsing::parse_meta_after_path(path, input); | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | let parser = |input: ParseStream<'_>| parsing::parse_meta_after_path(path, input); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:225:30 | 225 | let parser = |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 225 | let parser = |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:238:31 | 238 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:252:31 | 252 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 252 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:565:16 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:503:31 | 503 | pub fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 503 | pub fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:510:38 | 510 | pub fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 510 | pub fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:521:38 | 521 | pub fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | pub fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:533:31 | 533 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:567:25 | 567 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:575:25 | 575 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 575 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:583:25 | 583 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 583 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:596:53 | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:606:54 | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:615:60 | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:25:1 | 25 | / ast_enum_of_structs! { 26 | | /// Data stored within an enum variant or struct. 27 | | /// 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:185:16 | 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:173:1 | 173 | / ast_enum_of_structs! { 174 | | /// The visibility level of an item: inherited or `pub` or 175 | | /// `pub(restricted)`. 176 | | /// ... | 199 | | } 200 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:230:16 | 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:79:43 | 79 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:90:54 | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:248:25 | 248 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:277:25 | 277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:288:25 | 288 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:299:20 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:315:20 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:300:35 | 300 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:316:37 | 316 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:329:25 | 329 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:352:29 | 352 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:396:31 | 396 | fn parse_crate(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn parse_crate(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:423:16 | 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:445:16 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:90:20 | 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust expression. 16 | | /// 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 249 | | } 250 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:307:16 | 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:387:16 | 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:400:16 | 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:508:16 | 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:547:16 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:558:16 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:572:16 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:643:16 | 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:723:16 | 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:246:15 | 246 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:784:40 | 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:900:40 | 900 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:953:40 | 953 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2063:16 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2818:16 | 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2879:16 | 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:130:45 | 130 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 130 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:144:44 | 144 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 144 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:225:54 | 225 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::fmt::Result { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1161:25 | 1161 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1405:16 | 1405 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1405 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1453:31 | 1453 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1470:30 | 1470 | fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1470 | fn ambiguous_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1541:26 | 1541 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1669:28 | 1669 | fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1669 | fn trailer_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1817:25 | 1817 | fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn atom_expr(input: ParseStream<'_>, _allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2065:25 | 2065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2091:26 | 2091 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2820:25 | 2820 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2820 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2881:25 | 2881 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2881 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2905:23 | 2905 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2907:19 | 2907 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2930:26 | 2930 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2930 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3008:16 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3072:16 | 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3099:16 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3338:16 | 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3348:16 | 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3358:16 | 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3400:16 | 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:296:5 | 296 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:307:5 | 307 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:318:5 | 318 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:23:1 | 23 | / ast_enum_of_structs! { 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 25 | | /// `'a: 'b`, `const LEN: usize`. 26 | | /// ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling crc32fast v1.4.0 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc119380cab6b570 -C extra-filename=-fc119380cab6b570 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/crc32fast-fc119380cab6b570 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:470:1 | 470 | / ast_enum_of_structs! { 471 | | /// A trait or lifetime used as a bound on a type parameter. 472 | | /// 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 479 | | } 480 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:524:1 | 524 | / ast_enum_of_structs! { 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 526 | | /// 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 545 | | } 546 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:553:16 | 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:114:34 | 114 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:125:42 | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:136:32 | 136 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:147:40 | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:158:35 | 158 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:169:43 | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:347:9 | 347 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:38 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:52 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:416:35 | 416 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:660:16 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:758:16 | 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:856:16 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:971:16 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:599:25 | 599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:662:25 | 662 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:749:25 | 749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:760:25 | 760 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:833:20 | 833 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 833 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:858:25 | 858 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:918:25 | 918 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:942:25 | 942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1057:16 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1217:16 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1229:16 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1268:16 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1300:16 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1310:16 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1325:16 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1335:16 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1345:16 | 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1354:16 | 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:74:40 | 74 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:129:25 | 129 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 48 | | } 49 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:200:16 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:448:40 | 448 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 448 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:524:40 | 524 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:567:16 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:587:16 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:559:44 | 559 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:569:44 | 569 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:589:44 | 589 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 589 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:599:44 | 599 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:609:44 | 609 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 609 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:619:44 | 619 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:838:16 | 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:746:25 | 746 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:47 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:71 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:818:25 | 818 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:829:25 | 829 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:840:25 | 840 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 840 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:862:25 | 862 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:873:25 | 873 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:884:25 | 884 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:921:16 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:942:16 | 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:1568:15 | 1568 | #[cfg(syn_no_negative_literal_parse)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:153:31 | 153 | pub fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:8:16 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:57:16 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:97:25 | 97 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:165:16 | 165 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:201:16 | 201 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:216:30 | 216 | pub fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:88:27 | 88 | fn parse_binop(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn parse_binop(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:133:25 | 133 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:167:25 | 167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 88 | | } 89 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/semver-0a9d32f0a6e4b6d7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-c574007e4d6c62d5/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:175:16 | 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^[semver 1.0.22] cargo:rerun-if-changed=build.rs | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:85:15 | 85 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:703:16 | 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:786:16 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:828:16 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:992:16 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1024:16 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1098:16 | 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1108:16 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:344:25 | 344 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:357:20 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:358:36 | 358 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 358 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:366:16 | 366 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:658:25 | 658 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:682:25 | 682 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:705:25 | 705 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:724:29 | 724 | fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 724 | fn parse_bare_fn(input: ParseStream<'_>, allow_mut_self: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:779:25 | 779 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 779 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:788:25 | 788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:830:25 | 830 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:839:25 | 839 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:869:20 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:870:36 | 870 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 870 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:875:36 | 875 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:889:25 | 889 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:897:25 | 897 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:904:20 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:905:36 | 905 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:911:36 | 911 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:923:20 | 923 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 923 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:951:25 | 951 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:958:20 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:959:36 | 959 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 959 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:964:36 | 964 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:994:25 | 994 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 994 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1005:25 | 1005 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1005 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1012:25 | 1012 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1026:25 | 1026 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1026 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1033:16 | 1033 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1033 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1100:25 | 1100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1110:25 | 1110 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1128:16 | 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1137:16 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1162:16 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1172:16 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1193:16 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1200:16 | 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1216:16 | 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1224:16 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1250:16 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1257:16 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1289:16 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1297:16 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:430:16 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:220:25 | 220 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:227:25 | 227 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 227 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:317:34 | 317 | pub fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | pub fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:360:25 | 360 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:399:25 | 399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:405:32 | 405 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:432:25 | 432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:505:20 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:569:20 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:591:20 | 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:506:39 | 506 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:603:43 | 603 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 603 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:618:20 | 618 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:632:25 | 632 | pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | pub fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:90:28 | 90 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:29 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:40 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:30 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:41 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:43 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:54 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:386:42 | 386 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:393:43 | 393 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:49:25 | 49 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:90:25 | 90 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:112:21 | 112 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:408:12 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:422:12 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:54:15 | 54 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:63:11 | 63 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:267:16 | 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:106:31 | 106 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 106 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:117:42 | 117 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:128:33 | 128 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:137:44 | 137 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:268:36 | 268 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 268 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:290:16 | 290 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:291:20 | 291 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:326:44 | 326 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 326 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:348:16 | 348 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 348 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:349:20 | 349 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:424:32 | 424 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 424 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1060:16 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1071:16 | 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:145:21 | 145 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:149:21 | 149 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:162:21 | 162 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit.rs:1216:15 | 1216 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit.rs:3392:15 | 3392 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:135:12 | 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:146:12 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:387:12 | 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:439:12 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:751:12 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:788:12 | 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:809:12 | 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:930:12 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:941:12 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1027:12 | 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1374:12 | 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1440:12 | 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1678:12 | 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1798:12 | 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1889:12 | 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1942:12 | 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1952:12 | 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2031:12 | 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2065:12 | 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2158:12 | 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2210:12 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2232:12 | 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:276:23 | 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1908:19 | 1908 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:11:12 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:21:12 | 21 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:39:12 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:56:12 | 56 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:64:12 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:117:12 | 117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:134:12 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:137:12 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:155:12 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:165:12 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:180:12 | 180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:183:12 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:190:12 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:193:12 | 193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:200:12 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:210:12 | 210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:357:12 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:360:12 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:402:12 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:409:12 | 409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:412:12 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:445:12 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:486:12 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:713:12 | 713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling static_assertions v1.1.0 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:716:12 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:746:12 | 746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:761:12 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1d4876ae81ef5024 -C extra-filename=-1d4876ae81ef5024 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:771:12 | 771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:774:12 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:917:12 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:934:12 | 934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1241:12 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1243:12 | 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1261:12 | 1261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1263:12 | 1263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1271:12 | 1271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1273:12 | 1273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1277:12 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1279:12 | 1279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1292:12 | 1292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1318:12 | 1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1321:12 | 1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1343:12 | 1343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1363:12 | 1363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1377:12 | 1377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1380:12 | 1380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1684:12 | 1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1728:12 | 1728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1736:12 | 1736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1739:12 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1817:12 | 1817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1843:12 | 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1846:12 | 1846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1853:12 | 1853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1868:12 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1878:12 | 1878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1885:12 | 1885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1895:12 | 1895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1898:12 | 1898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1905:12 | 1905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1908:12 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1918:12 | 1918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1948:12 | 1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1955:12 | 1955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1958:12 | 1958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1965:12 | 1965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1968:12 | 1968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1976:12 | 1976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1979:12 | 1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1990:12 | 1990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2000:12 | 2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2007:12 | 2007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2010:12 | 2010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2020:12 | 2020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2102:12 | 2102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2112:12 | 2112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2120:12 | 2120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2130:12 | 2130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2140:12 | 2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2143:12 | 2143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2178:12 | 2178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2181:12 | 2181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:9:12 | 9 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:19:12 | 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:44:12 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:85:12 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:180:12 | 180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:225:12 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:236:12 | 236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:259:12 | 259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:280:12 | 280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:290:12 | 290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:566:12 | 566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:665:12 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:715:12 | 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:739:12 | 739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:810:12 | 810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:929:12 | 929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:976:12 | 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1016:12 | 1016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1048:12 | 1048 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1172:12 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1663:12 | 1663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1675:12 | 1675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1717:12 | 1717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1739:12 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1751:12 | 1751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1794:12 | 1794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1805:12 | 1805 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1845:12 | 1845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2108:12 | 2108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2141:12 | 2141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2152:12 | 2152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2174:12 | 2174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2186:12 | 2186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2227:12 | 2227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2290:12 | 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2303:12 | 2303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2406:12 | 2406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2479:12 | 2479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2490:12 | 2490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2505:12 | 2505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2515:12 | 2515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2533:12 | 2533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2543:12 | 2543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2551:12 | 2551 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2566:12 | 2566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2585:12 | 2585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2595:12 | 2595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2606:12 | 2606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2630:12 | 2630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2651:12 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2661:12 | 2661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2762:12 | 2762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2772:12 | 2772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2785:12 | 2785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2793:12 | 2793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2812:12 | 2812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2838:12 | 2838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2848:12 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:501:23 | 501 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2473:19 | 2473 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:57:12 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:70:12 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:81:12 | 81 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:229:12 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:250:12 | 250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:262:12 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:277:12 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:288:12 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:311:12 | 311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:343:12 | 343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:655:12 | 655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:713:12 | 713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:829:12 | 829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:900:12 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1019:12 | 1019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1121:12 | 1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1131:12 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1257:12 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1308:12 | 1308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1437:12 | 1437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1811:12 | 1811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1872:12 | 1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1884:12 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1907:12 | 1907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1925:12 | 1925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1948:12 | 1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1959:12 | 1959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1982:12 | 1982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2000:12 | 2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2269:12 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2279:12 | 2279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2298:12 | 2298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2308:12 | 2308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2319:12 | 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2330:12 | 2330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2342:12 | 2342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2385:12 | 2385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2448:12 | 2448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2460:12 | 2460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2648:12 | 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2660:12 | 2660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2676:12 | 2676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2686:12 | 2686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2696:12 | 2696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2705:12 | 2705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2714:12 | 2714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2723:12 | 2723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2737:12 | 2737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2775:12 | 2775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2787:12 | 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2799:12 | 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2809:12 | 2809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2819:12 | 2819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2829:12 | 2829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2935:12 | 2935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2945:12 | 2945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2957:12 | 2957 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2975:12 | 2975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2987:12 | 2987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3011:12 | 3011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3021:12 | 3021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:45:40 | 45 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:59:40 | 59 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:72:40 | 72 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:83:40 | 83 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:231:40 | 231 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 231 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:252:40 | 252 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 252 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:264:40 | 264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:279:40 | 279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:290:40 | 290 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:324:40 | 324 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 324 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:345:40 | 345 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 345 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:358:40 | 358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:590:23 | 590 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:657:40 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:703:40 | 703 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 703 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:715:40 | 715 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:755:40 | 755 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 755 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:806:40 | 806 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 806 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:831:40 | 831 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:891:40 | 891 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:902:40 | 902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1021:40 | 1021 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1021 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1067:40 | 1067 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1104:40 | 1104 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1104 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1133:40 | 1133 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1133 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1259:40 | 1259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1333:40 | 1333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1439:40 | 1439 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1439 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1792:40 | 1792 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1792 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1802:40 | 1802 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1813:40 | 1813 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1813 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1874:40 | 1874 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1874 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1886:40 | 1886 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1886 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1909:40 | 1909 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1909 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1927:40 | 1927 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1927 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1950:40 | 1950 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1950 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1961:40 | 1961 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1961 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1984:40 | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2002:40 | 2002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2271:40 | 2271 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2300:40 | 2300 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2300 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2310:40 | 2310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2321:40 | 2321 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2332:40 | 2332 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2332 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2344:40 | 2344 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2344 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2387:40 | 2387 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2450:40 | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2462:40 | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2565:40 | 2565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2642:19 | 2642 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2650:40 | 2650 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2650 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2662:40 | 2662 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2662 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2678:40 | 2678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2688:40 | 2688 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2688 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2698:40 | 2698 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2698 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2707:40 | 2707 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2716:40 | 2716 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2716 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2725:40 | 2725 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2739:40 | 2739 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2739 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2767:40 | 2767 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2767 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2777:40 | 2777 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2777 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2789:40 | 2789 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2801:40 | 2801 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2801 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2811:40 | 2811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2821:40 | 2821 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2821 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2831:40 | 2831 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2937:40 | 2937 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2937 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2947:40 | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2959:40 | 2959 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2959 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2977:40 | 2977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2989:40 | 2989 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2989 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3013:40 | 3013 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3013 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3023:40 | 3023 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3023 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/thread.rs:35:40 | 35 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:33 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:44 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:165:29 | 165 | pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1090:12 | 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1126:12 | 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1291:12 | 1291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1311:12 | 1311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/discouraged.rs:192:44 | 192 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:221:21 | 221 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:282:32 | 282 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:288:32 | 288 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:389:13 | 389 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:391:6 | 391 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 391 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:395:51 | 395 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 395 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:432:30 | 432 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:443:39 | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:447:50 | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:507:40 | 507 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:27 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:49 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:27 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:49 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:701:20 | 701 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1067:21 | 1067 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1074:21 | 1074 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1085:21 | 1085 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1092:21 | 1092 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1092 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1102:21 | 1102 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1118:21 | 1118 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1118 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1128:21 | 1128 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1128 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1191:36 | 1191 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1191 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1196:52 | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1205:15 | 1205 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1237:36 | 1237 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1248:52 | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1285:22 | 1285 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1285 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1293:32 | 1293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:288:48 | 288 | pub fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | pub fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:329:40 | 329 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=24d4dcaa8c0fdad9 -C extra-filename=-24d4dcaa8c0fdad9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-84e615ba9260aa78.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-23cb0ca5a8041f95.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `ppv-lite86` (lib) generated 3 warnings Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=96887f9fdf194da7 -C extra-filename=-96887f9fdf194da7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:65:32 | 65 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` 342 | 343 | chacha_impl!(ChaCha20Core, ChaCha20Rng, 10, "ChaCha with 20 rounds", abstract20); | -------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 344 | chacha_impl!(ChaCha12Core, ChaCha12Rng, 6, "ChaCha with 12 rounds", abstract12); | ------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 345 | chacha_impl!(ChaCha8Core, ChaCha8Rng, 4, "ChaCha with 8 rounds", abstract8); | --------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/crc32fast-5a0a555a88dd98d7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/crc32fast-fc119380cab6b570/build-script-build` [crc32fast 1.4.0] cargo:rerun-if-changed=build.rs [crc32fast 1.4.0] cargo:rustc-cfg=crc32fast_stdarchx86 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/crc32fast-5a0a555a88dd98d7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e4f4f135c89982f2 -C extra-filename=-e4f4f135c89982f2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling miniz_oxide v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="with-alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=edb5ab7d1e7788bc -C extra-filename=-edb5ab7d1e7788bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libadler-96887f9fdf194da7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs:174:32 | 174 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 174 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:734:38 | 734 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 734 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1063:51 | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1077:52 | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1511:18 | 1511 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1609:18 | 1609 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1609 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1624:20 | 1624 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1624 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1774:60 | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1971:58 | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2168:32 | 2168 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2247:20 | 2247 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2247 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:967:30 | 967 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 967 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:968:19 | 968 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 968 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:1786:18 | 1786 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `crc32fast` (lib) generated 2 warnings Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=486768fab57a0f14 -C extra-filename=-486768fab57a0f14 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-24d4dcaa8c0fdad9.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-23cb0ca5a8041f95.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:450:32 | 450 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 450 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/adapter/read.rs:85:32 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:115:80 | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:222:32 | 222 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 222 | ) -> Result, WeightedError> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:515:80 | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:566:32 | 566 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 566 | ) -> Result, WeightedError> | +++ warning: `rand_chacha` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/semver-0a9d32f0a6e4b6d7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cfbd4742b9ea6810 -C extra-filename=-cfbd4742b9ea6810 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:625:41 | 625 | pub struct SliceChooseIter<'a, S: ?Sized + 'a, T: 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/index.rs:528:21 | 528 | let mut cache = HashSet::with_capacity(amount.as_usize()); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` Compiling twox-hash v1.6.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=twox_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash CARGO_PKG_AUTHORS='Jake Goulding ' CARGO_PKG_DESCRIPTION='A Rust implementation of the XXHash and XXH3 algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=twox-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/shepmaster/twox-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name twox_hash --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=ae9d886d2bb31245 -C extra-filename=-ae9d886d2bb31245 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-486768fab57a0f14.rmeta --extern static_assertions=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-1d4876ae81ef5024.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused import: `crate::std_support::sixty_four::RandomXxHashBuilder64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/sixty_four.rs:286:9 | 286 | pub use crate::std_support::sixty_four::RandomXxHashBuilder64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `crate::std_support::thirty_two::RandomXxHashBuilder32` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/thirty_two.rs:271:9 | 271 | pub use crate::std_support::thirty_two::RandomXxHashBuilder32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: method `write_u32_le` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/xxh3.rs:349:8 | 348 | trait BufMut { | ------ method in this trait 349 | fn write_u32_le(&mut self, n: u32); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `inner` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:470:8 | 466 | pub trait FilterAttrs<'a> { | ----------- method in this trait ... 470 | fn inner(self) -> Self::Ret; | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1110:28 | 1110 | pub struct AllowStruct(bool); | ----------- ^^^^ | | | field in this struct | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 1110 | pub struct AllowStruct(()); | ~~ warning: `rand` (lib) generated 34 warnings Compiling litemap v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name litemap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=ca69af91d413fbfe -C extra-filename=-ca69af91d413fbfe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:534:23 | 534 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 534 - pub struct Pairs<'a, T: 'a, P: 'a> { 534 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:584:26 | 584 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 584 - pub struct PairsMut<'a, T: 'a, P: 'a> { 584 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:721:22 | 721 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:734:25 | 734 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 734 - struct PrivateIter<'a, T: 'a, P: 'a> { 734 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:840:25 | 840 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:849:28 | 849 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 849 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 849 + struct PrivateIterMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/print.rs:4:33 | 4 | pub struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound warning: `semver` (lib) generated 37 warnings Compiling byteorder v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name byteorder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c387fa426749ea74 -C extra-filename=-c387fa426749ea74 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `syn` (lib) generated 3570 warnings (315 duplicates) Compiling zerofrom-derive v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerofrom crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b13e1f2ed75a587 -C extra-filename=-1b13e1f2ed75a587 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-ac196514ee577dff.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling yoke-derive v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the yoke crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a33cfa739f54bb1a -C extra-filename=-a33cfa739f54bb1a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-ac196514ee577dff.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `twox-hash` (lib) generated 3 warnings Compiling zerovec-derive v0.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerovec crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2e1af311f04ca0b -C extra-filename=-c2e1af311f04ca0b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling displaydoc v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=displaydoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc CARGO_PKG_AUTHORS='Jane Lusby ' CARGO_PKG_DESCRIPTION='A derive macro for implementing the display Trait via a doc comment and string interpolation ' CARGO_PKG_HOMEPAGE='https://github.com/yaahc/displaydoc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=displaydoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yaahc/displaydoc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name displaydoc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2611cef2d8b8371a -C extra-filename=-2611cef2d8b8371a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc/src/lib.rs:108:5 | 108 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:297:21 | 297 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 297 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:298:26 | 298 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 298 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:343:21 | 343 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 343 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:344:26 | 344 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/ule.rs:83:15 | 83 | fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/ule.rs:96:41 | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo]) -> Vec { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo<'_>]) -> Vec { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/utils.rs:30:21 | 30 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: `miniz_oxide` (lib) generated 20 warnings Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=728e31005ad20838 -C extra-filename=-728e31005ad20838 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `displaydoc` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-86a3432f9b4e171f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_macros --edition=2021 compiler/rustc_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b1530377ef14b15 -C extra-filename=-7b1530377ef14b15 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-ac196514ee577dff.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `zerovec-derive` (lib) generated 7 warnings Compiling rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_index_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index_macros --edition=2021 compiler/rustc_index_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=42cfdef5930f3298 -C extra-filename=-42cfdef5930f3298 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-ac196514ee577dff.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `syn` (lib) generated 1477 warnings (315 duplicates) Compiling thiserror-impl v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cd654ab45216850 -C extra-filename=-7cd654ab45216850 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="max_level_info"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=2800ff3292a71fea -C extra-filename=-2800ff3292a71fea --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-7444ed150339b2ef.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtracing_attributes-728e31005ad20838.so --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling derive_more v0.99.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derive_more CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more CARGO_PKG_AUTHORS='Jelte Fennema ' CARGO_PKG_DESCRIPTION='Adds #[derive(x)] macros for more traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_more CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JelteF/derive_more' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.99.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derive_more --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=a1ca8030802f5f5c -C extra-filename=-a1ca8030802f5f5c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-3a8c31f4df3a2499.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/lib.rs:188:1 | 188 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:94:13 | 94 | state: &State, | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 94 | state: &State<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:106:13 | 106 | state: &State, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 106 | state: &State<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:304:21 | 304 | parsed_fields: &ParsedFields, | ^^^^^^^^^^^^ expected lifetime parameters | help: indicate the anonymous lifetimes | 304 | parsed_fields: &ParsedFields<'_, '_>, | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/from.rs:33:49 | 33 | pub fn struct_from(input: &DeriveInput, state: &State) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn struct_from(input: &DeriveInput, state: &State<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/from.rs:107:42 | 107 | fn enum_from(input: &DeriveInput, state: State) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 107 | fn enum_from(input: &DeriveInput, state: State<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:26:31 | 26 | fmt: &mut ::std::fmt::Formatter, | ------------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fmt: &mut ::std::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:54:17 | 54 | state: &mut ParseState, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | state: &mut ParseState<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:69:17 | 69 | state: &mut ParseState, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | state: &mut ParseState<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:86:38 | 86 | fn any_char(input: &str, state: &mut ParseState, pos: usize) -> RuleResult<()> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn any_char(input: &str, state: &mut ParseState<'_>, pos: usize) -> RuleResult<()> { | ++++ warning: `tracing` (lib) generated 2 warnings Compiling serde v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2ab436c1073771b2 -C extra-filename=-2ab436c1073771b2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde-2ab436c1073771b2 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling writeable v0.5.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.5.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name writeable --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=30da4d8aa854c022 -C extra-filename=-30da4d8aa854c022 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:116:37 | 116 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 116 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:133:37 | 133 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:155:37 | 155 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/lib.rs:264:37 | 264 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn write_to_string(&self) -> Cow<'_, str> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde-5c0ef0f589490149/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde-2ab436c1073771b2/build-script-build` [serde 1.0.197] cargo:rerun-if-changed=build.rs Compiling icu_provider_macros v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Proc macros for ICU data providers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfe916234e121b82 -C extra-filename=-dfe916234e121b82 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros/src/lib.rs:25:1 | 25 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `writeable` (lib) generated 4 warnings Compiling serde_derive v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5a0438698859c115 -C extra-filename=-5a0438698859c115 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `icu_provider_macros` (lib) generated 1 warning Compiling wasmparser v0.118.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser CARGO_PKG_AUTHORS='Yury Delendik ' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.118.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=118 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name wasmparser --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f4d481e5df8e11c -C extra-filename=-2f4d481e5df8e11c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsemver-cfbd4742b9ea6810.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `thiserror-impl` (lib) generated 25 warnings Compiling flate2 v1.0.28 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=479da88091b57e0d -C extra-filename=-479da88091b57e0d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-e4f4f135c89982f2.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-edb5ab7d1e7788bc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:526:32 | 526 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:554:32 | 554 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:48:32 | 48 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:123:32 | 123 | pub fn new(data: &[u8]) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | pub fn new(data: &[u8]) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:133:68 | 133 | pub fn new_with_offset(data: &[u8], original_offset: usize) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | pub fn new_with_offset(data: &[u8], original_offset: usize) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:1573:30 | 1573 | pub fn targets(&self) -> BrTableTargets { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1573 | pub fn targets(&self) -> BrTableTargets<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/parser.rs:884:76 | 884 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/code.rs:50:33 | 50 | fn skip_locals(reader: &mut BinaryReader) -> Result<()> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn skip_locals(reader: &mut BinaryReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/init.rs:27:47 | 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/types.rs:1411:18 | 1411 | reader: &mut BinaryReader, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1411 | reader: &mut BinaryReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:258:20 | 258 | ty: crate::CoreType, | -------^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 258 | ty: crate::CoreType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:316:26 | 316 | instance: crate::Instance, | -------^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 316 | instance: crate::Instance<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:336:20 | 336 | ty: crate::ComponentType, | -------^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 336 | ty: crate::ComponentType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:429:24 | 429 | import: crate::ComponentImport, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 429 | import: crate::ComponentImport<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1104:26 | 1104 | instance: crate::ComponentInstance, | -------^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1104 | instance: crate::ComponentInstance<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1132:23 | 1132 | alias: crate::ComponentAlias, | -------^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1132 | alias: crate::ComponentAlias<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1430:25 | 1430 | export: &crate::ComponentExport, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | export: &crate::ComponentExport<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1476:27 | 1476 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1476 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1543:27 | 1543 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1543 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1580:27 | 1580 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1580 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1640:20 | 1640 | ty: crate::ComponentFuncType, | -------^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1640 | ty: crate::ComponentFuncType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1709:33 | 1709 | module_args: Vec, | -------^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1709 | module_args: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1786:36 | 1786 | component_args: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1786 | component_args: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2054:29 | 2054 | exports: Vec, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | exports: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2173:29 | 2173 | exports: Vec, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2173 | exports: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2493:20 | 2493 | ty: crate::ComponentDefinedType, | -------^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | ty: crate::ComponentDefinedType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2575:25 | 2575 | cases: &[crate::VariantCase], | -------^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2575 | cases: &[crate::VariantCase<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:129:21 | 129 | mut global: Global, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | mut global: Global<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:174:15 | 174 | data: Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 174 | data: Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:193:16 | 193 | mut e: Element, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | mut e: Element<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:661:28 | 661 | mut import: crate::Import, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | mut import: crate::Import<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:1045:25 | 1045 | export: &crate::Export, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | export: &crate::Export<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/operators.rs:1273:41 | 1273 | fn visit_br_table(&mut self, table: BrTable) -> Self::Output { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1273 | fn visit_br_table(&mut self, table: BrTable<'_>) -> Self::Output { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:998:40 | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef<'_>, b: &Self, bt: TypesRef) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:998:64 | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1841:52 | 1841 | pub fn entity_type_from_import(&self, import: &Import) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | pub fn entity_type_from_import(&self, import: &Import<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1855:52 | 1855 | pub fn entity_type_from_export(&self, export: &Export) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1855 | pub fn entity_type_from_export(&self, export: &Export<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1932:29 | 1932 | pub fn as_ref(&self) -> TypesRef { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1932 | pub fn as_ref(&self) -> TypesRef<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2199:52 | 2199 | pub fn entity_type_from_import(&self, import: &Import) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2199 | pub fn entity_type_from_import(&self, import: &Import<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2204:52 | 2204 | pub fn entity_type_from_export(&self, export: &Export) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2204 | pub fn entity_type_from_export(&self, export: &Export<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:475:53 | 475 | pub fn types(&self, mut level: usize) -> Option { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 475 | pub fn types(&self, mut level: usize) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:950:23 | 950 | body: &crate::FunctionBody, | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 950 | body: &crate::FunctionBody<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1008:57 | 1008 | pub fn instance_section(&mut self, section: &crate::InstanceSectionReader) -> Result<()> { | -------^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | pub fn instance_section(&mut self, section: &crate::InstanceSectionReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1082:26 | 1082 | section: &crate::ComponentInstanceSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1082 | section: &crate::ComponentInstanceSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1130:26 | 1130 | section: &crate::ComponentTypeSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1130 | section: &crate::ComponentTypeSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1154:26 | 1154 | section: &crate::ComponentCanonicalSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1154 | section: &crate::ComponentCanonicalSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1228:26 | 1228 | section: &crate::ComponentImportSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | section: &crate::ComponentImportSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1248:26 | 1248 | section: &crate::ComponentExportSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | section: &crate::ComponentExportSectionReader<'_>, | ++++ Compiling rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index --edition=2021 compiler/rustc_index/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_macros", "rustc_serialize"))' -C metadata=9cb4544e3170e6c0 -C extra-filename=-9cb4544e3170e6c0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e5c7de2184c531e9.rmeta --extern rustc_index_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_index_macros-42cfdef5930f3298.so --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling zerofrom v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=eda61fb4f1b0b01e -C extra-filename=-eda61fb4f1b0b01e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom_derive-1b13e1f2ed75a587.so --cap-lints warn -Z binary-dep-depinfo` Compiling yoke v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=6953efc3c10d1330 -C extra-filename=-6953efc3c10d1330 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libstable_deref_trait-69e9ef595cf33bff.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke_derive-a33cfa739f54bb1a.so --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom-eda61fb4f1b0b01e.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/zero_from.rs:54:35 | 54 | YokeTraitHack::<::Output>::zero_from(c).0 | ------^^^^^^^^--------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 54 | YokeTraitHack::<>::Output>::zero_from(c).0 | ++++ warning: `flate2` (lib) generated 6 warnings Compiling zerovec v0.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="yoke"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=1495b2a339d60768 -C extra-filename=-1495b2a339d60768 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke-6953efc3c10d1330.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom-eda61fb4f1b0b01e.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec_derive-c2e1af311f04ca0b.so --cap-lints warn -Z binary-dep-depinfo` warning: `yoke` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="derive"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=6e90644ed7ada7c9 -C extra-filename=-6e90644ed7ada7c9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom_derive-1b13e1f2ed75a587.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_data_structures) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_data_structures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_data_structures CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_data_structures CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_data_structures --edition=2021 compiler/rustc_data_structures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon", "rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=c209b2862ba4df9e -C extra-filename=-c209b2862ba4df9e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e5c7de2184c531e9.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern elsa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libelsa-0c0734aab22f4432.rmeta --extern ena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libena-6cb9e00a2cb0f54a.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --extern jobserver_crate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-0ca08c6ae488ccb3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-63ff3f0fa936f177.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-24f2fd19c7931271.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-59e8c6e5e430e1ed.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern stacker=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstacker-f9986eb64bc2f8a3.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-e608489b2740ea2d.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/owned.rs:228:32 | 228 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/slice.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/slice.rs:175:43 | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/varzerovec/slice.rs:494:36 | 494 | let _: VarZeroVecComponents = VarZeroVecComponents::parse_byte_slice(bytes)?; | --------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 494 | let _: VarZeroVecComponents<'_, T, F> = VarZeroVecComponents::parse_byte_slice(bytes)?; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/zerovec/slice.rs:529:32 | 529 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/zerovec/mod.rs:203:32 | 203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=cce616deb3375362 -C extra-filename=-cce616deb3375362 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-e442b03437113414.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke_derive-a33cfa739f54bb1a.so --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-6e90644ed7ada7c9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `derive_more` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="yoke"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9fd0180578dfb24e -C extra-filename=-9fd0180578dfb24e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-cce616deb3375362.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-6e90644ed7ada7c9.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec_derive-c2e1af311f04ca0b.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `yoke` (lib) generated 1 warning (1 duplicate) Compiling ruzstd v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ruzstd CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd CARGO_PKG_AUTHORS='Moritz Borcherding ' CARGO_PKG_DESCRIPTION='A decoder for the zstd compression format' CARGO_PKG_HOMEPAGE='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ruzstd CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ruzstd --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f32f68678330313e -C extra-filename=-f32f68678330313e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern byteorder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-c387fa426749ea74.rmeta --extern derive_more=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_more-a1ca8030802f5f5c.so --extern twox_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-ae9d886d2bb31245.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: use of deprecated method `indexmap::IndexSet::::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior. --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3059:17 | 3059 | set.remove(id); | ^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `indexmap::IndexSet::::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior. --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3076:17 | 3076 | set.remove(id); | ^^^^^^ warning: `zerovec` (lib) generated 6 warnings Compiling tinystr v0.7.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ae0c74d02e817251 -C extra-filename=-ae0c74d02e817251 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec-1495b2a339d60768.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/ascii.rs:606:32 | 606 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 606 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/ascii.rs:612:32 | 612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tinystr` (lib) generated 2 warnings Compiling unic-langid-impl v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=2cd2698260012397 -C extra-filename=-2cd2698260012397 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtinystr-ae0c74d02e817251.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/errors.rs:23:32 | 23 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/parser/errors.rs:13:32 | 13 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/language.rs:95:37 | 95 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/region.rs:65:37 | 65 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/script.rs:53:37 | 53 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 53 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/variant.rs:63:37 | 63 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs:459:37 | 459 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 459 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: `unic-langid-impl` (lib) generated 7 warnings Compiling unic-langid-macros-impl v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d1ba3799b84119f -C extra-filename=-0d1ba3799b84119f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-22e1a320db2425c7.so --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-2cd2698260012397.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl/src/lib.rs:1:1 | 1 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `zerovec` (lib) generated 6 warnings (6 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=949b7bc440208882 -C extra-filename=-949b7bc440208882 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `unic-langid-macros-impl` (lib) generated 1 warning Compiling rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_span) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_span CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_span CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_span CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_span --edition=2021 compiler/rustc_span/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c95ab888219d75b -C extra-filename=-4c95ab888219d75b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-f538f8843f2228b3.rmeta --extern md5=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmd5-65e2c20e201e3289.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-32f56d755014d523.rmeta --extern sha1=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha1-f3c46cf26d7013f4.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha2-b35d3ff5f04c41f1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `tinystr` (lib) generated 2 warnings (2 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=8ac7e63bb56a088e -C extra-filename=-8ac7e63bb56a088e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling unic-langid-macros v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2158a06edcc9d0a -C extra-filename=-b2158a06edcc9d0a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-22e1a320db2425c7.so --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8ac7e63bb56a088e.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-0d1ba3799b84119f.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling icu_locid v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for managing Unicode Language and Locale Identifiers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=681b8866a63c7fe5 -C extra-filename=-681b8866a63c7fe5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern litemap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-ca69af91d413fbfe.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-30da4d8aa854c022.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/langid.rs:413:38 | 413 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 413 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/langid.rs:426:1 | 426 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string(... | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/locale.rs:386:38 | 386 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 386 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/locale.rs:391:1 | 391 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/parser/langid.rs:29:16 | 29 | iter: &mut SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | iter: &mut SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/parser/langid.rs:112:15 | 112 | mut iter: SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | mut iter: SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/mod.rs:84:53 | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/mod.rs:177:52 | 177 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/private/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/value.rs:116:1 | 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/attributes.rs:112:1 | 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); | ---------------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/value.rs:152:1 | 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); | ---------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/mod.rs:137:44 | 137 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/mod.rs:207:44 | 207 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/variants.rs:120:1 | 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); | ----------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:155:21 | 155 | exported_types: HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:158:21 | 158 | imported_types: HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:188:24 | 188 | resource_name_map: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:670:15 | 670 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:695:15 | 695 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:720:15 | 720 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:767:15 | 767 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1647:13 | 1647 | HashSet::with_capacity(std::cmp::max(ty.params.len(), ty.results.type_count())); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:507:30 | 507 | pub function_references: HashSet, | ^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2386:21 | 2386 | alias_mappings: HashMap, | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2411:34 | 2411 | canonical_rec_groups: Option>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2429:21 | 2429 | alias_mappings: HashMap, | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2819:29 | 2819 | alias_mappings: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3131:15 | 3131 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3174:15 | 3174 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3450:27 | 3450 | pub(crate) resources: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3455:12 | 3455 | types: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:4020:28 | 4020 | let mut type_map = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:4315:24 | 4315 | type_map: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `serde_derive` (lib) generated 130 warnings Compiling unicode-xid v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=5f753043307c2df8 -C extra-filename=-5f753043307c2df8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `unic-langid-impl` (lib) generated 7 warnings (7 duplicates) Compiling unicode-properties v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="emoji"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=bacda748e4872a78 -C extra-filename=-bacda748e4872a78 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling icu_provider v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Trait and struct definitions for the ICU data provider' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=a9768c54b9c75c94 -C extra-filename=-a9768c54b9c75c94 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta --extern icu_provider_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libicu_provider_macros-dfe916234e121b82.so --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-e442b03437113414.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-30da4d8aa854c022.rmeta --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-cce616deb3375362.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-6e90644ed7ada7c9.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lexer) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lexer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lexer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust lexer used by rustc. No stability guarantees are provided. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lexer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lexer --edition=2021 compiler/rustc_lexer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=664fff7c7a60be67 -C extra-filename=-664fff7c7a60be67 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-bacda748e4872a78.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-5f753043307c2df8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:25:44 | 25 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 25 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:37:25 | 37 | fn load(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn load(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:45:44 | 45 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/error.rs:163:46 | 163 | pub fn with_req(self, key: DataKey, req: DataRequest) -> DataError { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 163 | pub fn with_req(self, key: DataKey, req: DataRequest<'_>) -> DataError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/error.rs:217:50 | 217 | pub fn with_req(mut self, key: DataKey, req: DataRequest) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn with_req(mut self, key: DataKey, req: DataRequest<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/key.rs:533:32 | 533 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/key.rs:550:37 | 550 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 550 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:141:32 | 141 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 141 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:173:52 | 173 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/response.rs:102:42 | 102 | F: FnOnce(&[u8]) -> Result<::Output, E>, | ------^^^^^^^^--------- expected lifetime parameter | help: indicate the anonymous lifetime | 102 | F: FnOnce(&[u8]) -> Result<>::Output, E>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:350:43 | 350 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:354:43 | 354 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:360:43 | 360 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:366:43 | 366 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:373:43 | 373 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:386:66 | 386 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap; | --------------------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 386 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:394:66 | 394 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap

{ | --------------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 394 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:404:43 | 404 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 404 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:417:55 | 417 | fn as_downcasting(&self) -> DowncastingAnyProvider; | ----------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 417 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:425:55 | 425 | fn as_downcasting(&self) -> DowncastingAnyProvider

{ | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 425 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:439:25 | 439 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 439 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:456:44 | 456 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:92:14 | 92 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:100:14 | 100 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:110:14 | 110 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 110 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:120:14 | 120 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 120 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:131:14 | 131 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:142:25 | 142 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/dynutil.rs:232:30 | 168 | / macro_rules! impl_dynamic_data_provider { 169 | | // allow passing in multiple things to do and get dispatched 170 | | ($provider:ty, $arms:tt, $one:path, $($rest:path),+) => { 171 | | $crate::impl_dynamic_data_provider!( ... | 232 | | req: $crate::DataRequest, | | --------^^^^^^^^^^^ | | | | | expected lifetime parameter ... | 255 | | }; 256 | | } | |_- in this expansion of `icu_provider::impl_dynamic_data_provider!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:166:1 | 166 | icu_provider::impl_dynamic_data_provider!(HelloWorldProvider, [HelloWorldV1Marker,], AnyMarker); | ----------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 232 | req: $crate::DataRequest<'_>, | ++++ warning: unexpected `cfg` condition value: `compiled_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/constructors.rs:275:15 | 145 | / macro_rules! gen_any_buffer_data_constructors { 146 | | (locale: skip, options: skip, error: $error_ty:path, $(#[$doc:meta])+) => { 147 | | $crate::gen_any_buffer_data_constructors!( 148 | | locale: skip, ... | 275 | | #[cfg(feature = "compiled_data")] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 372 | | }; 373 | | } | |__- in this expansion of `icu_provider::gen_any_buffer_data_constructors!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:270:5 | 270 | / icu_provider::gen_any_buffer_data_constructors!(locale: include, options: skip, error: DataError, 271 | | #[cfg(skip)] 272 | | functions: [ 273 | | try_new, ... | 277 | | Self, 278 | | ]); | |______- in this macro invocation | = note: expected values for `feature` are: `datagen`, `deserialize_bincode_1`, `deserialize_json`, `deserialize_postcard_1`, `experimental`, `log_error_context`, `logging`, `macros`, `serde`, `std`, `sync` = help: consider adding `compiled_data` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:313:37 | 313 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn write_to_string(&self) -> Cow<'_, str> { | +++ Compiling object v0.32.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.32.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compression"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="wasm"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=3e92459cd13f8bd5 -C extra-filename=-3e92459cd13f8bd5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-e4f4f135c89982f2.rmeta --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libflate2-479da88091b57e0d.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-43577b955dff2275.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --extern ruzstd=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-f32f68678330313e.rmeta --extern wasmparser=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-2f4d481e5df8e11c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_ir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_ir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_ir --edition=2021 compiler/rustc_ast_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' --cfg 'feature="rustc_span"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_data_structures", "rustc_macros", "rustc_serialize", "rustc_span"))' -C metadata=65e28966eec2563f -C extra-filename=-65e28966eec2563f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde-5c0ef0f589490149/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7c13af0b70304ffd -C extra-filename=-7c13af0b70304ffd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libserde_derive-5a0438698859c115.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `icu_provider` (lib) generated 32 warnings Compiling unic-langid v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=c64a8b9cdf3cd8ee -C extra-filename=-c64a8b9cdf3cd8ee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8ac7e63bb56a088e.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-b2158a06edcc9d0a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59d39639ecf6c66f -C extra-filename=-59d39639ecf6c66f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-22e1a320db2425c7.so --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtinystr-ae0c74d02e817251.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-2cd2698260012397.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-0d1ba3799b84119f.so --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling icu_locid_transform_data v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_locid_transform crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid_transform_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform_data --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b676538c6c00a10 -C extra-filename=-2b676538c6c00a10 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs:9:7 | 9 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs:11:11 | 11 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `icu_locid_transform_data` (lib) generated 2 warnings Compiling serde_json v1.0.114 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=19fbfaeb9ae70283 -C extra-filename=-19fbfaeb9ae70283 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde_json-19fbfaeb9ae70283 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde_json-abb7cd6d31c464a9/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde_json-19fbfaeb9ae70283/build-script-build` [serde_json 1.0.114] cargo:rerun-if-changed=build.rs [serde_json 1.0.114] cargo:rustc-cfg=limb_width_64 Compiling icu_locid_transform v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for Unicode Language and Locale Identifiers canonicalization' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid_transform CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=1cdcf0490d5ede0e -C extra-filename=-1cdcf0490d5ede0e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta --extern icu_locid_transform_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-2b676538c6c00a10.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-a9768c54b9c75c94.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/canonicalizer.rs:287:15 | 287 | #[cfg(skip)] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/expander.rs:255:15 | 255 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/expander.rs:338:30 | 338 | fn as_borrowed(&self) -> LocaleExpanderBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 338 | fn as_borrowed(&self) -> LocaleExpanderBorrowed<'_> { | ++++ warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:160:15 | 160 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:210:63 | 210 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:218:49 | 218 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:223:34 | 223 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/provider/mod.rs:111:12 | 111 | pub struct StrStrPair<'a>( | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | pub struct StrStrPair<'_><'a>( | ++++ warning: `icu_locid` (lib) generated 25 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=4c88909a58a71225 -C extra-filename=-4c88909a58a71225 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-2cd2698260012397.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros-59d39639ecf6c66f.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/thiserror-0d0a4fc5552eed5a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-311f1914f9f3d1af/build-script-build` [thiserror 1.0.57] cargo:rerun-if-changed=build/probe.rs Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=c14133c923845c14 -C extra-filename=-c14133c923845c14 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-23cb0ca5a8041f95.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/common.rs:243:44 | 243 | pub fn iter(&self) -> core::slice::Iter { | -----------------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 243 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/common.rs:249:38 | 249 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 249 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `rand_xoshiro` (lib) generated 2 warnings Compiling ryu v1.0.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.17 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e4809c66c9a5a997 -C extra-filename=-e4809c66c9a5a997 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `icu_locid_transform` (lib) generated 8 warnings Compiling rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_abi) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_abi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_abi CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_abi CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_abi --edition=2021 compiler/rustc_abi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rand"' --cfg 'feature="rand_xoshiro"' --cfg 'feature="randomize"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "rand_xoshiro", "randomize", "rustc_data_structures", "rustc_macros", "rustc_serialize"))' -C metadata=94fb83a56243fab6 -C extra-filename=-94fb83a56243fab6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-486768fab57a0f14.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-c14133c923845c14.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1038:49 | 1038 | impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1047:35 | 1047 | SeqDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1440:52 | 1440 | impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1450:35 | 1450 | MapDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:896:58 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 896 | | impl<'de, T $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:906:41 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 906 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:914:34 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 914 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1022:5 | 1022 | HashSet::with_capacity_and_hasher(size_hint::cautious::(seq.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1024:5 | 1024 | HashSet::insert | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:80 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1021:5 | 1021 | HashSet::clear, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1023:5 | 1023 | HashSet::reserve, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/thiserror-0d0a4fc5552eed5a/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f5a47af003248c1 -C extra-filename=-5f5a47af003248c1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-7cd654ab45216850.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1395:61 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1395 | | impl<'de, K, V $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1406:41 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1406 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1415:34 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1415 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1456:5 | 1456 | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:192:46 | 186 | / macro_rules! seq_impl { 187 | | ( 188 | | $(#[$attr:meta])* 189 | | $ty:ident ... | 192 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 204 | | } 205 | | } | |_- in this expansion of `seq_impl!` ... 242 | / seq_impl! { 243 | | #[cfg(feature = "std")] 244 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 245 | | HashSet 246 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:434:49 | 428 | / macro_rules! map_impl { 429 | | ( 430 | | $(#[$attr:meta])* 431 | | $ty:ident ... | 434 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 447 | | } 448 | | } | |_- in this expansion of `map_impl!` ... 480 | / map_impl! { 481 | | #[cfg(feature = "std")] 482 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 483 | | HashMap 484 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: `thiserror` (lib) generated 5 warnings Compiling rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast --edition=2021 compiler/rustc_ast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dc11740047ff860 -C extra-filename=-6dc11740047ff860 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:28:11 | 28 | bufs: HashMap<(u64, u64), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:29:14 | 29 | strings: HashMap<(u64, u8), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:38:23 | 38 | bufs: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:39:26 | 39 | strings: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:68:24 | 68 | standard_sections: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:70:17 | 70 | symbol_map: HashMap, SymbolId>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:71:19 | 71 | stub_symbols: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:95:32 | 95 | standard_sections: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:97:25 | 97 | symbol_map: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:98:27 | 98 | stub_symbols: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `serde` (lib) generated 323 warnings (14 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde_json-abb7cd6d31c464a9/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=06013831adc969f8 -C extra-filename=-06013831adc969f8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-f538f8843f2228b3.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libryu-e4809c66c9a5a997.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg limb_width_64` Compiling rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_feature) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_feature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_feature CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_feature CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_feature --edition=2021 compiler/rustc_feature/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=facdce3c96073ecf -C extra-filename=-facdce3c96073ecf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-af0e5f06ebc398fc/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-311f1914f9f3d1af/build-script-build` [thiserror 1.0.57] cargo:rerun-if-changed=build/probe.rs Compiling regex-automata v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fst", "log", "logging", "regex-syntax", "std", "syntax", "transducer"))' -C metadata=e33b8b67ed22d28b -C extra-filename=-e33b8b67ed22d28b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling type-map v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2214e94f6ad777a7 -C extra-filename=-2214e94f6ad777a7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs:145:49 | 145 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 145 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs:307:67 | 307 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ Compiling icu_list_data v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_list_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_list crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_list_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list_data --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2aa6843cdafe2857 -C extra-filename=-2aa6843cdafe2857 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `type-map` (lib) generated 2 warnings Compiling strsim v0.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d717a8c2611189a -C extra-filename=-0d717a8c2611189a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs:9:7 | 9 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs:11:11 | 11 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0/src/lib.rs:19:29 | 19 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 19 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `icu_list_data` (lib) generated 2 warnings Compiling ident_case v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ident_case --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370444b61deb684a -C extra-filename=-370444b61deb684a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs:25:17 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused import: `std::ascii::AsciiExt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs:25:5 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `ident_case` (lib) generated 2 warnings Compiling self_cell v1.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=148ccee49050c028 -C extra-filename=-148ccee49050c028 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fs_util) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_fs_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fs_util CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fs_util CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fs_util --edition=2021 compiler/rustc_fs_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18e962be3cad345a -C extra-filename=-18e962be3cad345a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `strsim` (lib) generated 1 warning Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1caa11e633c25a4e -C extra-filename=-1caa11e633c25a4e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b18e3abfbe5845b4 -C extra-filename=-b18e3abfbe5845b4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling darling_core v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=4cabba0f5b060211 -C extra-filename=-4cabba0f5b060211 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fnv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfnv-1caa11e633c25a4e.rmeta --extern ident_case=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libident_case-370444b61deb684a.rmeta --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rmeta --extern strsim=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libstrsim-0d717a8c2611189a.rmeta --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6dca942070a1301 -C extra-filename=-d6dca942070a1301 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_hash-b18e3abfbe5845b4.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `type-map` (lib) generated 2 warnings (2 duplicates) Compiling rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_target) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_target CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_target CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_target CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_target --edition=2021 compiler/rustc_target/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7003bef602f8ca -C extra-filename=-fc7003bef602f8ca --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-94fb83a56243fab6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/data.rs:247:38 | 247 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 247 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/data.rs:431:33 | 431 | fn parse(input: syn::parse::ParseStream) -> syn::Result { | ------------^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 431 | fn parse(input: syn::parse::ParseStream<'_>) -> syn::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attr_extractor.rs:16:33 | 16 | fn forward_attrs(&self) -> &ForwardAttrs; | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | fn forward_attrs(&self) -> &ForwardAttrs<'_>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:24:44 | 24 | pub fn as_declaration(&self) -> Option { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | pub fn as_declaration(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:29:36 | 29 | pub fn as_match_arms(&self) -> MatchArms { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | pub fn as_match_arms(&self) -> MatchArms<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:35:48 | 35 | pub fn as_value_populator(&self) -> Option { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | pub fn as_value_populator(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:40:44 | 40 | pub fn as_initializer(&self) -> Option { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | pub fn as_initializer(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:89:21 | 89 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:149:21 | 149 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:214:21 | 214 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 214 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_attributes_impl.rs:82:40 | 82 | fn forward_attrs(&self) -> &super::ForwardAttrs { | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn forward_attrs(&self) -> &super::ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_derive_impl.rs:119:33 | 119 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_field.rs:85:40 | 85 | fn forward_attrs(&self) -> &super::ForwardAttrs { | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn forward_attrs(&self) -> &super::ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_type_param.rs:82:33 | 82 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_variant_impl.rs:109:33 | 109 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:41:17 | 41 | F: Fn(&&Field) -> bool, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | F: Fn(&&Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:42:17 | 42 | V: Fn(&&Variant) -> bool, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | V: Fn(&&Variant<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:70:20 | 70 | F: Fn(&&'b Field) -> bool, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 70 | F: Fn(&&'b Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:86:35 | 86 | pub fn check_errors(&self) -> ErrorCheck { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub fn check_errors(&self) -> ErrorCheck<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/kind.rs:67:32 | 67 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 67 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/kind.rs:194:32 | 194 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/mod.rs:637:32 | 637 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 637 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/options/outer_from.rs:46:39 | 46 | pub fn as_forward_attrs(&self) -> ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn as_forward_attrs(&self) -> ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/ident_string.rs:121:32 | 121 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/ident_string.rs:127:32 | 127 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/over_ride.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/parse_attribute.rs:38:32 | 38 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `serde_json` (lib) generated 34 warnings Compiling self_cell v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=23b8fff7cdfb8121 -C extra-filename=-23b8fff7cdfb8121 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-148ccee49050c028.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling icu_list v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_list CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='ECMA-402 ListFormatter' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_list CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "serde_human", "std"))' -C metadata=02136d9142c73f4b -C extra-filename=-02136d9142c73f4b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so --extern icu_list_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-2aa6843cdafe2857.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-1cdcf0490d5ede0e.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-a9768c54b9c75c94.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-e33b8b67ed22d28b.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-30da4d8aa854c022.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/generics.rs:161:28 | 161 | pub struct TypeParams<'a, P: 'a>(Iter<'a, P>); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Compiling intl-memoizer v0.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=658baf3b637e88f9 -C extra-filename=-658baf3b637e88f9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-2214e94f6ad777a7.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:43:22 | 43 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:44:29 | 44 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:59:10 | 59 | map: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/concurrent.rs:27:22 | 27 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/concurrent.rs:28:29 | 28 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `intl-memoizer` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-af0e5f06ebc398fc/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7725a36018ead57b -C extra-filename=-7725a36018ead57b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-7cd654ab45216850.so --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `thiserror` (lib) generated 5 warnings (4 duplicates) Compiling fluent-syntax v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=35ed58a5dde7cdc5 -C extra-filename=-35ed58a5dde7cdc5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-5f5a47af003248c1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lifetime parameter `'s` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/ast/helper.rs:16:6 | 16 | impl<'s, S> From> for Comment { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/unicode.rs:121:54 | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { | +++ warning: `fluent-syntax` (lib) generated 2 warnings Compiling icu_provider_adapters v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider_adapters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Adapters for composing and manipulating data providers.' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider_adapters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_adapters --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("databake", "datagen", "serde", "std"))' -C metadata=f7e3aa5cf8e38e2f -C extra-filename=-f7e3aa5cf8e38e2f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-1cdcf0490d5ede0e.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-a9768c54b9c75c94.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/any_payload.rs:105:41 | 105 | fn load_any(&self, key: DataKey, _: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 105 | fn load_any(&self, key: DataKey, _: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/any_payload.rs:121:25 | 121 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:27:43 | 27 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:41:14 | 41 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:55:44 | 55 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:68:25 | 68 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:58:48 | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:67:19 | 67 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:77:49 | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:86:30 | 86 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:199:19 | 199 | F1: FnMut(DataRequest) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | F1: FnMut(DataRequest<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:194:23 | 194 | mut base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | mut base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:242:48 | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:259:19 | 259 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:275:49 | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:290:30 | 290 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/impls.rs:12:45 | 12 | RequestFilterDataProvider bool + Sync + 'a>>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | RequestFilterDataProvider) -> bool + Sync + 'a>>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/impls.rs:16:11 | 16 | F: Fn(DataRequest) -> bool + Sync, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | F: Fn(DataRequest<'_>) -> bool + Sync, | ++++ warning: unused import: `impls::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:39:9 | 39 | pub use impls::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:57:11 | 57 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:72:11 | 72 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:76:44 | 76 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:89:11 | 89 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:93:25 | 93 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:106:11 | 106 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 106 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:112:14 | 112 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:126:11 | 126 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:129:43 | 129 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:223:45 | 223 | ) -> RequestFilterDataProvider bool>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | ) -> RequestFilterDataProvider) -> bool>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:233:45 | 233 | ) -> RequestFilterDataProvider bool> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 233 | ) -> RequestFilterDataProvider) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:234:20 | 234 | fn noop(_: DataRequest) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 234 | fn noop(_: DataRequest<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:55:14 | 55 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:73:43 | 73 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:91:44 | 91 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:175:14 | 175 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:195:43 | 195 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:215:44 | 215 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:35:46 | 35 | fn test(&self, key: DataKey, req: Option, err: DataError) -> bool; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn test(&self, key: DataKey, req: Option>, err: DataError) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:52:42 | 52 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:134:42 | 134 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: `icu_provider_adapters` (lib) generated 40 warnings Compiling intl_pluralrules v7.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bcbd83f9bd91d2b -C extra-filename=-7bcbd83f9bd91d2b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/operands.rs:51:13 | 51 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:2:13 | 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:3:13 | 3 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:4:13 | 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::nonminimal_bool))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `darling_core` (lib) generated 28 warnings Compiling fluent-langneg v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=2423ea9fef520eed -C extra-filename=-2423ea9fef520eed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `object` (lib) generated 10 warnings Compiling odht v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=odht CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=odht CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/odht' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name odht --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "no_simd"))' -C metadata=b0e2064581cb0453 -C extra-filename=-b0e2064581cb0453 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht/src/lib.rs:56:42 | 56 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))] | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=a0f8192d708471ed -C extra-filename=-a0f8192d708471ed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=6082f6f321f3ecac -C extra-filename=-6082f6f321f3ecac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libself_cell-a0f8192d708471ed.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir --edition=2021 compiler/rustc_hir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05ee0916e50c53ea -C extra-filename=-05ee0916e50c53ea --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern odht=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-b0e2064581cb0453.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `odht` (lib) generated 1 warning Compiling fluent-bundle v0.15.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=6a3343b1e29e6cfd -C extra-filename=-6a3343b1e29e6cfd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-2423ea9fef520eed.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-35ed58a5dde7cdc5.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-658baf3b637e88f9.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-7bcbd83f9bd91d2b.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-23b8fff7cdfb8121.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/args.rs:84:56 | 84 | pub fn iter(&self) -> impl Iterator { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 84 | pub fn iter(&self) -> impl Iterator)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:140:49 | 140 | pub(crate) transform: Option Cow>, | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 140 | pub(crate) transform: Option Cow<'_, str>>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:141:38 | 141 | pub(crate) formatter: Option Option>, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub(crate) formatter: Option, &M) -> Option>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:340:65 | 340 | pub fn set_transform(&mut self, func: Option Cow>) { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 340 | pub fn set_transform(&mut self, func: Option Cow<'_, str>>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:350:54 | 350 | pub fn set_formatter(&mut self, func: Option Option>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn set_formatter(&mut self, func: Option, &M) -> Option>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:442:31 | 442 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 442 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:486:31 | 486 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 486 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:535:44 | 535 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Sync + Send + 'static, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Sync + Send + 'static, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/entry.rs:13:45 | 13 | Box Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Send + Sync>; | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 13 | Box Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Send + Sync>; | ++++ warning: lifetime parameter `'bundle` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/entry.rs:27:6 | 27 | impl<'bundle, R: Borrow, M> GetEntry for FluentBundle { | ^^^^^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/resolver/scope.rs:32:30 | 32 | args: Option<&'scope FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | args: Option<&'scope FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/number.rs:89:36 | 89 | pub fn merge(&mut self, opts: &FluentArgs) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | pub fn merge(&mut self, opts: &FluentArgs<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:115:17 | 115 | other: &FluentValue, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | other: &FluentValue<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:116:22 | 116 | scope: &Scope, | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 116 | scope: &Scope<'_, '_, R, M>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:147:58 | 147 | pub fn write(&self, w: &mut W, scope: &Scope) -> fmt::Result | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 147 | pub fn write(&self, w: &mut W, scope: &Scope<'_, '_, R, M>) -> fmt::Result | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:167:72 | 167 | pub fn as_string, M>(&self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 167 | pub fn as_string, M>(&self, scope: &Scope<'_, '_, R, M>) -> Cow<'source, str> | +++++++ warning: `intl_pluralrules` (lib) generated 5 warnings Compiling darling_macro v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling_macro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0b7e5daf5836b2f -C extra-filename=-a0b7e5daf5836b2f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_core-4cabba0f5b060211.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_baked_icu_data) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_baked_icu_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_baked_icu_data CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_baked_icu_data CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_baked_icu_data --edition=2021 compiler/rustc_baked_icu_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=fcc6c2a0d6fa6bd0 -C extra-filename=-fcc6c2a0d6fa6bd0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern icu_list=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-02136d9142c73f4b.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-1cdcf0490d5ede0e.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-a9768c54b9c75c94.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-f7e3aa5cf8e38e2f.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=af88381221e8be8b -C extra-filename=-af88381221e8be8b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror-7725a36018ead57b.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-syntax` (lib) generated 2 warnings (2 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d9b6ceb0df0b61e -C extra-filename=-1d9b6ceb0df0b61e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtype_map-d6dca942070a1301.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-4c88909a58a71225.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9996e8951e0e9ae1 -C extra-filename=-9996e8951e0e9ae1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-4c88909a58a71225.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `intl_pluralrules` (lib) generated 5 warnings (4 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=02439f71f19657d8 -C extra-filename=-02439f71f19657d8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-4c88909a58a71225.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling derivative v2.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derivative CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='A set of alternative `derive` attributes for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derivative CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-derivative' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.2.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derivative --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("use_core"))' -C metadata=20b18c6a1d4baf95 -C extra-filename=-20b18c6a1d4baf95 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-3a8c31f4df3a2499.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/ast.rs:87:38 | 87 | pub fn all_fields(&self) -> Vec<&Field> { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 87 | pub fn all_fields(&self) -> Vec<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/bound.rs:54:17 | 54 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/bound.rs:91:17 | 91 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 91 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/clone.rs:10:33 | 10 | pub fn derive_copy(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive_copy(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/clone.rs:30:34 | 30 | pub fn derive_clone(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn derive_clone(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:12:31 | 12 | pub fn derive_eq(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn derive_eq(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:40:39 | 40 | pub fn derive_partial_eq(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | pub fn derive_partial_eq(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:66:42 | 66 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_eq()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 66 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_eq()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:110:18 | 110 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 110 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:125:38 | 125 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:128:46 | 128 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 128 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:213:18 | 213 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 213 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:227:38 | 227 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 227 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:230:46 | 230 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 230 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:379:18 | 379 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 379 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:381:33 | 381 | field_filter: impl Fn(&ast::Field) -> bool, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 381 | field_filter: impl Fn(&ast::Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:10:28 | 10 | pub fn derive(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:17:38 | 17 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_debug()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_debug()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:147:14 | 147 | f: &ast::Field, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | f: &ast::Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/default.rs:9:28 | 9 | pub fn derive(input: &ast::Input, default: &attr::InputDefault) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | pub fn derive(input: &ast::Input<'_>, default: &attr::InputDefault) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/default.rs:13:24 | 13 | fields: &[ast::Field], | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fields: &[ast::Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/hash.rs:10:28 | 10 | pub fn derive(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:76:24 | 76 | impl Matcher bool> { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | impl Matcher) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:87:19 | 87 | impl bool> Matcher { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 87 | impl) -> bool> Matcher { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:112:17 | 112 | Vec, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:104:45 | 104 | pub fn build_arms(self, input: &ast::Input, binding_name: &str, f: F) -> TokenStream | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn build_arms(self, input: &ast::Input<'_>, binding_name: &str, f: F) -> TokenStream | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:145:13 | 145 | CommonVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | CommonVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:146:13 | 146 | CommonVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | CommonVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:147:18 | 147 | (Vec, Vec), | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | (Vec>, Vec), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:147:36 | 147 | (Vec, Vec), | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | (Vec, Vec>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:138:22 | 138 | left: (&ast::Input, &str), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | left: (&ast::Input<'_>, &str), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:139:23 | 139 | right: (&ast::Input, &str), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 139 | right: (&ast::Input<'_>, &str), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:192:25 | 192 | input: &'a ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | input: &'a ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:304:38 | 304 | (i, field): (usize, &'a ast::Field), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | (i, field): (usize, &'a ast::Field<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:306:30 | 306 | f: impl FnOnce(&ast::Field, &syn::Ident, BindingStyle) -> TokenStream, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | f: impl FnOnce(&ast::Field<'_>, &syn::Ident, BindingStyle) -> TokenStream, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/utils.rs:11:17 | 11 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/utils.rs:34:44 | 34 | pub fn hygienic_type_parameter(item: &ast::Input, base: &str) -> syn::Ident { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn hygienic_type_parameter(item: &ast::Input<'_>, base: &str) -> syn::Ident { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/lib.rs:35:22 | 35 | input: &mut ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | input: &mut ast::Input<'_>, | ++++ warning: `fluent-bundle` (lib) generated 16 warnings Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=9b1ead7f0adf4cbe -C extra-filename=-9b1ead7f0adf4cbe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c8495c55d7acfccf -C extra-filename=-c8495c55d7acfccf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d317784bc63cc3c2 -C extra-filename=-d317784bc63cc3c2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling anstyle v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6e6d8a800d87a3d -C extra-filename=-f6e6d8a800d87a3d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2091:24 | 2091 | let mut used = HashSet::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3087:38 | 3087 | fn into_group_map(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3123:50 | 3123 | fn into_group_map_by(self, f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3870:24 | 3870 | fn counts(self) -> HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3875:26 | 3875 | let mut counts = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3913:39 | 3913 | fn counts_by(self, f: F) -> HashMap | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:28:27 | 28 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:38:15 | 38 | used: HashMap, | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:11:44 | 11 | pub fn into_group_map(iter: I) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:16:22 | 16 | let mut lookup = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:25:68 | 25 | pub fn into_group_map_by(iter: I, f: impl Fn(&V) -> K) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:107:57 | 107 | pub fn aggregate(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:111:35 | 111 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:156:75 | 156 | pub fn fold_with(self, mut init: FI, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:192:57 | 192 | pub fn fold(self, init: R, operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:227:55 | 227 | pub fn fold_first(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:257:32 | 257 | pub fn collect(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:261:35 | 261 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:291:25 | 291 | pub fn max(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:317:47 | 317 | pub fn max_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:346:49 | 346 | pub fn max_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:372:25 | 372 | pub fn min(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:398:47 | 398 | pub fn min_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:427:49 | 427 | pub fn min_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:462:28 | 462 | pub fn minmax(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:492:50 | 492 | pub fn minmax_by(self, mut compare: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:543:52 | 543 | pub fn minmax_by_key(self, mut f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:570:25 | 570 | pub fn sum(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:596:29 | 596 | pub fn product(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:17:11 | 17 | used: HashMap, | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:38:15 | 38 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:44:35 | 44 | fn count_new_keys(mut used: HashMap, iterable: I) -> usize | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:184:19 | 184 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling annotate-snippets v0.10.2 warning: `derivative` (lib) generated 38 warnings Compiling rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_type_ir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=8dbf036ef3f0a6fc -C extra-filename=-8dbf036ef3f0a6fc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libanstyle-f6e6d8a800d87a3d.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_width-d317784bc63cc3c2.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_type_ir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir --edition=2021 compiler/rustc_type_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' --cfg 'feature="rustc_span"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_data_structures", "rustc_macros", "rustc_serialize", "rustc_span"))' -C metadata=2ff5b412910c779d -C extra-filename=-2ff5b412910c779d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern derivative=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderivative-20b18c6a1d4baf95.so --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_pretty CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_pretty --edition=2021 compiler/rustc_ast_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ddb2a1a750cc941 -C extra-filename=-4ddb2a1a750cc941 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `itertools` (lib) generated 83 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=2af3b9480e4245ac -C extra-filename=-2af3b9480e4245ac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_langneg-02439f71f19657d8.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_syntax-af88381221e8be8b.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libintl_memoizer-1d9b6ceb0df0b61e.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libintl_pluralrules-9996e8951e0e9ae1.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_hash-b18e3abfbe5845b4.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libself_cell-6082f6f321f3ecac.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsmallvec-c8495c55d7acfccf.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-4c88909a58a71225.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-bundle` (lib) generated 16 warnings (16 duplicates) Compiling rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_messages) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_error_messages CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_messages CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_messages CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_messages --edition=2021 compiler/rustc_error_messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=4969dafc3408722c -C extra-filename=-4969dafc3408722c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_bundle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-6a3343b1e29e6cfd.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-35ed58a5dde7cdc5.rmeta --extern icu_list=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-02136d9142c73f4b.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-f7e3aa5cf8e38e2f.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-658baf3b637e88f9.rmeta --extern rustc_baked_icu_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-fcc6c2a0d6fa6bd0.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling darling v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='A proc-macro library for reading attributes into structs when implementing custom derives. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=cb906db32f0609bc -C extra-filename=-cb906db32f0609bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_core-4cabba0f5b060211.rmeta --extern darling_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_macro-a0b7e5daf5836b2f.so --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling/src/lib.rs:67:1 | 67 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `darling` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc5c087d7691ffb1 -C extra-filename=-cc5c087d7691ffb1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=8586153a95934771 -C extra-filename=-8586153a95934771 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-cc5c087d7691ffb1.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling derive_setters v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derive_setters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters CARGO_PKG_AUTHORS='Lymia Aluysia ' CARGO_PKG_DESCRIPTION='Rust macro to automatically generates setter methods for a struct'\''s fields.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_setters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lymia/derive_setters' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derive_setters --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c0fc9b7b9bade48b -C extra-filename=-c0fc9b7b9bade48b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling-cb906db32f0609bc.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters/src/lib.rs:3:1 | 3 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `derive_setters` (lib) generated 1 warning Compiling rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint_defs) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lint_defs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint_defs CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint_defs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint_defs --edition=2021 compiler/rustc_lint_defs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c2be4c6f49cfb49 -C extra-filename=-4c2be4c6f49cfb49 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-4969dafc3408722c.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fluent_macro) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_fluent_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fluent_macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fluent_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fluent_macro --edition=2021 compiler/rustc_fluent_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45a6b59599beb60e -C extra-filename=-45a6b59599beb60e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libannotate_snippets-8dbf036ef3f0a6fc.rlib --extern fluent_bundle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_bundle-2af3b9480e4245ac.rlib --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_syntax-af88381221e8be8b.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-e95c3656bb782f99.rlib --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-4c88909a58a71225.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61aace266bf7219f -C extra-filename=-61aace266bf7219f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling termcolor v1.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0030f5f645f324e2 -C extra-filename=-0030f5f645f324e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ Compiling rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_codes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_error_codes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_codes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_codes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_codes --edition=2021 compiler/rustc_error_codes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e618872344b96e3b -C extra-filename=-e618872344b96e3b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_errors) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_errors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_errors CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_errors CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_errors --edition=2021 compiler/rustc_errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=df2fe83a6601b18f -C extra-filename=-df2fe83a6601b18f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-8586153a95934771.rmeta --extern derive_setters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_setters-c0fc9b7b9bade48b.so --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_error_codes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-e618872344b96e3b.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-4969dafc3408722c.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-0030f5f645f324e2.rmeta --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-61aace266bf7219f.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `termcolor` (lib) generated 14 warnings Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=c55b53879b101e4d -C extra-filename=-c55b53879b101e4d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-3b0b4172a9a4ac2f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-c574007e4d6c62d5/build-script-build` [semver 1.0.22] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-3b0b4172a9a4ac2f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4ecbb8b8c2e65964 -C extra-filename=-4ecbb8b8c2e65964 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `semver` (lib) generated 37 warnings (36 duplicates) Compiling rustc_version v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version CARGO_PKG_AUTHORS='Dirkjan Ochtman :Marvin Löbel ' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Kimundi/rustc-version-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_version --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=615df9b4ea098eb0 -C extra-filename=-615df9b4ea098eb0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsemver-4ecbb8b8c2e65964.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `getopts` (lib) generated 1 warning Compiling memoffset v0.9.0 Compiling field-offset v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=b15b5d7b2e5e02e4 -C extra-filename=-b15b5d7b2e5e02e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memoffset-b15b5d7b2e5e02e4 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libautocfg-34b9907fccaee604.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72c2996b9ca362f6 -C extra-filename=-72c2996b9ca362f6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/field-offset-72c2996b9ca362f6 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_version=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_version-615df9b4ea098eb0.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/build.rs:1:1 | 1 | extern crate autocfg; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `memoffset` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memoffset-c4aab83c171d23ea/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memoffset-b15b5d7b2e5e02e4/build-script-build` Compiling rustc_apfloat v0.2.0+llvm-462a31f5a5ab Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd5c1d55860771b6 -C extra-filename=-cd5c1d55860771b6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_apfloat-cd5c1d55860771b6 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` [memoffset 0.9.0] cargo:rustc-cfg=tuple_ty [memoffset 0.9.0] cargo:rustc-cfg=allow_clippy [memoffset 0.9.0] cargo:rustc-cfg=maybe_uninit [memoffset 0.9.0] cargo:rustc-cfg=doctests [memoffset 0.9.0] cargo:rustc-cfg=raw_ref_macros [memoffset 0.9.0] cargo:rustc-cfg=stable_const Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memoffset-c4aab83c171d23ea/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memoffset --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=9b6a3e2dc0e12409 -C extra-filename=-9b6a3e2dc0e12409 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:60:41 | 60 | all(feature = "unstable_const", not(stable_const)), | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:67:7 | 67 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:70:7 | 70 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:22:7 | 22 | #[cfg(raw_ref_macros)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:30:11 | 30 | #[cfg(not(raw_ref_macros))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:57:7 | 57 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:69:11 | 69 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:90:7 | 90 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:100:11 | 100 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:125:7 | 125 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:141:11 | 141 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:183:7 | 183 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:23:7 | 23 | #[cfg(maybe_uninit)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:37:11 | 37 | #[cfg(not(maybe_uninit))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:49:39 | 49 | #[cfg(any(feature = "unstable_const", stable_const))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:61:43 | 61 | #[cfg(not(any(feature = "unstable_const", stable_const)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:138:7 | 138 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `memoffset` (lib) generated 17 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/field-offset-fc1dbfc64b7289a7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/field-offset-72c2996b9ca362f6/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-d23facd748155661/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_apfloat-cd5c1d55860771b6/build-script-build` [rustc_apfloat 0.2.0+llvm-462a31f5a5ab] cargo:rerun-if-changed=build.rs Compiling bitflags v1.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=4e6a53da48657689 -C extra-filename=-4e6a53da48657689 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_maybe_uninit [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_has_alloc Compiling rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_session) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_session CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_session CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_session CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_session --edition=2021 compiler/rustc_session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91f3173784a6baa3 -C extra-filename=-91f3173784a6baa3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-c55b53879b101e4d.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-61aace266bf7219f.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling datafrog v2.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=datafrog CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog CARGO_PKG_AUTHORS='Frank McSherry :The Rust Project Developers:Datafrog Developers' CARGO_PKG_DESCRIPTION='Lightweight Datalog engine intended to be embedded in other Rust programs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=datafrog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/datafrog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name datafrog --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13ef0c45978ccee9 -C extra-filename=-13ef0c45978ccee9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lifetime parameter `'me` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/join.rs:43:34 | 43 | pub(crate) fn join_into_relation<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( | ^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:134:10 | 134 | impl<'leap, Tuple, Func> PrefixFilter | ^^^^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:206:10 | 206 | impl<'leap, Tuple, Val, Func> ValueFilter | ^^^^^-- | | | help: elide the unused lifetime warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:325:17 | 325 | Key: Ord + 'leap, | ^^^^^^^^ 326 | Val: Ord + 'leap, | ^^^^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 325 ~ Key: Ord, 326 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:415:17 | 415 | Key: Ord + 'leap, | ^^^^^^^^ 416 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 415 ~ Key: Ord, 416 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:479:17 | 479 | Key: Ord + 'leap, | ^^^^^^^^ 480 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 479 ~ Key: Ord, 480 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:565:17 | 565 | Key: Ord + 'leap, | ^^^^^^^^ 566 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 565 ~ Key: Ord, 566 ~ Val: Ord, | Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=field_offset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/field-offset-fc1dbfc64b7289a7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name field_offset --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75ba1eae9a283299 -C extra-filename=-75ba1eae9a283299 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memoffset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-9b6a3e2dc0e12409.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg fieldoffset_maybe_uninit --cfg fieldoffset_has_alloc` warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:2:13 | 2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `fieldoffset_has_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:8:17 | 8 | #[cfg(all(test, fieldoffset_has_alloc))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_has_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:73:11 | 73 | #[cfg(fieldoffset_maybe_uninit)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:81:15 | 81 | #[cfg(not(fieldoffset_maybe_uninit))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:124:15 | 124 | #[cfg(fieldoffset_assert_in_const_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:318:32 | 318 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `datafrog` (lib) generated 7 warnings Compiling polonius-engine v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=polonius_engine CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine CARGO_PKG_AUTHORS='The Rust Project Developers:Polonius Developers' CARGO_PKG_DESCRIPTION='Core definition for the Rust borrow checker' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=polonius-engine CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/polonius' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name polonius_engine --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50cfe137a9a8bc77 -C extra-filename=-50cfe137a9a8bc77 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern datafrog=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-13ef0c45978ccee9.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-80c5caa2ec46a2e8.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:60:25 | 60 | struct PhantomContra(fn(T)); | ------------- ^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 60 | struct PhantomContra(()); | ~~ warning: `field-offset` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_apfloat CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-d23facd748155661/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_apfloat --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b6e7682df2f3cd5 -C extra-filename=-6b6e7682df2f3cd5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-4e6a53da48657689.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/output/mod.rs:525:35 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/output/mod.rs:525:63 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `wasmparser` (lib) generated 67 warnings Compiling gsgdt v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gsgdt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt CARGO_PKG_AUTHORS='Vishnunarayan K I ' CARGO_PKG_DESCRIPTION='Generic Stringly Typed Graph Datatype' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gsgdt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vn-ki/gsgdt-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gsgdt --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f161066f3597783 -C extra-filename=-5f161066f3597783 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `polonius-engine` (lib) generated 2 warnings Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86feac5064a2d8bc -C extra-filename=-86feac5064a2d8bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/match_graph.rs:43:26 | 43 | let mut matches: Vec = mapping | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | let mut matches: Vec> = mapping | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/match_graph.rs:56:30 | 56 | let mut new_mapping: Mapping = BTreeMap::new(); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | let mut new_mapping: Mapping<'_> = BTreeMap::new(); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff.rs:7:28 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph<'_>, d2: &DiffGraph) -> MultiGraph { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff.rs:7:44 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph<'_>) -> MultiGraph { | ++++ warning: `rustc_apfloat` (lib) generated 1 warning Compiling tinyvec v1.6.0 Compiling rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse_format) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=cf7ac012319fb32c -C extra-filename=-cf7ac012319fb32c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-86feac5064a2d8bc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_parse_format CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse_format CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse_format CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse_format --edition=2021 compiler/rustc_parse_format/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92afa61073b21f1e -C extra-filename=-92afa61073b21f1e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs:7:13 | 7 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly_const_generics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:219:34 | 219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, `tinyvec_macros` = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1551:25 | 1551 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1551 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1574:25 | 1574 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1597:25 | 1597 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1620:25 | 1620 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1620 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1643:25 | 1643 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1643 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1666:25 | 1666 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1666 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1689:25 | 1689 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1689 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1712:25 | 1712 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1735:25 | 1735 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1735 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:880:25 | 880 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:903:25 | 903 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 903 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:926:25 | 926 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:949:25 | 949 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:972:25 | 972 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 972 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:995:25 | 995 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 995 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1018:25 | 1018 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1018 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1041:25 | 1041 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1041 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1064:25 | 1064 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1064 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1062:12 | 1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1112:12 | 1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1332:12 | 1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1506:25 | 1506 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1506 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1529:25 | 1529 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1529 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1552:25 | 1552 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1552 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1575:25 | 1575 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1575 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1598:25 | 1598 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1598 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1621:25 | 1621 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1621 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1644:25 | 1644 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1644 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1667:25 | 1667 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1690:25 | 1690 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1690 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff_graph.rs:52:14 | 52 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec_drain.rs:11:33 | 11 | pub struct ArrayVecDrain<'a, T: 'a + Default> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `tinyvec` (lib) generated 35 warnings Compiling rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_attr) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_attr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_attr CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_attr --edition=2021 compiler/rustc_attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0d0af2f6d52e726 -C extra-filename=-c0d0af2f6d52e726 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_system) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_query_system CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_system CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_system CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_system --edition=2021 compiler/rustc_query_system/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=4244df250ac436bd -C extra-filename=-4244df250ac436bd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-59e8c6e5e430e1ed.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `gsgdt` (lib) generated 5 warnings Compiling rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_middle) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_middle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_middle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_middle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_middle --edition=2021 compiler/rustc_middle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon", "rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=a24b1b29aa5e67b3 -C extra-filename=-a24b1b29aa5e67b3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern field_offset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-75ba1eae9a283299.rmeta --extern gsgdt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-5f161066f3597783.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-63ff3f0fa936f177.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-50cfe137a9a8bc77.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-6b6e7682df2f3cd5.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-4969dafc3408722c.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling unicode-normalization v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=308fe324ed7466bf -C extra-filename=-308fe324ed7466bf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-cf7ac012319fb32c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/decompose.rs:155:32 | 155 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 155 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/recompose.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/replace.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_next_trait_solver) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_next_trait_solver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_next_trait_solver CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_next_trait_solver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_next_trait_solver --edition=2021 compiler/rustc_next_trait_solver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=436a18de33685a0a -C extra-filename=-436a18de33685a0a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `unicode-normalization` (lib) generated 5 warnings Compiling aho-corasick v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=bb140bd019dfbebd -C extra-filename=-bb140bd019dfbebd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling regex-syntax v0.7.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=087fff438709347e -C extra-filename=-087fff438709347e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:1012:38 | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:2812:38 | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling regex v1.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.8.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=565b1d82ab369d10 -C extra-filename=-565b1d82ab369d10 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-bb140bd019dfbebd.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-087fff438709347e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:73:37 | 73 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:81:37 | 81 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/compile.rs:35:23 | 35 | capture_name_idx: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/compile.rs:62:31 | 62 | capture_name_idx: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/dfa.rs:1599:10 | 1599 | map: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/dfa.rs:1609:25 | 1609 | StateMap { map: HashMap::new(), states: vec![], num_byte_classes } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1300:44 | 1300 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1306:44 | 1306 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1362:44 | 1362 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/prog.rs:29:31 | 29 | pub capture_name_idx: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/prog.rs:88:40 | 88 | capture_name_idx: Arc::new(HashMap::new()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1027:23 | 1027 | named_groups: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1132:33 | 1132 | self.0.named_groups.iter().map(|(a, b)| (b, a)).collect(); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1131:27 | 1131 | let slot_to_name: HashMap<&usize, &String> = | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1029:23 | 1029 | named_groups: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1119:33 | 1119 | self.0.named_groups.iter().map(|(a, b)| (b, a)).collect(); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1118:27 | 1118 | let slot_to_name: HashMap<&usize, &String> = | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `aho-corasick` (lib) generated 29 warnings Compiling rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse --edition=2021 compiler/rustc_parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d76784abf05b7b12 -C extra-filename=-d76784abf05b7b12 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-308fe324ed7466bf.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_pretty CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_pretty --edition=2021 compiler/rustc_hir_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b2b20e45ba3f1e -C extra-filename=-e4b2b20e45ba3f1e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `regex-syntax` (lib) generated 8 warnings Compiling snap v1.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d38efd70b7b5cb2 -C extra-filename=-5d38efd70b7b5cb2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/snap-5d38efd70b7b5cb2 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling unicase v2.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=26ee804ff2f912bb -C extra-filename=-26ee804ff2f912bb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/unicase-26ee804ff2f912bb -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libversion_check-4d5c72d6726a3b8a.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/snap-c2ba996d91a2471f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/snap-5d38efd70b7b5cb2/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=snap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/snap-c2ba996d91a2471f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name snap --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=550f76dd6e1a0d34 -C extra-filename=-550f76dd6e1a0d34 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling libloading v0.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libloading --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74acf32368138601 -C extra-filename=-74acf32368138601 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/compress.rs:73:32 | 73 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:242:32 | 242 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:413:32 | 413 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 413 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:424:32 | 424 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 424 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/write.rs:196:32 | 196 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 196 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/write.rs:205:32 | 205 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:39:13 | 39 | #![cfg_attr(libloading_docs, feature(doc_cfg))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:45:26 | 45 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:49:26 | 49 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:20:17 | 20 | #[cfg(any(unix, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:21:12 | 21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:25:20 | 25 | #[cfg(any(windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:3:11 | 3 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:5:15 | 5 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/consts.rs:46:11 | 46 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/consts.rs:55:15 | 55 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:380:32 | 380 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 380 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:435:32 | 435 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 435 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:7:37 | 7 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:22:37 | 22 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:109:37 | 109 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:2:7 | 2 | #[cfg(libloading_docs)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:4:15 | 4 | #[cfg(all(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:6:15 | 6 | #[cfg(all(not(libloading_docs), windows))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:14:12 | 14 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:196:12 | 196 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:293:32 | 293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:197:26 | 197 | pub struct Symbol<'lib, T: 'lib> { | ^^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `libloading` (lib) generated 23 warnings Compiling regex-syntax v0.6.29 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c7cdb93fecd89f60 -C extra-filename=-c7cdb93fecd89f60 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `snap` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/unicase-ebe43bd8af6be0bf/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/unicase-26ee804ff2f912bb/build-script-build` [unicase 2.7.0] cargo:rustc-cfg=__unicase__iter_cmp [unicase 2.7.0] cargo:rustc-cfg=__unicase__default_hasher [unicase 2.7.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.7.0] cargo:rustc-cfg=__unicase__core_and_alloc Compiling gimli v0.28.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=c6b992b7cdf71767 -C extra-filename=-c6b992b7cdf71767 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1971:32 | 1971 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2501:32 | 2501 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2501 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2571:39 | 2571 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn iter(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2648:32 | 2648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2789:48 | 2789 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | pub fn registers(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3186:47 | 3186 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3186 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3503:43 | 3503 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3503 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:400:42 | 400 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 400 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:722:43 | 722 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 722 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1001:91 | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1007:43 | 1007 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1007 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1014:91 | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1021:92 | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1027:90 | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/index.rs:231:76 | 231 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 231 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/line.rs:534:32 | 534 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 534 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/mod.rs:438:32 | 438 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/loc.rs:308:41 | 308 | context: &ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 308 | context: &ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/range.rs:224:41 | 224 | context: &ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | context: &ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:490:39 | 490 | pub fn attrs(&self) -> slice::Iter { | -----------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 490 | pub fn attrs(&self) -> slice::Iter<'_, Attribute> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:496:50 | 496 | pub fn attrs_mut(&mut self) -> slice::IterMut { | --------------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 496 | pub fn attrs_mut(&mut self) -> slice::IterMut<'_, Attribute> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:543:42 | 543 | pub fn children(&self) -> slice::Iter { | -----------^------------ expected lifetime parameter | help: indicate the anonymous lifetime | 543 | pub fn children(&self) -> slice::Iter<'_, UnitEntryId> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1668:40 | 1668 | from: read::EntriesTreeNode, | ---------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1668 | from: read::EntriesTreeNode<'_, '_, '_, R>, | +++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1702:45 | 1702 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1723:45 | 1723 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1723 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1737:45 | 1737 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1737 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/mod.rs:364:36 | 364 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default Compiling rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_passes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_passes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_passes --edition=2021 compiler/rustc_ast_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c686fc7b2bab1dc9 -C extra-filename=-c686fc7b2bab1dc9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/cfi.rs:622:31 | 622 | let mut cie_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/op.rs:847:32 | 847 | entry_ids: Option<&HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1501:28 | 1501 | pub entry_ids: &'a HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1523:33 | 1523 | let mut entry_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1561:29 | 1561 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1602:25 | 1602 | entry_ids: &HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1673:29 | 1673 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `gimli` (lib) generated 76 warnings Compiling rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_infer) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_infer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_infer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_infer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_infer --edition=2021 compiler/rustc_infer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44b5b9db0de44c11 -C extra-filename=-44b5b9db0de44c11 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `regex-syntax` (lib) generated 2 warnings Compiling rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_expand) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_expand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_expand CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_expand CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_expand --edition=2021 compiler/rustc_expand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=252c96a32a5092e6 -C extra-filename=-252c96a32a5092e6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-c686fc7b2bab1dc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-0030f5f645f324e2.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `regex` (lib) generated 17 warnings Compiling rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_dataflow) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_dataflow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_dataflow CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_dataflow CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_dataflow --edition=2021 compiler/rustc_mir_dataflow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29cde7c55aa81be5 -C extra-filename=-29cde7c55aa81be5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-50cfe137a9a8bc77.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-565b1d82ab369d10.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_transmute) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_transmute CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_transmute CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_transmute CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_transmute --edition=2021 compiler/rustc_transmute/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="rustc"' --cfg 'feature="rustc_ast_ir"' --cfg 'feature="rustc_hir"' --cfg 'feature="rustc_infer"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_middle"' --cfg 'feature="rustc_span"' --cfg 'feature="rustc_target"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc", "rustc_ast_ir", "rustc_hir", "rustc_infer", "rustc_macros", "rustc_middle", "rustc_span", "rustc_target"))' -C metadata=1bd9d49ee4651248 -C extra-filename=-1bd9d49ee4651248 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_trait_selection) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_trait_selection CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_trait_selection CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_trait_selection CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_trait_selection --edition=2021 compiler/rustc_trait_selection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=013fab59720e1926 -C extra-filename=-013fab59720e1926 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_next_trait_solver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-436a18de33685a0a.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-92afa61073b21f1e.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_transmute=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-1bd9d49ee4651248.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_metadata) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_metadata CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_metadata CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_metadata --edition=2021 compiler/rustc_metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=517d5bdb924c1436 -C extra-filename=-517d5bdb924c1436 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern libloading=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-74acf32368138601.rmeta --extern odht=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-b0e2064581cb0453.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern snap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsnap-550f76dd6e1a0d34.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-e608489b2740ea2d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_analysis CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_analysis CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_analysis --edition=2021 compiler/rustc_hir_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b4bbc28bfb9ae6e -C extra-filename=-0b4bbc28bfb9ae6e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=f50abe002d2183de -C extra-filename=-f50abe002d2183de --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-c7cdb93fecd89f60.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/determinize.rs:41:12 | 41 | cache: HashMap, S>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/determinize.rs:65:25 | 65 | let mut cache = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:38 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:22 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:745:39 | 745 | for (&old_id, &new_id) in map.iter() { | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: `regex-automata` (lib) generated 35 warnings Compiling rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_llvm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecba268ec0d56565 -C extra-filename=-ecba268ec0d56565 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_llvm-ecba268ec0d56565 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-5c96df0e0a64b15a.rlib -Z binary-dep-depinfo` Compiling unicode-script v0.5.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=62b8ffcabb824469 -C extra-filename=-62b8ffcabb824469 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `unicode-script` (lib) generated 3 warnings Compiling leb128 v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name leb128 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d093d8b5797a2589 -C extra-filename=-d093d8b5797a2589 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128/src/lib.rs:85:36 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `leb128` (lib) generated 1 warning Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66d628913ab6a145 -C extra-filename=-66d628913ab6a145 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc-demangle v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=04b53f1b757360ea -C extra-filename=-04b53f1b757360ea --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `rustc-demangle` (lib) generated 11 warnings Compiling pulldown-cmark v0.9.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=51ae417aa39e1c88 -C extra-filename=-51ae417aa39e1c88 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/pulldown-cmark-51ae417aa39e1c88 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling punycode v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=punycode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='Functions to decode and encode Punycode' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=punycode CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-punycode.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name punycode --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default", "dev"))' -C metadata=a3228a016c7374ab -C extra-filename=-a3228a016c7374ab --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:224:13 | 224 | '0' ... '9' => cp - ('0' as u32) + 26, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(ellipsis_inclusive_range_patterns)]` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:225:13 | 225 | 'A' ... 'Z' => cp - ('A' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:226:13 | 226 | 'a' ... 'z' => cp - ('a' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `punycode` (lib) generated 3 warnings Compiling lazy_static v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4c0b80478b35729e -C extra-filename=-4c0b80478b35729e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `lazy_static` (lib) generated 1 warning Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=a71fc86200d880a5 -C extra-filename=-a71fc86200d880a5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-4c0b80478b35729e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:52:25 | 52 | impl Clear for collections::HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:59:9 | 59 | collections::HashMap::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:63:22 | 63 | impl Clear for collections::HashSet | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:70:9 | 70 | collections::HashSet::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 110 warnings Compiling rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_symbol_mangling) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_symbol_mangling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_symbol_mangling CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_symbol_mangling CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_symbol_mangling --edition=2021 compiler/rustc_symbol_mangling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51335702d59c49a2 -C extra-filename=-51335702d59c49a2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern punycode=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-a3228a016c7374ab.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-04b53f1b757360ea.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern twox_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-ae9d886d2bb31245.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-ec4142faa83a33d9/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/pulldown-cmark-51ae417aa39e1c88/build-script-build` Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=865721ee7ff2a4c8 -C extra-filename=-865721ee7ff2a4c8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern overload=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liboverload-66d628913ab6a145.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Compiling wasm-encoder v0.200.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=wasm_encoder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A low-level WebAssembly encoder. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasm-encoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.200.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=200 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name wasm_encoder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --deny=unsafe_code '--allow=clippy::all' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("wasmparser"))' -C metadata=135fd215e9cc2fa8 -C extra-filename=-135fd215e9cc2fa8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern leb128=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libleb128-d093d8b5797a2589.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:35:29 | 35 | pub fn ty(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 35 | pub fn ty(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:206:36 | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:217:29 | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:321:36 | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:329:29 | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:216:49 | 216 | pub fn instruction(&mut self, instruction: &Instruction) -> &mut Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn instruction(&mut self, instruction: &Instruction<'_>) -> &mut Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:3185:23 | 3185 | fn new_insn(insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3185 | fn new_insn(insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:3191:34 | 3191 | fn with_insn(mut self, insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3191 | fn with_insn(mut self, insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/data.rs:84:54 | 84 | pub fn segment(&mut self, segment: DataSegment) -> &mut Self | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub fn segment(&mut self, segment: DataSegment<'_, D>) -> &mut Self | +++ warning: `wasm-encoder` (lib) generated 9 warnings Compiling unicode-security v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_security CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-security' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-security CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-security' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_security --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3ea9eb1f7624536b -C extra-filename=-3ea9eb1f7624536b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-308fe324ed7466bf.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-62b8ffcabb824469.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_llvm-ecba268ec0d56565/build-script-build` [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("ipo")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitreader")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitwriter")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("linker")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("asmparser")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("lto")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("coverage")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("instrumentation")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("x86")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("arm")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("aarch64")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("amdgpu")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("avr")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("loongarch")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("m68k")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("csky")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("mips")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("powerpc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("systemz")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("jsbackend")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("webassembly")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("msp430")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("sparc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("nvptx")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("hexagon")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("riscv")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bpf")) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=RUST_CHECK [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH_VAR [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG [rustc_llvm 0.0.0] cargo:rerun-if-changed=/usr/local/bin/llvm-config-16 [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="aarch64" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="amdgpu" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="arm" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="asmparser" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="avr" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitreader" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitwriter" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bpf" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="coverage" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="hexagon" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="instrumentation" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="ipo" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="linker" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="loongarch" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="lto" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="mips" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="msp430" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="nvptx" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="powerpc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="riscv" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="sparc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="systemz" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="webassembly" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="x86" [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_RUSTLLVM [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_NDEBUG [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/RustWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/PassWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SymbolWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/CoverageMappingWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/ArchiveWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/Linker.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SuppressLLVMWarnings.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/LLVMWrapper.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/.editorconfig [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/README [rustc_llvm 0.0.0] TARGET = Some("x86_64-unknown-openbsd") [rustc_llvm 0.0.0] OPT_LEVEL = Some("3") [rustc_llvm 0.0.0] HOST = Some("x86_64-unknown-openbsd") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXX_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXX_x86_64_unknown_openbsd = Some("c++") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [rustc_llvm 0.0.0] CRATE_CC_NO_DEFAULTS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64") Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d18afb00bf28bb7 -C extra-filename=-0d18afb00bf28bb7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-f50abe002d2183de.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ty_utils) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ty_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ty_utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ty_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ty_utils --edition=2021 compiler/rustc_ty_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f3a492e0cec19cc -C extra-filename=-8f3a492e0cec19cc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_pattern_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_pattern_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_pattern_analysis CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_pattern_analysis CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_pattern_analysis --edition=2021 compiler/rustc_pattern_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rustc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rustc"))' -C metadata=009d6b5cb3ea1377 -C extra-filename=-009d6b5cb3ea1377 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-6b6e7682df2f3cd5.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_incremental) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_incremental CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_incremental CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_incremental CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_incremental --edition=2021 compiler/rustc_incremental/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dce6ecc58e0dffc8 -C extra-filename=-dce6ecc58e0dffc8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-486768fab57a0f14.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [rustc_llvm 0.0.0] AR_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [rustc_llvm 0.0.0] AR_x86_64_unknown_openbsd = Some("ar") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64_unknown_openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [rustc_llvm 0.0.0] HOST_ARFLAGS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS [rustc_llvm 0.0.0] ARFLAGS = None [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=llvm-wrapper [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINK_SHARED [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86TargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLTO [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMExtensions [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoverage [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMIRParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPasses [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoroutines [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMipo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstrumentation [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMVectorize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLinker [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOpenMP [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCFGuard [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMGlobalISel [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSelectionDAG [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTarget [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMScalarOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAggressiveInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObjCARCOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTransformUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitWriter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAnalysis [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMProfileData [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSymbolize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoPDB [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoMSF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoDWARF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObject [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTextAPI [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Utils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCore [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRemarks [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitstreamReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMC [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoCodeView [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBinaryFormat [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTargetParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSupport [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDemangle [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=execinfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=pthread [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=m [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=z [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/usr/local/llvm16/lib [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINKER_FLAGS [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_STATIC_STDCPP [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_USE_LIBCXX [rustc_llvm 0.0.0] cargo:rustc-link-lib=c++ Compiling thorin-dwp v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thorin CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp CARGO_PKG_AUTHORS='David Wood ' CARGO_PKG_DESCRIPTION='Library for building DWARF packages from input DWARF objects and packages' CARGO_PKG_HOMEPAGE='https://docs.rs/thorin-dwp' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thorin-dwp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/thorin' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thorin --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3cac9130133bda9 -C extra-filename=-c3cac9130133bda9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern gimli=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgimli-c6b992b7cdf71767.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-43577b955dff2275.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:1:1 | 1 | pub extern crate object; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | pub use object; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/error.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/strings.rs:63:47 | 63 | debug_str: gimli::DebugStr>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 63 | debug_str: gimli::DebugStr>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/strings.rs:64:62 | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | +++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:88:14 | 88 | targets: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:109:56 | 109 | Self { sess, maybe_in_progress: None, targets: HashSet::new() } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `difference` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:294:53 | 294 | if let Some(missing) = self.targets.difference(package.contained_units()).next() { | ^^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:303:22 | 303 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/package.rs:390:22 | 390 | contained_units: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/package.rs:413:46 | 413 | pub(crate) fn contained_units(&self) -> &HashSet { | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `thorin-dwp` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/unicase-ebe43bd8af6be0bf/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2ffffa7b457040fe -C extra-filename=-2ffffa7b457040fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:5:17 | 5 | #![cfg_attr(all(__unicase__core_and_alloc, not(test),), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:49:11 | 49 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:51:11 | 51 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:54:15 | 54 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:56:15 | 56 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:60:7 | 60 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:293:7 | 293 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:301:7 | 301 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:2:7 | 2 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:8:11 | 8 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:61:7 | 61 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:69:7 | 69 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:16:11 | 16 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:25:15 | 25 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:30:11 | 30 | #[cfg(__unicase_const_fns)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:35:15 | 35 | #[cfg(not(__unicase_const_fns))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:88:34 | 88 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 88 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:1:7 | 1 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:38:7 | 38 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:46:7 | 46 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:131:19 | 131 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:145:11 | 145 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:153:15 | 153 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:159:11 | 159 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:167:15 | 167 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:214:34 | 214 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 214 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:221:34 | 221 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:269:14 | 267 | / macro_rules! into_impl { 268 | | ($to:ty) => { 269 | | impl<'a> Into<$to> for UniCase<$to> { | | -^^- help: elide the unused lifetime 270 | | fn into(self) -> $to { ... | 274 | | }; 275 | | } | |_- in this expansion of `into_impl!` ... 290 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: `unicase` (lib) generated 28 warnings Compiling ar_archive_writer v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ar_archive_writer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A writer for object file ar archives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ar_archive_writer CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ar_archive_writer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ar_archive_writer --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35bbef586482db8a -C extra-filename=-35bbef586482db8a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db8dcef8d3de89fc -C extra-filename=-db8dcef8d3de89fc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=5bef257708d2ebe1 -C extra-filename=-5bef257708d2ebe1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 7 warnings Compiling pathdiff v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=b9e43f36bec285f7 -C extra-filename=-b9e43f36bec285f7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff/src/lib.rs:51:28 | 51 | let mut comps: Vec = vec![]; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | let mut comps: Vec> = vec![]; | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:262:42 | 262 | known_flag_support_status: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:293:26 | 293 | env_cache: Arc>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:294:37 | 294 | apple_sdk_root_cache: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:295:37 | 295 | apple_versions_cache: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:297:39 | 297 | cached_compiler_family: Arc, ToolFamily>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:381:60 | 381 | known_flag_support_status: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:412:44 | 412 | env_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:413:55 | 413 | apple_sdk_root_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:414:55 | 414 | apple_versions_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:35:40 | 35 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:44:40 | 44 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:75:40 | 75 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `pathdiff` (lib) generated 1 warning Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=3434eedc42083af8 -C extra-filename=-3434eedc42083af8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern matchers=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-0d18afb00bf28bb7.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-865721ee7ff2a4c8.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-59e8c6e5e430e1ed.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-565b1d82ab369d10.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-a71fc86200d880a5.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-db8dcef8d3de89fc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:201:19 | 201 | by_id: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:202:19 | 202 | by_cs: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:207:20 | 207 | type FieldMap = HashMap; | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/field.rs:457:14 | 457 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `values` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/field.rs:485:14 | 485 | .values() | ^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale Compiling rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_ssa) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_ssa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_ssa CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_ssa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_ssa --edition=2021 compiler/rustc_codegen_ssa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8b28062205b18eb -C extra-filename=-e8b28062205b18eb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ar_archive_writer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-35bbef586482db8a.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcc-5bef257708d2ebe1.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-0ca08c6ae488ccb3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-b9e43f36bec285f7.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-565b1d82ab369d10.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-dce6ecc58e0dffc8.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-51335702d59c49a2.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-e608489b2740ea2d.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern thorin=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthorin-c3cac9130133bda9.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern wasm_encoder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-135fd215e9cc2fa8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `cc` (lib) generated 12 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-ec4142faa83a33d9/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=1855da1d8d225568 -C extra-filename=-1855da1d8d225568 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicase-2ffffa7b457040fe.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:52:13 | 52 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:53:13 | 53 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:307:32 | 307 | fn end_tag(&mut self, tag: Tag) -> io::Result<()> { | ^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 307 | fn end_tag(&mut self, tag: Tag<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:56:35 | 56 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()>; | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:69:35 | 69 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: lifetime parameter `'w` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:74:6 | 74 | impl<'w> StrWrite for String { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:82:35 | 82 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:98:35 | 98 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:21:76 | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:1671:68 | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:105:6 | 105 | impl<'a> ItemBody { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:120:6 | 120 | impl<'a> Default for ItemBody { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:201:45 | 201 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:890:67 | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart) -> usize { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart<'_>) -> usize { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:914:6 | 914 | impl<'a> Tree { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1369:45 | 1369 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/scanners.rs:114:40 | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart<'_> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:23:6 | 23 | impl<'a> AsRef for InlineStr { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:44:6 | 44 | impl<'a> std::cmp::PartialEq for InlineStr { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:76:32 | 76 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:163:26 | 163 | fn eq(&self, other: &CowStr) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn eq(&self, other: &CowStr<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:240:32 | 240 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 240 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:232:37 | 232 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:237:31 | 237 | f: &mut std::fmt::Formatter, | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 237 | f: &mut std::fmt::Formatter<'_>, | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:49:14 | 49 | numbers: HashMap, usize>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:65:22 | 65 | numbers: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1178:12 | 1178 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1252:39 | 1252 | pub struct RefDefs<'input>(pub(crate) HashMap, LinkDef<'input>>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1265:16 | 1265 | self.0.iter().map(|(k, v)| (k.as_ref(), v)) | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_llvm --edition=2021 compiler/rustc_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e476b0d83a92786e -C extra-filename=-e476b0d83a92786e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib -l static=llvm-wrapper -l static=LLVMX86TargetMCA -l static=LLVMX86Disassembler -l static=LLVMX86AsmParser -l static=LLVMX86CodeGen -l static=LLVMX86Desc -l static=LLVMX86Info -l static=LLVMWebAssemblyDisassembler -l static=LLVMWebAssemblyAsmParser -l static=LLVMWebAssemblyCodeGen -l static=LLVMWebAssemblyDesc -l static=LLVMWebAssemblyUtils -l static=LLVMWebAssemblyInfo -l static=LLVMSystemZDisassembler -l static=LLVMSystemZAsmParser -l static=LLVMSystemZCodeGen -l static=LLVMSystemZDesc -l static=LLVMSystemZInfo -l static=LLVMSparcDisassembler -l static=LLVMSparcAsmParser -l static=LLVMSparcCodeGen -l static=LLVMSparcDesc -l static=LLVMSparcInfo -l static=LLVMRISCVTargetMCA -l static=LLVMRISCVDisassembler -l static=LLVMRISCVAsmParser -l static=LLVMRISCVCodeGen -l static=LLVMRISCVDesc -l static=LLVMRISCVInfo -l static=LLVMPowerPCDisassembler -l static=LLVMPowerPCAsmParser -l static=LLVMPowerPCCodeGen -l static=LLVMPowerPCDesc -l static=LLVMPowerPCInfo -l static=LLVMNVPTXCodeGen -l static=LLVMNVPTXDesc -l static=LLVMNVPTXInfo -l static=LLVMMSP430Disassembler -l static=LLVMMSP430AsmParser -l static=LLVMMSP430CodeGen -l static=LLVMMSP430Desc -l static=LLVMMSP430Info -l static=LLVMMipsDisassembler -l static=LLVMMipsAsmParser -l static=LLVMMipsCodeGen -l static=LLVMMipsDesc -l static=LLVMMipsInfo -l static=LLVMLTO -l static=LLVMExtensions -l static=LLVMLoongArchDisassembler -l static=LLVMLoongArchAsmParser -l static=LLVMLoongArchCodeGen -l static=LLVMLoongArchDesc -l static=LLVMLoongArchInfo -l static=LLVMHexagonDisassembler -l static=LLVMHexagonCodeGen -l static=LLVMHexagonAsmParser -l static=LLVMHexagonDesc -l static=LLVMHexagonInfo -l static=LLVMCoverage -l static=LLVMBPFDisassembler -l static=LLVMBPFAsmParser -l static=LLVMBPFCodeGen -l static=LLVMBPFDesc -l static=LLVMBPFInfo -l static=LLVMAVRDisassembler -l static=LLVMAVRAsmParser -l static=LLVMAVRCodeGen -l static=LLVMAVRDesc -l static=LLVMAVRInfo -l static=LLVMARMDisassembler -l static=LLVMARMAsmParser -l static=LLVMARMCodeGen -l static=LLVMARMDesc -l static=LLVMARMUtils -l static=LLVMARMInfo -l static=LLVMAMDGPUTargetMCA -l static=LLVMMCA -l static=LLVMAMDGPUDisassembler -l static=LLVMAMDGPUAsmParser -l static=LLVMAMDGPUCodeGen -l static=LLVMMIRParser -l static=LLVMAMDGPUDesc -l static=LLVMAMDGPUUtils -l static=LLVMAMDGPUInfo -l static=LLVMPasses -l static=LLVMIRPrinter -l static=LLVMCoroutines -l static=LLVMipo -l static=LLVMInstrumentation -l static=LLVMVectorize -l static=LLVMLinker -l static=LLVMFrontendOpenMP -l static=LLVMAArch64Disassembler -l static=LLVMMCDisassembler -l static=LLVMAArch64AsmParser -l static=LLVMAArch64CodeGen -l static=LLVMCFGuard -l static=LLVMGlobalISel -l static=LLVMSelectionDAG -l static=LLVMAsmPrinter -l static=LLVMCodeGen -l static=LLVMTarget -l static=LLVMScalarOpts -l static=LLVMInstCombine -l static=LLVMAggressiveInstCombine -l static=LLVMObjCARCOpts -l static=LLVMTransformUtils -l static=LLVMBitWriter -l static=LLVMAnalysis -l static=LLVMProfileData -l static=LLVMSymbolize -l static=LLVMDebugInfoPDB -l static=LLVMDebugInfoMSF -l static=LLVMDebugInfoDWARF -l static=LLVMObject -l static=LLVMTextAPI -l static=LLVMMCParser -l static=LLVMIRReader -l static=LLVMAsmParser -l static=LLVMBitReader -l static=LLVMAArch64Desc -l static=LLVMAArch64Utils -l static=LLVMCore -l static=LLVMRemarks -l static=LLVMBitstreamReader -l static=LLVMAArch64Info -l static=LLVMMC -l static=LLVMDebugInfoCodeView -l static=LLVMBinaryFormat -l static=LLVMTargetParser -l static=LLVMSupport -l static=LLVMDemangle -l dylib=execinfo -l dylib=pthread -l dylib=m -l dylib=z -l c++ --cfg 'llvm_component="aarch64"' --cfg 'llvm_component="amdgpu"' --cfg 'llvm_component="arm"' --cfg 'llvm_component="asmparser"' --cfg 'llvm_component="avr"' --cfg 'llvm_component="bitreader"' --cfg 'llvm_component="bitwriter"' --cfg 'llvm_component="bpf"' --cfg 'llvm_component="coverage"' --cfg 'llvm_component="hexagon"' --cfg 'llvm_component="instrumentation"' --cfg 'llvm_component="ipo"' --cfg 'llvm_component="linker"' --cfg 'llvm_component="loongarch"' --cfg 'llvm_component="lto"' --cfg 'llvm_component="mips"' --cfg 'llvm_component="msp430"' --cfg 'llvm_component="nvptx"' --cfg 'llvm_component="powerpc"' --cfg 'llvm_component="riscv"' --cfg 'llvm_component="sparc"' --cfg 'llvm_component="systemz"' --cfg 'llvm_component="webassembly"' --cfg 'llvm_component="x86"' -Zunstable-options --check-cfg 'cfg(llvm_component,values("ipo"))' --check-cfg 'cfg(llvm_component,values("bitreader"))' --check-cfg 'cfg(llvm_component,values("bitwriter"))' --check-cfg 'cfg(llvm_component,values("linker"))' --check-cfg 'cfg(llvm_component,values("asmparser"))' --check-cfg 'cfg(llvm_component,values("lto"))' --check-cfg 'cfg(llvm_component,values("coverage"))' --check-cfg 'cfg(llvm_component,values("instrumentation"))' --check-cfg 'cfg(llvm_component,values("x86"))' --check-cfg 'cfg(llvm_component,values("arm"))' --check-cfg 'cfg(llvm_component,values("aarch64"))' --check-cfg 'cfg(llvm_component,values("amdgpu"))' --check-cfg 'cfg(llvm_component,values("avr"))' --check-cfg 'cfg(llvm_component,values("loongarch"))' --check-cfg 'cfg(llvm_component,values("m68k"))' --check-cfg 'cfg(llvm_component,values("csky"))' --check-cfg 'cfg(llvm_component,values("mips"))' --check-cfg 'cfg(llvm_component,values("powerpc"))' --check-cfg 'cfg(llvm_component,values("systemz"))' --check-cfg 'cfg(llvm_component,values("jsbackend"))' --check-cfg 'cfg(llvm_component,values("webassembly"))' --check-cfg 'cfg(llvm_component,values("msp430"))' --check-cfg 'cfg(llvm_component,values("sparc"))' --check-cfg 'cfg(llvm_component,values("nvptx"))' --check-cfg 'cfg(llvm_component,values("hexagon"))' --check-cfg 'cfg(llvm_component,values("riscv"))' --check-cfg 'cfg(llvm_component,values("bpf"))'` warning: `tracing-subscriber` (lib) generated 13 warnings Compiling rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_build) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_build CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_build CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_build --edition=2021 compiler/rustc_mir_build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=919a45c0cd5c618e -C extra-filename=-919a45c0cd5c618e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-6b6e7682df2f3cd5.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-009d6b5cb3ea1377.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_privacy) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_privacy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_privacy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_privacy CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_privacy --edition=2021 compiler/rustc_privacy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=442bd3809c3d595c -C extra-filename=-442bd3809c3d595c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-8f3a492e0cec19cc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `pulldown-cmark` (lib) generated 29 warnings Compiling rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint --edition=2021 compiler/rustc_lint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5c3718dc2333186 -C extra-filename=-c5c3718dc2333186 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-92afa61073b21f1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern unicode_security=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-3ea9eb1f7624536b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_const_eval) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_const_eval CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_const_eval CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_const_eval CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_const_eval --edition=2021 compiler/rustc_const_eval/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2a997a640c525e4 -C extra-filename=-e2a997a640c525e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-6b6e7682df2f3cd5.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-29cde7c55aa81be5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_traits) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_traits CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_traits CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_traits --edition=2021 compiler/rustc_traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a8e043c40b634e2 -C extra-filename=-2a8e043c40b634e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling tracing-log v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log-tracer"' --cfg 'feature="std"' --cfg 'feature="trace-logger"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "env_logger", "interest-cache", "log-tracer", "lru", "std", "trace-logger"))' -C metadata=ec02331c84f12916 -C extra-filename=-ec02331c84f12916 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-80c5caa2ec46a2e8.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs:121:5 | 121 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/trace_logger.rs:46:18 | 46 | spans: Mutex>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: `tracing-log` (lib) generated 2 warnings Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=074b51f6bb7c213b -C extra-filename=-074b51f6bb7c213b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling num-conv v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097961f6281a250d -C extra-filename=-097961f6281a250d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=b8a56f9a0be33aa0 -C extra-filename=-b8a56f9a0be33aa0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling time-macros v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION=' Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=a97edb0f66a07b78 -C extra-filename=-a97edb0f66a07b78 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern num_conv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libnum_conv-097961f6281a250d.rlib --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_core-074b51f6bb7c213b.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` | = help: use the new name `dead_code` = note: requested on the command line with `-W unused_tuple_struct_fields` = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/lexer.rs:6:11 | 6 | iter: core::iter::Peekable, | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: requested on the command line with `-W unused-qualifications` help: remove the unnecessary path segments | 6 - iter: core::iter::Peekable, 6 + iter: iter::Peekable, | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/mod.rs:20:17 | 20 | ) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 20 - ) -> Result, crate::Error> { 20 + ) -> Result, crate::Error> { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/mod.rs:30:17 | 30 | ) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 30 - ) -> Result, crate::Error> { 30 + ) -> Result, crate::Error> { | warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/lib.rs:71:46 | 71 | #[cfg_attr(not(feature = "serde"), allow(unused_tuple_struct_fields))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` warning: `powerfmt` (lib) generated 3 warnings Compiling deranged v0.3.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=602595ae239ec8cd -C extra-filename=-602595ae239ec8cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-b8a56f9a0be33aa0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `deranged` (lib) generated 2 warnings Compiling tracing-tree v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=a0bec513839164e8 -C extra-filename=-a0bec513839164e8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-865721ee7ff2a4c8.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-ec02331c84f12916.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-3434eedc42083af8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:275:25 | 275 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 275 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:337:48 | 337 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 337 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:408:45 | 408 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:35 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:68 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:512:55 | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:590:44 | 590 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ warning: `time-macros` (lib) generated 5 warnings Compiling rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_borrowck) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_borrowck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_borrowck CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_borrowck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_borrowck --edition=2021 compiler/rustc_borrowck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91d1fc09b0f267e7 -C extra-filename=-91d1fc09b0f267e7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-50cfe137a9a8bc77.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-29cde7c55aa81be5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-2a8e043c40b634e2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `tracing-tree` (lib) generated 7 warnings Compiling rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_transform) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_transform CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_transform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_transform --edition=2021 compiler/rustc_mir_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bea47e27facebd13 -C extra-filename=-bea47e27facebd13 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-e2a997a640c525e4.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-919a45c0cd5c618e.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-29cde7c55aa81be5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_typeck) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_typeck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_typeck CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_typeck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_typeck --edition=2021 compiler/rustc_hir_typeck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e34a49c356b25cd7 -C extra-filename=-e34a49c356b25cd7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-c5c3718dc2333186.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_llvm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_llvm --edition=2021 compiler/rustc_codegen_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95ccecbafa7a6a00 -C extra-filename=-95ccecbafa7a6a00 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-63ff3f0fa936f177.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-04b53f1b757360ea.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-e8b28062205b18eb.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_llvm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-e476b0d83a92786e.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-51335702d59c49a2.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib` Compiling rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_passes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_passes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_passes --edition=2021 compiler/rustc_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e6a3baa2d53f5fe -C extra-filename=-4e6a3baa2d53f5fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-442bd3809c3d595c.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_resolve) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_resolve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_resolve CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_resolve CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_resolve --edition=2021 compiler/rustc_resolve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9b75f9788cee30c -C extra-filename=-b9b75f9788cee30c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern pulldown_cmark=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-1855da1d8d225568.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_builtin_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_builtin_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_builtin_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_builtin_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_builtin_macros --edition=2021 compiler/rustc_builtin_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cd702bc01588d80 -C extra-filename=-5cd702bc01588d80 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-92afa61073b21f1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_impl) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_query_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_impl CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_impl --edition=2021 compiler/rustc_query_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=2fc7fff5fc2c7fce -C extra-filename=-2fc7fff5fc2c7fce --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern field_offset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-75ba1eae9a283299.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-63ff3f0fa936f177.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_monomorphize) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_monomorphize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_monomorphize CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_monomorphize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_monomorphize --edition=2021 compiler/rustc_monomorphize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad254037957d4ddc -C extra-filename=-ad254037957d4ddc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_lowering) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_lowering CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_lowering CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_lowering CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_lowering --edition=2021 compiler/rustc_ast_lowering/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=877e4e57b28fae27 -C extra-filename=-877e4e57b28fae27 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` Compiling stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/stable_mir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_mir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/stable_mir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_mir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0-preview CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=preview CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_mir --edition=2021 compiler/stable_mir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9419143d5c1314e -C extra-filename=-f9419143d5c1314e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-32f56d755014d523.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=829efe6b034995fe -C extra-filename=-829efe6b034995fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f9047c573ab0035 -C extra-filename=-4f9047c573ab0035 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling time v0.3.34 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="formatting"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=4c7eb42c1e72f37e -C extra-filename=-4c7eb42c1e72f37e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern deranged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libderanged-602595ae239ec8cd.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-f538f8843f2228b3.rmeta --extern num_conv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-829efe6b034995fe.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-b8a56f9a0be33aa0.rmeta --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-4f9047c573ab0035.rmeta --extern time_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_macros-a97edb0f66a07b78.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/lib.rs:70:13 | 70 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:123:28 | 123 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: requested on the command line with `-W unused-qualifications` help: remove the unnecessary path segments | 123 - return Err(crate::error::ComponentRange { 123 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:161:28 | 161 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 161 - return Err(crate::error::ComponentRange { 161 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:198:28 | 198 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 198 - return Err(crate::error::ComponentRange { 198 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1135:28 | 1135 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 1135 - return Err(crate::error::ComponentRange { 1135 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1168:28 | 1168 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 1168 - return Err(crate::error::ComponentRange { 1168 + return Err(error::ComponentRange { | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1356:56 | 1356 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1356 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1393:27 | 1393 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1393 | metadata: Metadata<'_, Self>, | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/format_description/parse/lexer.rs:10:11 | 10 | iter: core::iter::Peekable, | ^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 10 - iter: core::iter::Peekable, 10 + iter: iter::Peekable, | warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/formatting/formattable.rs:22:12 | 22 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/month.rs:179:56 | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:274:34 | 274 | debug_assert!(ordinal <= crate::util::days_in_year(year) as i16); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 274 - debug_assert!(ordinal <= crate::util::days_in_year(year) as i16); 274 + debug_assert!(ordinal <= util::days_in_year(year) as i16); | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:1329:56 | 1329 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1329 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:1338:27 | 1338 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1338 | metadata: Metadata<'_, Self>, | +++ warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/parsing/parsable.rs:18:12 | 18 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/primitive_date_time.rs:902:56 | 902 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 902 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/primitive_date_time.rs:910:27 | 910 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 910 | metadata: Metadata<'_, Self>, | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:721:24 | 721 | ) -> Result { | ^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 721 - ) -> Result { 721 + ) -> Result { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:737:25 | 737 | ) -> Result { | ^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 737 - ) -> Result { 737 + ) -> Result { | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:778:56 | 778 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:813:27 | 813 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 813 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/utc_offset.rs:425:56 | 425 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 425 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/utc_offset.rs:441:27 | 441 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | metadata: Metadata<'_, Self>, | +++ Compiling rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_interface) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_interface CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_interface CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_interface CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_interface --edition=2021 compiler/rustc_interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="rustc_codegen_llvm"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "rustc-rayon", "rustc-rayon-core", "rustc_codegen_llvm", "rustc_use_parallel_compiler"))' -C metadata=f7c21ed58d5ce6fc -C extra-filename=-f7c21ed58d5ce6fc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-877e4e57b28fae27.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-c686fc7b2bab1dc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-91d1fc09b0f267e7.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-5cd702bc01588d80.rmeta --extern rustc_codegen_llvm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-95ccecbafa7a6a00.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-e8b28062205b18eb.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-e2a997a640c525e4.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-e34a49c356b25cd7.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-dce6ecc58e0dffc8.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-c5c3718dc2333186.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-919a45c0cd5c618e.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-bea47e27facebd13.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-ad254037957d4ddc.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-4e6a3baa2d53f5fe.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-442bd3809c3d595c.rmeta --extern rustc_query_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-2fc7fff5fc2c7fce.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-b9b75f9788cee30c.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-51335702d59c49a2.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-2a8e043c40b634e2.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-8f3a492e0cec19cc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib` Compiling rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_smir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_smir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_smir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_smir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_smir --edition=2021 compiler/rustc_smir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fdbee461863e96c -C extra-filename=-9fdbee461863e96c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-94fb83a56243fab6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-32f56d755014d523.rmeta --extern stable_mir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-f9419143d5c1314e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out` warning: `time` (lib) generated 24 warnings (1 duplicate) Compiling rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_log) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_log CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_log CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_log --edition=2021 compiler/rustc_log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("max_level_info"))' -C metadata=310591ce21028356 -C extra-filename=-310591ce21028356 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-3434eedc42083af8.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-a0bec513839164e8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling shlex v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b524d7f92307acdc -C extra-filename=-b524d7f92307acdc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(manual_codegen_check)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ warning: `shlex` (lib) generated 7 warnings Compiling rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver_impl) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_driver_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver_impl CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver_impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver_impl --edition=2021 compiler/rustc_driver_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=637273a5d43de446 -C extra-filename=-637273a5d43de446 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-877e4e57b28fae27.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-c686fc7b2bab1dc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-91d1fc09b0f267e7.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-5cd702bc01588d80.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-e8b28062205b18eb.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-e2a997a640c525e4.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-e34a49c356b25cd7.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-dce6ecc58e0dffc8.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta --extern rustc_interface=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-f7c21ed58d5ce6fc.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-c5c3718dc2333186.rmeta --extern rustc_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-310591ce21028356.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-919a45c0cd5c618e.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-29cde7c55aa81be5.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-bea47e27facebd13.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-ad254037957d4ddc.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-4e6a3baa2d53f5fe.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-009d6b5cb3ea1377.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-442bd3809c3d595c.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-b9b75f9788cee30c.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta --extern rustc_smir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-9fdbee461863e96c.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-51335702d59c49a2.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-8f3a492e0cec19cc.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta --extern shlex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libshlex-b524d7f92307acdc.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime-4c7eb42c1e72f37e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib` Compiling rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "jemalloc-sys", "llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=3eb09f153e9c08b6 -C extra-filename=-3eb09f153e9c08b6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc-main-3eb09f153e9c08b6 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_LLVM=1 CARGO_FEATURE_MAX_LEVEL_INFO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc-main-8dc33056be4ea28b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc-main-3eb09f153e9c08b6/build-script-build` [rustc-main 0.0.0] cargo:rerun-if-changed=build.rs Compiling rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver --edition=2021 compiler/rustc_driver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94dbfae5f2cf4da1 -C extra-filename=-94dbfae5f2cf4da1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-637273a5d43de446.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustc-main CARGO_CRATE_NAME=rustc_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc-main-8dc33056be4ea28b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_main --edition=2021 compiler/rustc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "jemalloc-sys", "llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=c24ebc0fc351eede -C extra-filename=-c24ebc0fc351eede --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-e8b28062205b18eb.rlib --extern rustc_driver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-94dbfae5f2cf4da1.so --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-637273a5d43de446.rlib --extern rustc_smir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-9fdbee461863e96c.rlib --extern stable_mir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-f9419143d5c1314e.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-d70c12566e2dcc49/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-3d92ff89e152f8c1/out -L native=/usr/local/llvm16/lib` Finished `release` profile [optimized] target(s) in 14m 26s c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_macro-a0b7e5daf5836b2f.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdarling_macro-a0b7e5daf5836b2f.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderivative-20b18c6a1d4baf95.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderivative-20b18c6a1d4baf95.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_more-a1ca8030802f5f5c.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_more-a1ca8030802f5f5c.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_setters-c0fc9b7b9bade48b.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_setters-c0fc9b7b9bade48b.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-2611cef2d8b8371a.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdisplaydoc-2611cef2d8b8371a.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libicu_provider_macros-dfe916234e121b82.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_macros-dfe916234e121b82.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-22e1a320db2425c7.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro_hack-22e1a320db2425c7.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-45a6b59599beb60e.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fluent_macro-45a6b59599beb60e.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_index_macros-42cfdef5930f3298.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index_macros-42cfdef5930f3298.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-7b1530377ef14b15.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_macros-7b1530377ef14b15.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libserde_derive-5a0438698859c115.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_derive-5a0438698859c115.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-7cd654ab45216850.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror_impl-7cd654ab45216850.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_macros-a97edb0f66a07b78.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_macros-a97edb0f66a07b78.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtracing_attributes-728e31005ad20838.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_attributes-728e31005ad20838.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-0d1ba3799b84119f.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros_impl-0d1ba3799b84119f.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke_derive-a33cfa739f54bb1a.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke_derive-a33cfa739f54bb1a.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom_derive-1b13e1f2ed75a587.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom_derive-1b13e1f2ed75a587.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec_derive-c2e1af311f04ca0b.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec_derive-c2e1af311f04ca0b.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libadler-96887f9fdf194da7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-96887f9fdf194da7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libahash-fbfa80cdfe158d77.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libahash-fbfa80cdfe158d77.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-bb140bd019dfbebd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libaho_corasick-bb140bd019dfbebd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-9da16a99294c621a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liballocator_api2-9da16a99294c621a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-8586153a95934771.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libannotate_snippets-8586153a95934771.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-cc5c087d7691ffb1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libanstyle-cc5c087d7691ffb1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-35bbef586482db8a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libar_archive_writer-35bbef586482db8a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e5c7de2184c531e9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayvec-e5c7de2184c531e9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-4e6a53da48657689.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-4e6a53da48657689.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-f271fd297e3c69a0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-aa4d440a0105a797.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libblock_buffer-aa4d440a0105a797.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-c387fa426749ea74.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-c387fa426749ea74.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcc-5bef257708d2ebe1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcc-5bef257708d2ebe1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-72463ed61a8b1eec.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-d67fc78aa6113e91.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcpufeatures-d67fc78aa6113e91.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-e4f4f135c89982f2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrc32fast-e4f4f135c89982f2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-9d8ba36ab14a36fe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrypto_common-9d8ba36ab14a36fe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-13ef0c45978ccee9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdatafrog-13ef0c45978ccee9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libderanged-602595ae239ec8cd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderanged-602595ae239ec8cd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-d0a101734d7d2a9c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdigest-d0a101734d7d2a9c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-7699832fca13b929.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libeither-7699832fca13b929.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libelsa-0c0734aab22f4432.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libelsa-0c0734aab22f4432.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libena-6cb9e00a2cb0f54a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libena-6cb9e00a2cb0f54a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-7d9f3d79b63e5bdd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libequivalent-7d9f3d79b63e5bdd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liberrno-2324d2611eb5c212.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liberrno-2324d2611eb5c212.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-85e2acf05717d498.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfastrand-85e2acf05717d498.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-75ba1eae9a283299.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfield_offset-75ba1eae9a283299.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libflate2-479da88091b57e0d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-479da88091b57e0d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-6a3343b1e29e6cfd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_bundle-6a3343b1e29e6cfd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-2423ea9fef520eed.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_langneg-2423ea9fef520eed.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-35ed58a5dde7cdc5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_syntax-35ed58a5dde7cdc5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-825264b34c14c634.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgeneric_array-825264b34c14c634.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-c55b53879b101e4d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-c55b53879b101e4d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-e5531a06843ff4c0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetrandom-e5531a06843ff4c0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgimli-c6b992b7cdf71767.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-c6b992b7cdf71767.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-5f161066f3597783.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgsgdt-5f161066f3597783.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-43577b955dff2275.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-43577b955dff2275.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-02136d9142c73f4b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list-02136d9142c73f4b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-2aa6843cdafe2857.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list_data-2aa6843cdafe2857.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-681b8866a63c7fe5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid-681b8866a63c7fe5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-1cdcf0490d5ede0e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform-1cdcf0490d5ede0e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-2b676538c6c00a10.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform_data-2b676538c6c00a10.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-a9768c54b9c75c94.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider-a9768c54b9c75c94.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-f7e3aa5cf8e38e2f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_adapters-f7e3aa5cf8e38e2f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-dcfb716646a544ed.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libindexmap-dcfb716646a544ed.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-658baf3b637e88f9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_memoizer-658baf3b637e88f9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-7bcbd83f9bd91d2b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_pluralrules-7bcbd83f9bd91d2b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-9b1ead7f0adf4cbe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libitertools-9b1ead7f0adf4cbe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-f538f8843f2228b3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libitoa-f538f8843f2228b3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-0ca08c6ae488ccb3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-0ca08c6ae488ccb3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-4c0b80478b35729e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-4c0b80478b35729e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libleb128-d093d8b5797a2589.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libleb128-d093d8b5797a2589.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-19d47f8c625b1168.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-74acf32368138601.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibloading-74acf32368138601.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-ca69af91d413fbfe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblitemap-ca69af91d413fbfe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-2f7938503f7e8f1f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblock_api-2f7938503f7e8f1f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-80c5caa2ec46a2e8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblog-80c5caa2ec46a2e8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-0d18afb00bf28bb7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmatchers-0d18afb00bf28bb7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmd5-65e2c20e201e3289.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmd5-65e2c20e201e3289.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-63ff3f0fa936f177.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmeasureme-63ff3f0fa936f177.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-c2f5965796ad9fae.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-c2f5965796ad9fae.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-24f2fd19c7931271.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemmap2-24f2fd19c7931271.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-9b6a3e2dc0e12409.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemoffset-9b6a3e2dc0e12409.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-edb5ab7d1e7788bc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-edb5ab7d1e7788bc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-865721ee7ff2a4c8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-865721ee7ff2a4c8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-829efe6b034995fe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_conv-829efe6b034995fe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-3e92459cd13f8bd5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-3e92459cd13f8bd5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-b0e2064581cb0453.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libodht-b0e2064581cb0453.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-83d21652bb3149ac.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libonce_cell-83d21652bb3149ac.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liboverload-66d628913ab6a145.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liboverload-66d628913ab6a145.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-59e8c6e5e430e1ed.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-59e8c6e5e430e1ed.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-b50ad5d340d391d9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-b50ad5d340d391d9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-b9e43f36bec285f7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpathdiff-b9e43f36bec285f7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-7444ed150339b2ef.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpin_project_lite-7444ed150339b2ef.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-50cfe137a9a8bc77.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpolonius_engine-50cfe137a9a8bc77.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-b8a56f9a0be33aa0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpowerfmt-b8a56f9a0be33aa0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-84e615ba9260aa78.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libppv_lite86-84e615ba9260aa78.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpsm-c157c2f609e19a17.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpsm-c157c2f609e19a17.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-1855da1d8d225568.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark-1855da1d8d225568.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-a3228a016c7374ab.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpunycode-a3228a016c7374ab.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-486768fab57a0f14.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand-486768fab57a0f14.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-24d4dcaa8c0fdad9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_chacha-24d4dcaa8c0fdad9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-23cb0ca5a8041f95.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_core-23cb0ca5a8041f95.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-c14133c923845c14.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_xoshiro-c14133c923845c14.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-565b1d82ab369d10.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex-565b1d82ab369d10.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-e33b8b67ed22d28b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-e33b8b67ed22d28b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-f50abe002d2183de.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-f50abe002d2183de.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-087fff438709347e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-087fff438709347e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-c7cdb93fecd89f60.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-c7cdb93fecd89f60.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-94fb83a56243fab6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_abi-94fb83a56243fab6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-6b6e7682df2f3cd5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-6b6e7682df2f3cd5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-88527890a0b0fd0c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_arena-88527890a0b0fd0c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-6dc11740047ff860.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast-6dc11740047ff860.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-65e28966eec2563f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_ir-65e28966eec2563f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-877e4e57b28fae27.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_lowering-877e4e57b28fae27.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-c686fc7b2bab1dc9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_passes-c686fc7b2bab1dc9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-4ddb2a1a750cc941.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_pretty-4ddb2a1a750cc941.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-c0d0af2f6d52e726.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_attr-c0d0af2f6d52e726.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-fcc6c2a0d6fa6bd0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_baked_icu_data-fcc6c2a0d6fa6bd0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-91d1fc09b0f267e7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-91d1fc09b0f267e7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-5cd702bc01588d80.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_builtin_macros-5cd702bc01588d80.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-95ccecbafa7a6a00.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_llvm-95ccecbafa7a6a00.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-e8b28062205b18eb.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_ssa-e8b28062205b18eb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-e2a997a640c525e4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_const_eval-e2a997a640c525e4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-c209b2862ba4df9e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-c209b2862ba4df9e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-04b53f1b757360ea.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-04b53f1b757360ea.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-94dbfae5f2cf4da1.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-94dbfae5f2cf4da1.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-637273a5d43de446.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver_impl-637273a5d43de446.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-e618872344b96e3b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_codes-e618872344b96e3b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-4969dafc3408722c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_messages-4969dafc3408722c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-df2fe83a6601b18f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-df2fe83a6601b18f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-252c96a32a5092e6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_expand-252c96a32a5092e6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-facdce3c96073ecf.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_feature-facdce3c96073ecf.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-18e962be3cad345a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fs_util-18e962be3cad345a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-b3b70e9ab37aecff.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_graphviz-b3b70e9ab37aecff.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-92e061f2d812ddb6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-92e061f2d812ddb6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-05ee0916e50c53ea.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir-05ee0916e50c53ea.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_analysis-0b4bbc28bfb9ae6e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_pretty-e4b2b20e45ba3f1e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-e34a49c356b25cd7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_typeck-e34a49c356b25cd7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-dce6ecc58e0dffc8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-dce6ecc58e0dffc8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-9cb4544e3170e6c0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index-9cb4544e3170e6c0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-44b5b9db0de44c11.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_infer-44b5b9db0de44c11.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-f7c21ed58d5ce6fc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_interface-f7c21ed58d5ce6fc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-664fff7c7a60be67.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lexer-664fff7c7a60be67.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-c5c3718dc2333186.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-c5c3718dc2333186.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-4c2be4c6f49cfb49.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint_defs-4c2be4c6f49cfb49.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-e476b0d83a92786e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_llvm-e476b0d83a92786e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-310591ce21028356.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_log-310591ce21028356.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-517d5bdb924c1436.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-517d5bdb924c1436.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-a24b1b29aa5e67b3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_middle-a24b1b29aa5e67b3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-919a45c0cd5c618e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_build-919a45c0cd5c618e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-29cde7c55aa81be5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_dataflow-29cde7c55aa81be5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-bea47e27facebd13.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_transform-bea47e27facebd13.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-ad254037957d4ddc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_monomorphize-ad254037957d4ddc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-436a18de33685a0a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_next_trait_solver-436a18de33685a0a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-d76784abf05b7b12.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse-d76784abf05b7b12.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-92afa61073b21f1e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse_format-92afa61073b21f1e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-4e6a3baa2d53f5fe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-4e6a3baa2d53f5fe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-009d6b5cb3ea1377.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_pattern_analysis-009d6b5cb3ea1377.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-442bd3809c3d595c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-442bd3809c3d595c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-2fc7fff5fc2c7fce.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_impl-2fc7fff5fc2c7fce.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-4244df250ac436bd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_system-4244df250ac436bd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-b9b75f9788cee30c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-b9b75f9788cee30c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-88d94988e8888dbc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-88d94988e8888dbc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-91f3173784a6baa3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_session-91f3173784a6baa3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-9fdbee461863e96c.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_smir-9fdbee461863e96c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-4c95ab888219d75b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_span-4c95ab888219d75b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-51335702d59c49a2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_symbol_mangling-51335702d59c49a2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-fc7003bef602f8ca.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-fc7003bef602f8ca.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-013fab59720e1926.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_trait_selection-013fab59720e1926.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-2a8e043c40b634e2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-2a8e043c40b634e2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-1bd9d49ee4651248.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_transmute-1bd9d49ee4651248.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-8f3a492e0cec19cc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ty_utils-8f3a492e0cec19cc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-2ff5b412910c779d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir-2ff5b412910c779d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustix-2ad6313efe5b7b79.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustix-2ad6313efe5b7b79.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-f32f68678330313e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libruzstd-f32f68678330313e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libryu-e4809c66c9a5a997.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libryu-e4809c66c9a5a997.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-32f56d755014d523.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-32f56d755014d523.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-2fbfcd6b769ac649.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libscopeguard-2fbfcd6b769ac649.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-148ccee49050c028.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-148ccee49050c028.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-23b8fff7cdfb8121.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-23b8fff7cdfb8121.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsemver-cfbd4742b9ea6810.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsemver-cfbd4742b9ea6810.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-7c13af0b70304ffd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde-7c13af0b70304ffd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-06013831adc969f8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_json-06013831adc969f8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha1-f3c46cf26d7013f4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsha1-f3c46cf26d7013f4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha2-b35d3ff5f04c41f1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsha2-b35d3ff5f04c41f1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-a71fc86200d880a5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsharded_slab-a71fc86200d880a5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libshlex-b524d7f92307acdc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libshlex-b524d7f92307acdc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-c52bae136e9ee5d7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-c52bae136e9ee5d7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsnap-550f76dd6e1a0d34.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsnap-550f76dd6e1a0d34.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-e442b03437113414.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-e442b03437113414.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-f9419143d5c1314e.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_mir-f9419143d5c1314e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstacker-f9986eb64bc2f8a3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstacker-f9986eb64bc2f8a3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-1d4876ae81ef5024.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstatic_assertions-1d4876ae81ef5024.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-e608489b2740ea2d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtempfile-e608489b2740ea2d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-0030f5f645f324e2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-0030f5f645f324e2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-61aace266bf7219f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtermize-61aace266bf7219f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-de79eef04f2f103c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthin_vec-de79eef04f2f103c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-5f5a47af003248c1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror-5f5a47af003248c1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthorin-c3cac9130133bda9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthorin-c3cac9130133bda9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-db8dcef8d3de89fc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthread_local-db8dcef8d3de89fc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime-4c7eb42c1e72f37e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime-4c7eb42c1e72f37e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-4f9047c573ab0035.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_core-4f9047c573ab0035.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-949b7bc440208882.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinystr-949b7bc440208882.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-cf7ac012319fb32c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec-cf7ac012319fb32c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-86feac5064a2d8bc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec_macros-86feac5064a2d8bc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-2800ff3292a71fea.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing-2800ff3292a71fea.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-d7985a2b13e3f848.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_core-d7985a2b13e3f848.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-ec02331c84f12916.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_log-ec02331c84f12916.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-3434eedc42083af8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_subscriber-3434eedc42083af8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-a0bec513839164e8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_tree-a0bec513839164e8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-ae9d886d2bb31245.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtwox_hash-ae9d886d2bb31245.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-2214e94f6ad777a7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtype_map-2214e94f6ad777a7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-92419bd2d2b4a701.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtypenum-92419bd2d2b4a701.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-c64a8b9cdf3cd8ee.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid-c64a8b9cdf3cd8ee.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8ac7e63bb56a088e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_impl-8ac7e63bb56a088e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-b2158a06edcc9d0a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros-b2158a06edcc9d0a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicase-2ffffa7b457040fe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicase-2ffffa7b457040fe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-308fe324ed7466bf.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_normalization-308fe324ed7466bf.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-bacda748e4872a78.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_properties-bacda748e4872a78.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-62b8ffcabb824469.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_script-62b8ffcabb824469.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-3ea9eb1f7624536b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_security-3ea9eb1f7624536b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-e021eca322ed8729.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-e021eca322ed8729.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-5f753043307c2df8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_xid-5f753043307c2df8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-135fd215e9cc2fa8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwasm_encoder-135fd215e9cc2fa8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-2f4d481e5df8e11c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwasmparser-2f4d481e5df8e11c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-30da4d8aa854c022.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwriteable-30da4d8aa854c022.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-cce616deb3375362.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke-cce616deb3375362.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-3c8d805695ac0e75.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy-3c8d805695ac0e75.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-6e90644ed7ada7c9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom-6e90644ed7ada7c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-9fd0180578dfb24e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec-9fd0180578dfb24e.rmeta" < RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } Creating a sysroot for stage1 compiler (use `rustup toolchain link 'name' build/host/stage1`) > Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-2fc8e9d4825d5be3.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/libstd-2fc8e9d4825d5be3.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-94dbfae5f2cf4da1.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/librustc_driver-94dbfae5f2cf4da1.so" > Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } Copy/Link "/usr/local/llvm16/bin/llvm-cov" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-cov" Copy/Link "/usr/local/llvm16/bin/llvm-nm" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-nm" Copy/Link "/usr/local/llvm16/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" Copy/Link "/usr/local/llvm16/bin/llvm-objdump" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objdump" Copy/Link "/usr/local/llvm16/bin/llvm-profdata" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-profdata" Copy/Link "/usr/local/llvm16/bin/llvm-readobj" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-readobj" Copy/Link "/usr/local/llvm16/bin/llvm-size" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-size" Copy/Link "/usr/local/llvm16/bin/llvm-strip" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-strip" Copy/Link "/usr/local/llvm16/bin/llvm-ar" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-ar" Copy/Link "/usr/local/llvm16/bin/llvm-as" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-as" Copy/Link "/usr/local/llvm16/bin/llvm-dis" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-dis" Copy/Link "/usr/local/llvm16/bin/llvm-link" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-link" Copy/Link "/usr/local/llvm16/bin/llc" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llc" Copy/Link "/usr/local/llvm16/bin/opt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/opt" c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/rustc-main" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" < Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Dirty - /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building stage1 library artifacts (x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy -Zunstable-options --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(stdarch_intel_sde) --check-cfg=cfg(no_fp_fmt_parse) --check-cfg=cfg(no_global_oom_handling) --check-cfg=cfg(no_rc) --check-cfg=cfg(no_sync) --check-cfg=cfg(netbsd10) --check-cfg=cfg(backtrace_in_libstd) --check-cfg=cfg(target_env,values(\"libnx\",\"p2\")) --check-cfg=cfg(target_arch,values(\"arm64ec\",\"spirv\",\"nvptx\",\"xtensa\")) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cembed-bitcode=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.78.0/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" " panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" Compiling cc v1.0.90 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=52e4416b63b683fd -C extra-filename=-52e4416b63b683fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling core v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core) Compiling libc v0.2.153 Compiling memchr v2.5.0 Compiling std v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Core Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name core --edition=2021 library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "panic_immediate_abort"))' -C metadata=c1bd7c141a691af3 -C extra-filename=-c1bd7c141a691af3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1f2ea978a88e5b16 -C extra-filename=-1f2ea978a88e5b16 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/libc-1f2ea978a88e5b16 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=605e258cf8f88cf1 -C extra-filename=-605e258cf8f88cf1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/memchr-605e258cf8f88cf1 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 library/std/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "gimli-symbolize", "llvm-libunwind", "miniz_oxide", "object", "panic-unwind", "panic_immediate_abort", "panic_unwind", "profiler", "profiler_builtins", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=dc597141eba02049 -C extra-filename=-dc597141eba02049 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/std-dc597141eba02049 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_ALIGN=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_FEATURE_RUSTC_STD_WORKSPACE_CORE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/libc-a3ca7aaeb2563786/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/libc-1f2ea978a88e5b16/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_thread_local [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Compiling compiler_builtins v0.1.108 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C codegen-units=10000 -C debug-assertions=off --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "public-test-deps", "rustc-dep-of-std", "weak-intrinsics"))' -C metadata=0d3d3e05da5ee98f -C extra-filename=-0d3d3e05da5ee98f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/compiler_builtins-0d3d3e05da5ee98f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps/libcc-52e4416b63b683fd.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs:150:5 | 150 | extern crate cc; | ^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 150 | use cc; | ~~~ warning: unexpected `cfg` condition value: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/build.rs:305:17 | 305 | if cfg!(feature = "rustbuild") { | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c`, `cc`, `compiler-builtins`, `core`, `default`, `mangled-names`, `mem`, `no-asm`, `public-test-deps`, `rustc-dep-of-std`, `weak-intrinsics` = help: consider adding `rustbuild` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `compiler_builtins` (build script) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_C=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_MANIFEST_LINKS=compiler-rt CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/compiler_builtins-a78dd6f17dbf364e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/compiler_builtins-0d3d3e05da5ee98f/build-script-build` [compiler_builtins 0.1.108] cargo:rerun-if-changed=build.rs [compiler_builtins 0.1.108] cargo:compiler-rt=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt [compiler_builtins 0.1.108] cargo:rustc-cfg=feature="unstable" [compiler_builtins 0.1.108] cargo:rustc-link-search=native=/usr/lib [compiler_builtins 0.1.108] cargo:rustc-link-lib=compiler_rt Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_ADDR2LINE=1 CARGO_FEATURE_BACKTRACE=1 CARGO_FEATURE_COMPILER_BUILTINS_C=1 CARGO_FEATURE_GIMLI_SYMBOLIZE=1 CARGO_FEATURE_MINIZ_OXIDE=1 CARGO_FEATURE_OBJECT=1 CARGO_FEATURE_PANIC_UNWIND=1 CARGO_FEATURE_STD_DETECT_DLSYM_GETAUXVAL=1 CARGO_FEATURE_STD_DETECT_FILE_IO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/std-5eaf124bab823675/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/std-dc597141eba02049/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy-Zunstable-options--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(stdarch_intel_sde)--check-cfg=cfg(no_fp_fmt_parse)--check-cfg=cfg(no_global_oom_handling)--check-cfg=cfg(no_rc)--check-cfg=cfg(no_sync)--check-cfg=cfg(netbsd10)--check-cfg=cfg(backtrace_in_libstd)--check-cfg=cfg(target_env,values("libnx","p2"))--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/memchr-2a47a2d801392c51/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/memchr-605e258cf8f88cf1/build-script-build` [std 0.0.0] cargo:rerun-if-changed=build.rs [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [std 0.0.0] cargo:rustc-env=STD_ENV_ARCH=x86_64 [std 0.0.0] cargo:rustc-cfg=backtrace_in_libstd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx Compiling rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_core --edition=2021 library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d4f6bc5a8623831 -C extra-filename=-7d4f6bc5a8623831 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=compiler_builtins CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/compiler_builtins-a78dd6f17dbf364e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "public-test-deps", "rustc-dep-of-std", "weak-intrinsics"))' -C metadata=488ac81225b3d457 -C extra-filename=-488ac81225b3d457 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib -l compiler_rt --cfg 'feature="unstable"'` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/libc-a3ca7aaeb2563786/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=b37079a9c80a39bd -C extra-filename=-b37079a9c80a39bd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern rustc_std_workspace_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_thread_local --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: private item shadows public glob re-export --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:38:13 | 38 | use core::option; | ^^^^^^^^^^^^ | note: the name `option` in the type namespace is supposed to be publicly re-exported here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:131:17 | 131 | pub use unix::*; | ^^^^^^^ note: but the private item here shadows it --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs:38:13 | 38 | use core::option; | ^^^^^^^^^^^^ = note: `#[warn(hidden_glob_reexports)]` on by default warning: unexpected `cfg` condition name: `kernel_user_helpers` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/lib.rs:68:5 | 68 | kernel_user_helpers, | ^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kernel_user_helpers)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `vis3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/specialized_div_rem/mod.rs:96:14 | 96 | cfg!(target_feature = "vis3") | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_feature` are: `10e60`, `2e3`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `adx`, `aes`, `altivec`, `alu32`, `atomics`, `avx`, `avx2`, `avx512bf16`, `avx512bitalg`, `avx512bw`, `avx512cd`, `avx512dq`, `avx512er`, `avx512f`, `avx512fp16`, `avx512ifma`, `avx512pf`, `avx512vbmi`, `avx512vbmi2`, `avx512vl`, `avx512vnni`, `avx512vp2intersect`, `avx512vpopcntdq`, `bf16`, `bmi1`, `bmi2` and 187 more = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__clzsi2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/leading_zeros.rs:134:1 | 134 | / intrinsics! { 135 | | #[maybe_use_optimized_c_shim] 136 | | #[cfg(any( 137 | | target_pointer_width = "16", ... | 148 | | } 149 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__clzsi2, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__clzsi2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/leading_zeros.rs:134:1 | 134 | / intrinsics! { 135 | | #[maybe_use_optimized_c_shim] 136 | | #[cfg(any( 137 | | target_pointer_width = "16", ... | 148 | | } 149 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__clzsi2, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__muldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mul.rs:100:1 | 100 | / intrinsics! { 101 | | #[maybe_use_optimized_c_shim] 102 | | #[arm_aeabi_alias = __aeabi_lmul] 103 | | #[cfg(any(not(any(target_arch = "riscv32", target_arch = "riscv64")), target_feature = "m"))] ... | 137 | | } 138 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__muldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__muldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mul.rs:100:1 | 100 | / intrinsics! { 101 | | #[maybe_use_optimized_c_shim] 102 | | #[arm_aeabi_alias = __aeabi_lmul] 103 | | #[cfg(any(not(any(target_arch = "riscv32", target_arch = "riscv64")), target_feature = "m"))] ... | 137 | | } 138 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__muldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 117 | / sdivmod!( 118 | | __udivmodsi4, 119 | | __divmodsi4, 120 | | u32, 121 | | i32, 122 | | maybe_use_optimized_c_shim 123 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 117 | / sdivmod!( 118 | | __udivmodsi4, 119 | | __divmodsi4, 120 | | u32, 121 | | i32, 122 | | maybe_use_optimized_c_shim 123 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:125:1 | 125 | / intrinsics! { 126 | | #[maybe_use_optimized_c_shim] 127 | | #[arm_aeabi_alias = __aeabi_idiv] 128 | | /// Returns `n / d` ... | 146 | | } 147 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |__- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:125:1 | 125 | / intrinsics! { 126 | | #[maybe_use_optimized_c_shim] 127 | | #[arm_aeabi_alias = __aeabi_idiv] 128 | | /// Returns `n / d` ... | 146 | | } 147 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__modsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 148 | smod!(__umodsi3, __modsi3, u32, i32, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__modsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__modsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 148 | smod!(__umodsi3, __modsi3, u32, i32, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__modsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 150 | / sdivmod!( 151 | | __udivmoddi4, 152 | | __divmoddi4, 153 | | u64, 154 | | i64, 155 | | maybe_use_optimized_c_shim 156 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 150 | / sdivmod!( 151 | | __udivmoddi4, 152 | | __divmoddi4, 153 | | u64, 154 | | i64, 155 | | maybe_use_optimized_c_shim 156 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:45:1 | 45 | / macro_rules! sdiv { 46 | | ( 47 | | $unsigned_fn:ident, // name of the unsigned division function 48 | | $signed_fn:ident, // name of the signed division function ... | 53 | |/ intrinsics! { 54 | || #[avr_skip] 55 | || $( 56 | || #[$attr] ... || 76 | || } 77 | || } | ||___________- in this macro invocation (#2) 78 | | } 79 | | } | |____- in this expansion of `sdiv!` (#1) ... 157 | sdiv!(__udivdi3, __divdi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:45:1 | 45 | / macro_rules! sdiv { 46 | | ( 47 | | $unsigned_fn:ident, // name of the unsigned division function 48 | | $signed_fn:ident, // name of the signed division function ... | 53 | |/ intrinsics! { 54 | || #[avr_skip] 55 | || $( 56 | || #[$attr] ... || 76 | || } 77 | || } | ||___________- in this macro invocation (#2) 78 | | } 79 | | } | |____- in this expansion of `sdiv!` (#1) ... 157 | sdiv!(__udivdi3, __divdi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__moddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 158 | smod!(__umoddi3, __moddi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__moddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__moddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | |____in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:81:1 | 81 | / macro_rules! smod { 82 | | ( 83 | | $unsigned_fn:ident, // name of the unsigned division function 84 | | $signed_fn:ident, // name of the signed division function ... | 89 | |/ intrinsics! { 90 | || #[avr_skip] 91 | || $( 92 | || #[$attr] ... || 112 | || } 113 | || } | ||_________- in this macro invocation (#2) 114 | | } 115 | | } | |__- in this expansion of `smod!` (#1) ... 158 | smod!(__umoddi3, __moddi3, u64, i64, maybe_use_optimized_c_shim); | ---------------------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__moddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodti4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 161 | / sdivmod!( 162 | | __udivmodti4, 163 | | __divmodti4, 164 | | u128, 165 | | i128, 166 | | maybe_use_optimized_c_shim 167 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodti4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__divmodti4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#3) ... 531 | | ); 532 | | } | | - | |_| | |_in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/sdiv.rs:3:1 | 3 | / macro_rules! sdivmod { 4 | | ( 5 | | $unsigned_fn:ident, // name of the unsigned division function 6 | | $signed_fn:ident, // name of the signed division function ... | 11 | |/ intrinsics! { 12 | || #[avr_skip] 13 | || $( 14 | || #[$attr] ... || 40 | || } 41 | || } | ||_________- in this macro invocation (#2) 42 | | } 43 | | } | |__- in this expansion of `sdivmod!` (#1) ... 161 | / sdivmod!( 162 | | __udivmodti4, 163 | | __divmodti4, 164 | | u128, 165 | | i128, 166 | | maybe_use_optimized_c_shim 167 | | ); | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__divmodti4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashlsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |___in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashlsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashlsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |___in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashlsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | |___in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashldi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#3) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | |___in this expansion of `intrinsics!` (#2) | in this expansion of `intrinsics!` (#3) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashldi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__ashrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__ashrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__lshrdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 460 | | / intrinsics! { 461 | | | $(#[$($attr)*])* 462 | | | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | | | $($body)* 464 | | | } 465 | | | } | | |_________- in this macro invocation (#4) 466 | | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |___in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/shift.rs:71:1 | 71 | / intrinsics! { 72 | | #[avr_skip] 73 | | #[maybe_use_optimized_c_shim] 74 | | pub extern "C" fn __ashlsi3(a: u32, b: u32) -> u32 { ... | 124 | | } 125 | | } | |_- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__lshrdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |_- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |__- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 531 | | ); 532 | | } | |_- in this expansion of `intrinsics!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |__- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umodsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |___- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umodsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umodsi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#2) ... | 531 | | ); 532 | | } | | - | | | | |_in this expansion of `intrinsics!` (#1) | in this expansion of `intrinsics!` (#2) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |___- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umodsi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#4) ... 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |_in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_____- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmodsi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#4) ... 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | |_in this expansion of `intrinsics!` (#3) | in this expansion of `intrinsics!` (#4) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_____- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmodsi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#5) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#4) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | |_in this expansion of `intrinsics!` (#4) | in this expansion of `intrinsics!` (#5) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivdi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#5) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- in this macro invocation (#4) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | |_in this expansion of `intrinsics!` (#4) | in this expansion of `intrinsics!` (#5) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivdi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umoddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umoddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__umoddi3` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__umoddi3, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:213:15 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 213 | | #[cfg($name = "optimized-c")] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__udivmoddi4` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/macros.rs:224:19 | 71 | / macro_rules! intrinsics { 72 | | () => (); 73 | | 74 | | // Support cfg_attr: ... | 224 | | #[cfg(not($name = "optimized-c"))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 232 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#2) | | in this macro invocation (#3) ... | 460 | / intrinsics! { 461 | $(#[$($attr)*])* 462 | pub extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? { 463 | $($body)* 464 | } 465 | | } | |_________- in this macro invocation (#6) 466 | 467 | | intrinsics!($($rest)*); | | ---------------------- | | | | | in this macro invocation (#4) | | in this macro invocation (#5) ... | 531 | | ); 532 | | } | | - | | | | | in this expansion of `intrinsics!` (#1) | | in this expansion of `intrinsics!` (#2) | | in this expansion of `intrinsics!` (#3) | | in this expansion of `intrinsics!` (#4) | |_in this expansion of `intrinsics!` (#5) | in this expansion of `intrinsics!` (#6) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/udiv.rs:7:1 | 7 | / intrinsics! { 8 | | #[maybe_use_optimized_c_shim] 9 | | #[arm_aeabi_alias = __aeabi_uidiv] 10 | | /// Returns `n / d` ... | 105 | | } 106 | | } | |_______- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__udivmoddi4, values(\"optimized-c\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `libc` (lib) generated 1 warning warning: multiple associated items are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/float/mod.rs:77:8 | 17 | pub(crate) trait Float: | ----- associated items in this trait ... 77 | fn eq_repr(self, rhs: Self) -> bool; | ^^^^^^^ ... 80 | fn sign(self) -> bool; | ^^^^ ... 83 | fn exp(self) -> Self::ExpInt; | ^^^ ... 86 | fn frac(self) -> Self::Int; | ^^^^ ... 89 | fn imp_frac(self) -> Self::Int; | ^^^^^^^^ ... 95 | fn from_parts(sign: bool, exponent: Self::Int, significand: Self::Int) -> Self; | ^^^^^^^^^^ ... 101 | fn is_subnormal(self) -> bool; | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `wrapping_neg` and `rotate_left` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/compiler_builtins/src/int/mod.rs:74:8 | 16 | pub(crate) trait Int: | --- methods in this trait ... 74 | fn wrapping_neg(self) -> Self; | ^^^^^^^^^^^^ ... 80 | fn rotate_left(self, other: u32) -> Self; | ^^^^^^^^^^^ Compiling alloc v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust core allocation and collections library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name alloc --edition=2021 library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler-builtins-c"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "panic_immediate_abort"))' -C metadata=8889a72c11d282f9 -C extra-filename=-8889a72c11d282f9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=38de8d53ffb2ebad -C extra-filename=-38de8d53ffb2ebad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unwind v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unwind --edition=2021 library/unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm-libunwind", "system-llvm-libunwind"))' -C metadata=25466a909ce78b88 -C extra-filename=-25466a909ce78b88 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=40af393b223d58db -C extra-filename=-40af393b223d58db --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/memchr-2a47a2d801392c51/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f4374da8b195d3f1 -C extra-filename=-f4374da8b195d3f1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` Compiling rustc-demangle v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=b4ea7ba65bcf6a08 -C extra-filename=-b4ea7ba65bcf6a08 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:86:17 | 84 | / macro_rules! unsafe_ifunc { 85 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 86 | | if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ 87 | | unsafe { sse2::$name($($needle),+, $haystack) } ... | 91 | | }} 92 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused variable: `ninfo` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:83:13 | 83 | ninfo: &NeedleInfo, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ninfo` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `needle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:84:13 | 84 | needle: &[u8], | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle` warning: unused variable: `haystack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:95:13 | 95 | haystack: &[u8], | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_haystack` warning: unused variable: `needle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:96:13 | 96 | needle: &[u8], | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `memchr` (lib) generated 54 warnings warning: `rustc-demangle` (lib) generated 11 warnings warning: `compiler_builtins` (lib) generated 46 warnings Compiling rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc) Compiling panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind) Compiling panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_alloc --edition=2021 library/rustc-std-workspace-alloc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9d261ddb8c43284 -C extra-filename=-f9d261ddb8c43284 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=panic_unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via stack unwinding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name panic_unwind --edition=2021 library/panic_unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f2dd376b184355b -C extra-filename=-2f2dd376b184355b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rmeta --extern unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-25466a909ce78b88.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=panic_abort CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via process aborts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_abort CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2021 library/panic_abort/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e86fcc9cfa5cc0e -C extra-filename=-2e86fcc9cfa5cc0e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling gimli v0.28.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=ad478d8b3a5f022f -C extra-filename=-ad478d8b3a5f022f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="nightly"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-internal-api"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9b08391d3914d1f2 -C extra-filename=-9b08391d3914d1f2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling object v0.32.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.32.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=f4bba9c452fb9aac -C extra-filename=-f4bba9c452fb9aac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-f4374da8b195d3f1.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling miniz_oxide v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=108369a88169ff19 -C extra-filename=-108369a88169ff19 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-40af393b223d58db.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling std_detect v0.1.5 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=std_detect CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant :Gonzalo Brito Gadeschi ' CARGO_PKG_DESCRIPTION='`std::detect` - Rust'\''s standard library run-time CPU feature detection.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stdarch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std_detect CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stdarch' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name std_detect --edition=2021 library/stdarch/crates/std_detect/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="libc"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io"))' -C metadata=29919624e7055c1c -C extra-filename=-29919624e7055c1c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:967:30 | 967 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 967 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:968:19 | 968 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 968 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:1786:18 | 1786 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `backtrace_in_libstd`, `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `netbsd10`, `no_fp_fmt_parse`, `no_global_oom_handling`, `no_rc`, `no_sync`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `stdarch_intel_sde`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:17:9 | 17 | core_intrinsics, | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:46:1 | 46 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs:38:9 | 38 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]` help: convert it to a `use` | 46 | use alloc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1971:32 | 1971 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2501:32 | 2501 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2501 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2571:39 | 2571 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn iter(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2648:32 | 2648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2789:48 | 2789 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | pub fn registers(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3186:47 | 3186 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3186 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3503:43 | 3503 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3503 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:400:42 | 400 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 400 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:722:43 | 722 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 722 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1001:91 | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1007:43 | 1007 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1007 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1014:91 | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1021:92 | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1027:90 | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/index.rs:231:76 | 231 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 231 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/line.rs:534:32 | 534 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 534 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/mod.rs:438:32 | 438 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ warning: `miniz_oxide` (lib) generated 10 warnings warning: `hashbrown` (lib) generated 2 warnings Compiling addr2line v0.21.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.21.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name addr2line --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=6b3dbc6c010c57a9 -C extra-filename=-6b3dbc6c010c57a9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern gimli=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-ad478d8b3a5f022f.rmeta --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/addr2line/src/lib.rs:37:1 | 37 | pub extern crate gimli; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 37 | pub use gimli; | ~~~ warning: `addr2line` (lib) generated 1 warning warning: `gimli` (lib) generated 58 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/std-5eaf124bab823675/out STD_ENV_ARCH=x86_64 /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name std --edition=2021 library/std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "gimli-symbolize", "llvm-libunwind", "miniz_oxide", "object", "panic-unwind", "panic_immediate_abort", "panic_unwind", "profiler", "profiler_builtins", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=b90d3534f4e3d3cc -C extra-filename=-b90d3534f4e3d3cc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern 'priv:addr2line=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-6b3dbc6c010c57a9.rlib' --extern alloc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rlib --extern 'priv:cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rlib' --extern 'priv:compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rlib' --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rlib --extern 'priv:hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-9b08391d3914d1f2.rlib' --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rlib --extern 'priv:miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-108369a88169ff19.rlib' --extern 'priv:object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-f4bba9c452fb9aac.rlib' --extern 'priv:panic_abort=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-2e86fcc9cfa5cc0e.rlib' --extern 'priv:panic_unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-2f2dd376b184355b.rlib' --extern 'priv:rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-b4ea7ba65bcf6a08.rlib' --extern 'priv:std_detect=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-29919624e7055c1c.rlib' --extern 'priv:unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-25466a909ce78b88.rlib' -Z unstable-options -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg backtrace_in_libstd` Compiling rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-std CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_std --edition=2021 library/rustc-std-workspace-std/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9845d5680a671a2 -C extra-filename=-b9845d5680a671a2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro --edition=2021 library/proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3be2e29eaee37599 -C extra-filename=-3be2e29eaee37599 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unicode-width v0.1.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0008a776bfcab0e3 -C extra-filename=-0008a776bfcab0e3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rmeta --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-b9845d5680a671a2.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=10789bb394eb3c3d -C extra-filename=-10789bb394eb3c3d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-b9845d5680a671a2.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-0008a776bfcab0e3.rmeta --cap-lints warn -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling test v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=test CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=test CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name test --edition=2021 library/test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873175ce59c901df -C extra-filename=-873175ce59c901df --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rmeta --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-10789bb394eb3c3d.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rmeta --extern panic_abort=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-2e86fcc9cfa5cc0e.rmeta --extern panic_unwind=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-2f2dd376b184355b.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `getopts` (lib) generated 1 warning Compiling sysroot v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sysroot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sysroot CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sysroot --edition=2021 library/sysroot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-weak-intrinsics", "default", "llvm-libunwind", "panic-unwind", "panic_immediate_abort", "profiler", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind"))' -C metadata=d2b956857acb3335 -C extra-filename=-d2b956857acb3335 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-3be2e29eaee37599.rmeta --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so --extern std=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib --extern test=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-873175ce59c901df.rmeta -Csymbol-mangling-version=legacy -Zunstable-options '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(stdarch_intel_sde)' '--check-cfg=cfg(no_fp_fmt_parse)' '--check-cfg=cfg(no_global_oom_handling)' '--check-cfg=cfg(no_rc)' '--check-cfg=cfg(no_sync)' '--check-cfg=cfg(netbsd10)' '--check-cfg=cfg(backtrace_in_libstd)' '--check-cfg=cfg(target_env,values("libnx","p2"))' '--check-cfg=cfg(target_arch,values("arm64ec","spirv","nvptx","xtensa"))' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.78.0/")' -Z binary-dep-depinfo -L native=/usr/lib` Finished `release` profile [optimized] target(s) in 1m 33s c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-6b3dbc6c010c57a9.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-6b3dbc6c010c57a9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-40af393b223d58db.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-40af393b223d58db.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-8889a72c11d282f9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-38de8d53ffb2ebad.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-488ac81225b3d457.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-c1bd7c141a691af3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-10789bb394eb3c3d.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-10789bb394eb3c3d.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-ad478d8b3a5f022f.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-ad478d8b3a5f022f.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-9b08391d3914d1f2.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-9b08391d3914d1f2.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-b37079a9c80a39bd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-f4374da8b195d3f1.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-f4374da8b195d3f1.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-108369a88169ff19.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-108369a88169ff19.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-f4bba9c452fb9aac.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-f4bba9c452fb9aac.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-2e86fcc9cfa5cc0e.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-2e86fcc9cfa5cc0e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-2f2dd376b184355b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-2f2dd376b184355b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-3be2e29eaee37599.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-3be2e29eaee37599.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-b4ea7ba65bcf6a08.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-b4ea7ba65bcf6a08.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-f9d261ddb8c43284.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-7d4f6bc5a8623831.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-b9845d5680a671a2.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-b9845d5680a671a2.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-29919624e7055c1c.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-29919624e7055c1c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libsysroot-d2b956857acb3335.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-d2b956857acb3335.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-873175ce59c901df.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-873175ce59c901df.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-0008a776bfcab0e3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-0008a776bfcab0e3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-25466a909ce78b88.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-25466a909ce78b88.rlib" < StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } Building compiler artifacts (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-16" LLVM_NDEBUG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options -Wrustc::internal -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stable" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling cfg-if v1.0.0 Compiling version_check v0.9.4 Compiling libc v0.2.153 Compiling once_cell v1.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1b9b37aff8a00a54 -C extra-filename=-1b9b37aff8a00a54 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-1b9b37aff8a00a54 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca947a408355eee9 -C extra-filename=-ca947a408355eee9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=71ae0ce6165af6e4 -C extra-filename=-71ae0ce6165af6e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/libc-71ae0ce6165af6e4 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ad1a19bbbd95cd0 -C extra-filename=-5ad1a19bbbd95cd0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=60302c07f796e5b7 -C extra-filename=-60302c07f796e5b7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=4098b9838f560607 -C extra-filename=-4098b9838f560607 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/channel.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling stable_deref_trait v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=26eef0c7d5201c9f -C extra-filename=-26eef0c7d5201c9f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling smallvec v1.13.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=48edca4883295db8 -C extra-filename=-48edca4883295db8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling autocfg v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d12e9b1db251a1c -C extra-filename=-3d12e9b1db251a1c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `once_cell` (lib) generated 4 warnings Compiling zerocopy v0.7.32 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=dcc8e629fa8e619a -C extra-filename=-dcc8e629fa8e619a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/error.rs:29:32 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 29 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `proc-macro2` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-03e575c899a0afdf/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-1b9b37aff8a00a54/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/libc-e73c4666967e554c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/libc-71ae0ce6165af6e4/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs warning: `version_check` (lib) generated 4 warnings Compiling ahash v0.8.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=fe40d7272622fdf8 -C extra-filename=-fe40d7272622fdf8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/ahash-fe40d7272622fdf8 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libversion_check-5ad1a19bbbd95cd0.rlib --cap-lints warn -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:161:5 | 161 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:157:9 | 157 | #![deny(renamed_and_removed_lints)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:177:5 | 177 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [proc-macro2 1.0.78] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.78] cargo:rustc-cfg=wrap_proc_macro warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:218:23 | 218 | #![cfg_attr(any(test, kani), allow( | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:232:13 | 232 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:234:5 | 234 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:295:30 | 295 | #[cfg(any(feature = "alloc", kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:312:21 | 312 | #[cfg(all(test, not(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:352:16 | 352 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:358:16 | 358 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:364:16 | 364 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:3657:12 | 3657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "simd")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:8019:7 | 8019 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:24:7 | 24 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:73:7 | 73 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:85:7 | 85 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:114:7 | 114 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/macro_util.rs:213:7 | 213 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:760:7 | 760 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:578:20 | 578 | #[cfg_attr(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, allow(lossy_provenance_casts))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/wrappers.rs:137:13 | 137 | if !crate::util::aligned_to::<_, T>(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:173:5 | 173 | unused_qualifications, | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 137 - if !crate::util::aligned_to::<_, T>(self) { 137 + if !util::aligned_to::<_, T>(self) { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/wrappers.rs:157:13 | 157 | if !crate::util::aligned_to::<_, T>(&*self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 157 - if !crate::util::aligned_to::<_, T>(&*self) { 157 + if !util::aligned_to::<_, T>(&*self) { | warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:434:15 | 434 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:552:19 | 552 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:3672:24 | 3669 | / macro_rules! simd_arch_mod { 3670 | | (#[cfg $cfg:tt] $arch:ident, $mod:ident, $($typ:ident),*) => { 3671 | | #[cfg $cfg] 3672 | | #[cfg_attr(doc_cfg, doc(cfg $cfg))] | | ^^^^^^^ ... | 3684 | | }; 3685 | | } | |_____- in this expansion of `simd_arch_mod!` ... 3697 | / simd_arch_mod!( 3698 | | #[cfg(target_arch = "x86_64")] 3699 | | x86_64, x86_64, __m128, __m128d, __m128i, __m256, __m256d, __m256i 3700 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/lib.rs:5130:36 | 5130 | Deref + Sized + self::sealed::ByteSliceSealed | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 5130 - Deref + Sized + self::sealed::ByteSliceSealed 5130 + Deref + Sized + sealed::ByteSliceSealed | Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-03e575c899a0afdf/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ef8477440840ebd4 -C extra-filename=-ef8477440840ebd4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_ident-ca947a408355eee9.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro` Compiling allocator-api2 v0.2.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=413f3322ec182833 -C extra-filename=-413f3322ec182833 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/libc-e73c4666967e554c/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6d1fd6e6e5046d9a -C extra-filename=-6d1fd6e6e5046d9a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: unused import: `handle_alloc_error` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/global.rs:4:60 | 4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc}; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:77:11 | 77 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:93:11 | 93 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2621:11 | 2621 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2681:11 | 2681 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2754:11 | 2754 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2838:11 | 2838 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2936:11 | 2936 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2953:11 | 2953 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2970:11 | 2970 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3011:11 | 3011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3037:11 | 3037 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3101:11 | 3101 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3110:11 | 3110 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:424:15 | 424 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:611:15 | 611 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:849:15 | 849 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:879:15 | 879 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:979:15 | 979 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1008:15 | 1008 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1041:15 | 1041 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1381:15 | 1381 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1785:15 | 1785 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1886:15 | 1886 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1896:15 | 1896 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2061:15 | 2061 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2125:15 | 2125 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2322:15 | 2322 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2353:15 | 2353 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2380:15 | 2380 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2492:15 | 2492 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2818:15 | 2818 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: trait `NonNullExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy/src/util.rs:655:22 | 655 | pub(crate) trait NonNullExt { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/ahash-e93b1f524b0b2c60/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/ahash-fe40d7272622fdf8/build-script-build` [ahash 0.8.10] cargo:rerun-if-changed=build.rs [ahash 0.8.10] cargo:rustc-cfg=feature="folded_multiply" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/ahash-e93b1f524b0b2c60/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a8d5d9aef7720ad2 -C extra-filename=-a8d5d9aef7720ad2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-dcc8e629fa8e619a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` warning: `autocfg` (lib) generated 1 warning Compiling equivalent v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad34fe26c92e93c1 -C extra-filename=-ad34fe26c92e93c1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `zerocopy` (lib) generated 26 warnings Compiling cc v1.0.90 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=f3ab267a33cb1d82 -C extra-filename=-f3ab267a33cb1d82 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:254:7 | 254 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:258:7 | 258 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:301:7 | 301 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:306:7 | 306 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/operations.rs:16:7 | 16 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/operations.rs:23:11 | 23 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/specialize.rs:6:1 | 5 | / #[cfg(not(feature = "std"))] 6 | | extern crate alloc; | | ^^^^^^^^^^^^^^^^^^- | |___________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2545:7 | 2545 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/splice.rs:21:53 | 21 | pub struct Splice<'a, I: Iterator + 'a, A: Allocator + 'a = Global> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/drain.rs:22:23 | 22 | pub struct Drain<'a, T: 'a, A: Allocator + 'a = Global> { | ^^^^ help: remove this bound Compiling lock_api v0.4.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=9f7689b2d58b890c -C extra-filename=-9f7689b2d58b890c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/lock_api-9f7689b2d58b890c -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libautocfg-3d12e9b1db251a1c.rlib --cap-lints warn -Z binary-dep-depinfo` warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ warning: `allocator-api2` (lib) generated 91 warnings Compiling quote v1.0.35 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8c635dacf68689d8 -C extra-filename=-8c635dacf68689d8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=24c31ad796effa48 -C extra-filename=-24c31ad796effa48 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ahash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libahash-a8d5d9aef7720ad2.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-413f3322ec182833.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `ahash` (lib) generated 46 warnings Compiling tracing-core v0.1.30 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="valuable"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=548bca9d0ad199a5 -C extra-filename=-548bca9d0ad199a5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `proc-macro2` (lib) generated 256 warnings Compiling syn v2.0.52 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1a80625ae289f71c -C extra-filename=-1a80625ae289f71c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_ident-ca947a408355eee9.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings Compiling memchr v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4e5e6eb56809e8fa -C extra-filename=-4e5e6eb56809e8fa --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memchr-4e5e6eb56809e8fa -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `libc` (lib) generated 11 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=e2f9ac93c37f04da -C extra-filename=-e2f9ac93c37f04da --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/typenum-e2f9ac93c37f04da -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling parking_lot_core v0.9.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e4bb72285e5c5507 -C extra-filename=-e4bb72285e5c5507 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/parking_lot_core-e4bb72285e5c5507 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:840:12 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:654:32 | 654 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:291:44 | 291 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 291 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:525:44 | 525 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 525 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-395f92850f264fee/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/parking_lot_core-e4bb72285e5c5507/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^[parking_lot_core 0.9.9] cargo:rerun-if-changed=build.rs expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memchr-678e000456612b0f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memchr-4e5e6eb56809e8fa/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/lock_api-7d0b82a019e6909a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/lock_api-9f7689b2d58b890c/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:609:16 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:563:44 | 563 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 563 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:569:57 | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:585:57 | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:595:44 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:601:57 | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:611:44 | 611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:617:57 | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:627:44 | 627 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:633:57 | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:643:44 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:649:57 | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:659:44 | 659 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:665:57 | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1360:32 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:390:12 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:419:32 | 419 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:601:16 | 601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:720:16 | 720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:989:12 | 989 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1016:12 | 1016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1031:12 | 1031 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1044:12 | 1044 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1057:12 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1081:12 | 1081 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1093:12 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1143:12 | 1143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1154:12 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1199:12 | 1199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1215:12 | 1215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1227:12 | 1227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1239:12 | 1239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1250:12 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1390:12 | 1390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1403:12 | 1403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1416:12 | 1416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1429:12 | 1429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1442:12 | 1442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1454:12 | 1454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1480:12 | 1480 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [lock_api 0.4.11] cargo:rustc-cfg=has_const_fn_trait_bound Compiling indexmap v2.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.2.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=17497d0810b0a48f -C extra-filename=-17497d0810b0a48f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-ad34fe26c92e93c1.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-24c31ad796effa48.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1525:12 | 1525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1537:12 | 1537 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1550:12 | 1550 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1578:12 | 1578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1631:12 | 1631 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1642:12 | 1642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1666:12 | 1666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1680:12 | 1680 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1700:12 | 1700 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1737:12 | 1737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1753:12 | 1753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1767:12 | 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1779:12 | 1779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1795:12 | 1795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1807:12 | 1807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1846:12 | 1846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1858:12 | 1858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1872:12 | 1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1884:12 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1912:12 | 1912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1925:12 | 1925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1938:12 | 1938 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1965:12 | 1965 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1979:12 | 1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:1991:12 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2006:12 | 2006 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2081:12 | 2081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2147:12 | 2147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2191:12 | 2191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2214:12 | 2214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2228:12 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2243:12 | 2243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2264:12 | 2264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2286:12 | 2286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2329:12 | 2329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2348:12 | 2348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2364:12 | 2364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2383:12 | 2383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2396:12 | 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2413:12 | 2413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2431:12 | 2431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2461:12 | 2461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2480:12 | 2480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2520:12 | 2520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2540:12 | 2540 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2557:12 | 2557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2572:12 | 2572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2607:12 | 2607 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2703:12 | 2703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2729:12 | 2729 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2742:12 | 2742 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2763:12 | 2763 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2792:12 | 2792 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2804:12 | 2804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2819:12 | 2819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2834:12 | 2834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2880:12 | 2880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2892:12 | 2892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2904:12 | 2904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2917:12 | 2917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2928:12 | 2928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2940:12 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2955:12 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2967:12 | 2967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2984:12 | 2984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:2997:12 | 2997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3008:12 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3042:12 | 3042 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3053:12 | 3053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3068:12 | 3068 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3084:12 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3140:12 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3166:12 | 3166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3182:12 | 3182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3199:12 | 3199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3211:12 | 3211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3224:12 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3240:12 | 3240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3262:12 | 3262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3282:12 | 3282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3295:12 | 3295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3310:12 | 3310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3330:12 | 3330 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3378:12 | 3378 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3391:12 | 3391 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3408:12 | 3408 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3419:12 | 3419 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3433:12 | 3433 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3443:12 | 3443 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3453:12 | 3453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3463:12 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3478:12 | 3478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3499:12 | 3499 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3510:12 | 3510 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3521:12 | 3521 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3534:12 | 3534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3550:12 | 3550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3561:12 | 3561 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3575:12 | 3575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3586:12 | 3586 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3598:12 | 3598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3608:12 | 3608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3619:12 | 3619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3629:12 | 3629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3653:12 | 3653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3677:12 | 3677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3690:12 | 3690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3703:12 | 3703 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3719:12 | 3719 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3733:12 | 3733 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:3744:12 | 3744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:97:16 | 97 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:102:16 | 102 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:107:16 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:112:16 | 112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:117:16 | 117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:122:16 | 122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:132:16 | 132 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:162:16 | 162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:167:16 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:187:16 | 187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:192:16 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:197:16 | 197 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:212:16 | 212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:222:16 | 222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:227:16 | 227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:242:16 | 242 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:260:16 | 260 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:265:16 | 265 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:270:16 | 270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:280:16 | 280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:285:16 | 285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:290:16 | 290 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:300:16 | 300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:310:16 | 310 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:320:16 | 320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:330:16 | 330 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:335:16 | 335 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:396:16 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:420:16 | 420 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:425:16 | 425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:433:16 | 433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:438:16 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:443:16 | 443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:448:16 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:458:16 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:494:16 | 494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:499:16 | 499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:532:16 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:537:16 | 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling generic-array v0.14.7 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:545:16 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=c925bfd39461e0bb -C extra-filename=-c925bfd39461e0bb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/generic-array-c925bfd39461e0bb -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libversion_check-5ad1a19bbbd95cd0.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:560:16 | 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:602:16 | 602 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:640:16 | 640 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:648:16 | 648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:653:16 | 653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:658:16 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:663:16 | 663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:668:16 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:673:16 | 673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:678:16 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:688:16 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:721:16 | 721 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:726:16 | 726 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:767:16 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:798:16 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:803:16 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:902:16 | 902 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:930:16 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:945:16 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:950:16 | 950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:955:16 | 955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:960:16 | 960 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:965:16 | 965 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:970:16 | 970 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/fold.rs:980:16 | 980 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:925:12 | 925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:936:12 | 936 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:984:12 | 984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:997:12 | 997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1021:12 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1036:12 | 1036 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1052:12 | 1052 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1145:12 | 1145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1156:12 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1204:12 | 1204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1268:12 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1394:12 | 1394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1448:12 | 1448 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1492:12 | 1492 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1508:12 | 1508 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1546:12 | 1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1558:12 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1572:12 | 1572 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1585:12 | 1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1603:12 | 1603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1615:12 | 1615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1632:12 | 1632 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1707:12 | 1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1756:12 | 1756 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1770:12 | 1770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1851:12 | 1851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1863:12 | 1863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1890:12 | 1890 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1902:12 | 1902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1961:12 | 1961 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1984:12 | 1984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2013:12 | 2013 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2025:12 | 2025 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2037:12 | 2037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2090:12 | 2090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2103:12 | 2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2177:12 | 2177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2195:12 | 2195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3331:12 | 3331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3355:12 | 3355 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3375:12 | 3375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3390:12 | 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3402:12 | 3402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3425:12 | 3425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3479:12 | 3479 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3490:12 | 3490 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3514:12 | 3514 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3523:12 | 3523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3535:12 | 3535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3543:12 | 3543 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3551:12 | 3551 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3559:12 | 3559 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3579:12 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3597:12 | 3597 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3606:12 | 3606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3617:12 | 3617 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3628:12 | 3628 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3650:12 | 3650 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3662:12 | 3662 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3674:12 | 3674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3692:12 | 3692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3700:12 | 3700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3712:12 | 3712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3720:12 | 3720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3730:12 | 3730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3740:12 | 3740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3764:12 | 3764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3780:12 | 3780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3796:12 | 3796 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3807:12 | 3807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3823:12 | 3823 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3835:12 | 3835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:48:16 | 48 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:63:16 | 63 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:73:16 | 73 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:78:16 | 78 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:88:16 | 88 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:108:16 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:113:16 | 113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:133:16 | 133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:143:16 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:158:16 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:168:16 | 168 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:183:16 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:198:16 | 198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:203:16 | 203 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:208:16 | 208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:228:16 | 228 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:243:16 | 243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:248:16 | 248 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:253:16 | 253 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:258:16 | 258 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:278:16 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:293:16 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:303:16 | 303 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:313:16 | 313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:328:16 | 328 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:333:16 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:398:16 | 398 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:416:16 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:441:16 | 441 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:446:16 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:451:16 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:456:16 | 456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:461:16 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:491:16 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:501:16 | 501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:511:16 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:521:16 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:563:16 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:578:16 | 578 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:621:16 | 621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:626:16 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:631:16 | 631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:636:16 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:646:16 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:661:16 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:671:16 | 671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:681:16 | 681 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:686:16 | 686 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:691:16 | 691 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:729:16 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:769:16 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:779:16 | 779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:784:16 | 784 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:789:16 | 789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:794:16 | 794 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:804:16 | 804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:809:16 | 809 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:819:16 | 819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:879:16 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:884:16 | 884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:894:16 | 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:899:16 | 899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:904:16 | 904 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:909:16 | 909 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:919:16 | 919 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:926:12 | 926 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:998:12 | 998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1011:12 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1053:12 | 1053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1423:12 | 1423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1449:12 | 1449 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1476:12 | 1476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1646:12 | 1646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1657:12 | 1657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1708:12 | 1708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1829:12 | 1829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1864:12 | 1864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1903:12 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1931:12 | 1931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2014:12 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2026:12 | 2026 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2038:12 | 2038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2067:12 | 2067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2091:12 | 2091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2148:12 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2193:12 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3328:12 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3352:12 | 3352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3372:12 | 3372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3387:12 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3399:12 | 3399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3422:12 | 3422 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3476:12 | 3476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3487:12 | 3487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3511:12 | 3511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3520:12 | 3520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3532:12 | 3532 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3540:12 | 3540 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3548:12 | 3548 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3556:12 | 3556 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3576:12 | 3576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3594:12 | 3594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3603:12 | 3603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3614:12 | 3614 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3625:12 | 3625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3638:12 | 3638 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3647:12 | 3647 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3659:12 | 3659 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3671:12 | 3671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3689:12 | 3689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3697:12 | 3697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3709:12 | 3709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3717:12 | 3717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3727:12 | 3727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3737:12 | 3737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3761:12 | 3761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3777:12 | 3777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3793:12 | 3793 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3804:12 | 3804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3820:12 | 3820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3832:12 | 3832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:99:16 | 99 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:124:16 | 124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:169:16 | 169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:179:16 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:249:16 | 249 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:259:16 | 259 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:274:16 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:289:16 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:304:16 | 304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:314:16 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:319:16 | 319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:324:16 | 324 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:339:16 | 339 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:344:16 | 344 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:354:16 | 354 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:364:16 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:369:16 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:379:16 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:384:16 | 384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:389:16 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:394:16 | 394 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:422:16 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:437:16 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:452:16 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:457:16 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:462:16 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:502:16 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:574:16 | 574 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:589:16 | 589 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:594:16 | 594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:622:16 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:632:16 | 632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:642:16 | 642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:662:16 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:677:16 | 677 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:697:16 | 697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:702:16 | 702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:712:16 | 712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:730:16 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:735:16 | 735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:740:16 | 740 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `typenum` (build script) generated 5 warnings warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:745:16 | 745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/typenum-8738ee0cc2820d9c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/typenum-e2f9ac93c37f04da/build-script-main` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling scopeguard v1.2.0 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=c574fb33cab5fead -C extra-filename=-c574fb33cab5fead --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:35:12 | 35 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:123:12 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:272:12 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:309:12 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:321:12 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:350:12 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:367:12 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:527:12 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:563:12 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:598:12 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:634:12 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:659:12 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:676:12 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:768:12 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:821:12 | 821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:837:12 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:911:12 | 911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:963:12 | 963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:981:12 | 981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1017:12 | 1017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1142:12 | 1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1183:12 | 1183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stable_deref_trait/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eaa32c67d57f5112 -C extra-filename=-eaa32c67d57f5112 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1195:12 | 1195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1251:12 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1262:12 | 1262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1281:12 | 1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1334:12 | 1334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1376:12 | 1376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1469:12 | 1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1494:12 | 1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1623:12 | 1623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1644:12 | 1644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1683:12 | 1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1702:12 | 1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1994:12 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2005:12 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2224:12 | 2224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2240:12 | 2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2257:12 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2294:12 | 2294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2331:12 | 2331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2363:12 | 2363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2389:12 | 2389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2425:12 | 2425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2474:12 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2493:12 | 2493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2508:12 | 2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2530:12 | 2530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2547:12 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2559:12 | 2559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2574:12 | 2574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2592:12 | 2592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2614:12 | 2614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2632:12 | 2632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2649:12 | 2649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2699:12 | 2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2739:12 | 2739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2771:12 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2882:12 | 2882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2900:12 | 2900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2918:12 | 2918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2950:12 | 2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2990:12 | 2990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2999:12 | 2999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3018:12 | 3018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3029:12 | 3029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3040:12 | 3040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3074:12 | 3074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3086:12 | 3086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3116:12 | 3116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3132:12 | 3132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3142:12 | 3142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:311:40 | 311 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:323:40 | 323 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:341:42 | 341 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 341 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:352:40 | 352 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:358:42 | 358 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:369:40 | 369 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 369 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:375:42 | 375 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:385:40 | 385 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 385 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:476:40 | 476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:482:42 | 482 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:493:40 | 493 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 493 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:499:42 | 499 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 499 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:511:40 | 511 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 511 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:517:42 | 517 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 517 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:529:40 | 529 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:535:42 | 535 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:547:40 | 547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:553:42 | 553 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:565:40 | 565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:571:42 | 571 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:582:40 | 582 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 582 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:588:42 | 588 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 588 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:600:40 | 600 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:606:42 | 606 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:618:40 | 618 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:624:42 | 624 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:636:40 | 636 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:642:42 | 642 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 642 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:667:42 | 667 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 667 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:678:40 | 678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:684:42 | 684 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:695:40 | 695 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:701:42 | 701 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:713:40 | 713 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 713 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:719:42 | 719 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:734:40 | 734 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 734 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:740:42 | 740 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:751:40 | 751 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 751 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:757:42 | 757 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:770:40 | 770 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 770 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:776:42 | 776 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:794:42 | 794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:804:40 | 804 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:810:42 | 810 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:823:40 | 823 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 823 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:829:42 | 829 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:839:40 | 839 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:845:42 | 845 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:857:40 | 857 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:863:42 | 863 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:873:40 | 873 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:879:42 | 879 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:892:40 | 892 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:898:42 | 898 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 898 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:913:40 | 913 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 913 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:919:42 | 919 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:930:40 | 930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:936:42 | 936 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 936 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:947:40 | 947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:953:42 | 953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:965:40 | 965 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 965 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:971:42 | 971 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:989:42 | 989 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 989 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1002:40 | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1008:42 | 1008 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1019:40 | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1025:42 | 1025 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1040:40 | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1046:42 | 1046 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1057:40 | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1063:42 | 1063 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1080:42 | 1080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1091:40 | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1097:42 | 1097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1108:40 | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1114:42 | 1114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1125:40 | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1131:42 | 1131 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1144:40 | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1150:42 | 1150 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1161:40 | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1175:40 | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1185:40 | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1197:40 | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1209:40 | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1221:40 | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1227:42 | 1227 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1237:40 | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1243:42 | 1243 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1243 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1253:40 | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1264:40 | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1283:40 | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1301:40 | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1307:42 | 1307 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1307 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1319:40 | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1325:42 | 1325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1336:40 | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1342:42 | 1342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1378:40 | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1441:40 | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1453:40 | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1471:40 | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1477:42 | 1477 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1477 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1496:40 | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1502:42 | 1502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1515:40 | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1521:42 | 1521 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1521 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1532:40 | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1538:42 | 1538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1555:41 | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1562:40 | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1572:40 | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1607:42 | 1607 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1607 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1625:40 | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1631:42 | 1631 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1631 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1646:40 | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1652:42 | 1652 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1667:40 | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1673:42 | 1673 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1704:40 | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1710:42 | 1710 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1710 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1727:40 | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1733:42 | 1733 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1745:40 | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1751:42 | 1751 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1751 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1790:40 | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1796:42 | 1796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1811:40 | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1817:42 | 1817 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1837:40 | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1843:42 | 1843 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1843 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1859:40 | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1865:42 | 1865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1881:40 | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1887:42 | 1887 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1901:40 | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1907:42 | 1907 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1921:40 | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1930:40 | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1935:42 | 1935 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1935 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1945:40 | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1956:40 | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1977:40 | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1983:42 | 1983 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1983 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1996:40 | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2007:40 | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2019:40 | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2043:40 | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2062:40 | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2074:40 | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2080:42 | 2080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2091:40 | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2097:42 | 2097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2108:40 | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2114:42 | 2114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2125:40 | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2155:40 | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2161:42 | 2161 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2161 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2174:40 | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2180:42 | 2180 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2180 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2191:40 | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2197:42 | 2197 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2197 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2208:40 | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2214:42 | 2214 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2226:40 | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2232:42 | 2232 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2232 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2242:40 | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2248:42 | 2248 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2259:40 | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2265:42 | 2265 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2265 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2279:40 | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2285:42 | 2285 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2285 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2296:40 | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2302:42 | 2302 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2302 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2315:40 | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2321:42 | 2321 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2333:40 | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2339:42 | 2339 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2339 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2349:40 | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2355:42 | 2355 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2365:40 | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2381:40 | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2391:40 | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2402:40 | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2414:40 | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2427:40 | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2446:40 | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2460:40 | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2476:40 | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2495:40 | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2510:40 | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2532:40 | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2538:42 | 2538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2549:40 | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2561:40 | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2576:40 | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2594:40 | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2600:42 | 2600 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2600 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2616:40 | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2622:42 | 2622 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2622 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2634:40 | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2640:42 | 2640 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2640 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2651:40 | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2657:42 | 2657 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2657 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2673:40 | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2701:40 | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2707:42 | 2707 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2719:40 | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2725:42 | 2725 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2741:40 | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2747:42 | 2747 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2763:42 | 2763 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2773:40 | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2779:42 | 2779 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2779 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2788:40 | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2794:42 | 2794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2803:40 | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2809:42 | 2809 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2809 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2818:40 | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2832:40 | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2852:40 | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2858:42 | 2858 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2858 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2868:40 | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2874:42 | 2874 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2884:40 | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2890:42 | 2890 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2890 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2902:40 | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2908:42 | 2908 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2908 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2920:40 | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2926:42 | 2926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2936:40 | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2942:42 | 2942 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2952:40 | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2958:42 | 2958 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2958 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2992:40 | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3001:40 | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3011:40 | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3020:40 | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3042:40 | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3076:40 | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3088:40 | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3100:40 | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3106:42 | 3106 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3106 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3118:40 | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3134:40 | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3144:40 | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:10:12 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:20:12 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:27:12 | 27 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:41:12 | 41 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:52:12 | 52 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:63:12 | 63 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:94:12 | 94 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:97:12 | 97 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:104:12 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:154:12 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:164:12 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:167:12 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:175:12 | 175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:178:12 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:186:12 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:231:12 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:242:12 | 242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:245:12 | 245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:331:12 | 331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:344:12 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:365:12 | 365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:397:12 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:404:12 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:407:12 | 407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:414:12 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:438:12 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:448:12 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:480:12 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:483:12 | 483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:493:12 | 493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:505:12 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:512:12 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:535:12 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:552:12 | 552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:562:12 | 562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:572:12 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:584:12 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:594:12 | 594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `scopeguard` (lib) generated 1 warning Compiling pin-project-lite v0.2.13 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:636:12 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:649:12 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d958ecd401e50d7a -C extra-filename=-d958ecd401e50d7a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:691:12 | 691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:729:12 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:778:12 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:794:12 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:797:12 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:807:12 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:817:12 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:828:12 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:841:12 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:882:12 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:893:12 | 893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling log v0.4.21 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:902:12 | 902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:905:12 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=f750233e388c4c0d -C extra-filename=-f750233e388c4c0d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:952:12 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:982:12 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1046:12 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1058:12 | 1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1104:12 | 1104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1113:12 | 1113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1127:12 | 1127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1160:12 | 1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1184:12 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1217:12 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1242:12 | 1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1253:12 | 1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1256:12 | 1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1267:12 | 1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1285:12 | 1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1315:12 | 1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1323:12 | 1323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1325:12 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1327:12 | 1327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1329:12 | 1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1387:12 | 1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1401:12 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1470:12 | 1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1482:12 | 1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/lock_api-7d0b82a019e6909a/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=eb6937d29b282611 -C extra-filename=-eb6937d29b282611 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-c574fb33cab5fead.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1490:12 | 1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1503:12 | 1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1514:12 | 1514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1552:12 | 1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1555:12 | 1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1563:12 | 1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1596:12 | 1596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1698:12 | 1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1701:12 | 1701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1715:12 | 1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1729:12 | 1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1783:12 | 1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `tracing-core` (lib) generated 12 warnings warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1836:12 | 1836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/typenum-8738ee0cc2820d9c/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b2d0ced51a107816 -C extra-filename=-b2d0ced51a107816 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1844:12 | 1844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1859:12 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1894:12 | 1894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1901:12 | 1901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1904:12 | 1904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1946:12 | 1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1953:12 | 1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1956:12 | 1956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1966:12 | 1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1999:12 | 1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2019:12 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2064:12 | 2064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2071:12 | 2071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2086:12 | 2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2096:12 | 2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2136:12 | 2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2166:12 | 2166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2176:12 | 2176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2184:12 | 2184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2187:12 | 2187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2197:12 | 2197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2212:12 | 2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2225:12 | 2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:119:12 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:248:12 | 248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:260:12 | 260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:283:12 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:314:12 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:328:12 | 328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:556:12 | 556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:567:12 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:342:13 | 342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:343:13 | 343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:752:12 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:763:12 | 763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:812:12 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:823:12 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:860:12 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:898:12 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:909:12 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:943:12 | 943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:993:12 | 993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1033:12 | 1033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1087:12 | 1087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1137:12 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:494:34 | 494 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 494 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:600:34 | 600 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1140:34 | 1140 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1149:28 | 1149 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1149 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1159:27 | 1159 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1159 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1163:23 | 1163 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1171:34 | 1171 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1171 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1175:28 | 1175 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1188:34 | 1188 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1192:28 | 1192 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1205:34 | 1205 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1209:28 | 1209 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn log(&self, record: &Record<'_>) { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1430:34 | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1447:34 | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:37:11 | 37 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1320:12 | 1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1332:12 | 1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1347:12 | 1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1357:12 | 1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1447:12 | 1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1544:12 | 1544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1574:12 | 1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1621:12 | 1621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1658:12 | 1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1734:12 | 1734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1812:12 | 1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1823:12 | 1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1939:12 | 1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1950:12 | 1950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1983:12 | 1983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2008:12 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2110:12 | 2110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2234:12 | 2234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2246:12 | 2246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2259:12 | 2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2276:12 | 2276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2321:12 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2334:12 | 2334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2346:12 | 2346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2361:12 | 2361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2432:12 | 2432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2468:12 | 2468 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2478:12 | 2478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2519:12 | 2519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2552:12 | 2552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2575:12 | 2575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2597:12 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2638:12 | 2638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2656:12 | 2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2666:12 | 2666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2677:12 | 2677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2688:12 | 2688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2719:12 | 2719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2744:12 | 2744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2776:12 | 2776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:152:11 | 152 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:162:15 | 162 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:235:11 | 235 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:250:15 | 250 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/generic-array-c23b83f190ea1adb/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/generic-array-c925bfd39461e0bb/build-script-build` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memchr-678e000456612b0f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=86c96a1510b30c6e -C extra-filename=-86c96a1510b30c6e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 103 | pub struct GuardNoSend(()); | ~~ warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `lock_api` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-395f92850f264fee/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=464bdc2938e04c79 -C extra-filename=-464bdc2938e04c79 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `log` (lib) generated 19 warnings Compiling rustc-hash v1.1.0 warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=99c057def3d5226c -C extra-filename=-99c057def3d5226c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tsan_enabled)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs:43:28 | 43 | pub type FxHashMap = HashMap>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs:47:25 | 47 | pub type FxHashSet = HashSet>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `rustc-hash` (lib) generated 2 warnings Compiling rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_macros/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac68f621cb8454e6 -C extra-filename=-ac68f621cb8454e6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-ac68f621cb8454e6 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -Z binary-dep-depinfo` Compiling parking_lot v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=606a1e65acc3e2c1 -C extra-filename=-606a1e65acc3e2c1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-eb6937d29b282611.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-464bdc2938e04c79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling proc-macro-hack v0.5.20+deprecated Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7255e143a129efcb -C extra-filename=-7255e143a129efcb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-7255e143a129efcb -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `typenum` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/generic-array-c23b83f190ea1adb/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=f148b09520b08e3c -C extra-filename=-f148b09520b08e3c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-b2d0ced51a107816.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg relaxed_coherence` warning: `parking_lot_core` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-2aa4520ea827040a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-ac68f621cb8454e6/build-script-build` [rustc_macros 0.0.0] cargo:rerun-if-changed=build.rs [rustc_macros 0.0.0] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP Compiling psm v0.1.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c217d6fead7b9be -C extra-filename=-9c217d6fead7b9be --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/psm-9c217d6fead7b9be -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-f3ab267a33cb1d82.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-dc531266c548b1d0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-7255e143a129efcb/build-script-build` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/build.rs:1:1 | 1 | extern crate cc; | ^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ Compiling rustix v0.38.31 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=de7a12e59c33a8bd -C extra-filename=-de7a12e59c33a8bd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustix-de7a12e59c33a8bd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `psm` (build script) generated 1 warning Compiling bitflags v2.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=637b5b5ad4f946d8 -C extra-filename=-637b5b5ad4f946d8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling thin-vec v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thin_vec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec CARGO_PKG_AUTHORS='Aria Beingessner ' CARGO_PKG_DESCRIPTION='A vec that takes up less space on the stack' CARGO_PKG_HOMEPAGE='https://github.com/gankra/thin-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thin-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gankra/thin-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thin_vec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gecko-ffi", "serde", "std", "unstable"))' -C metadata=f236de2e14609973 -C extra-filename=-f236de2e14609973 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `bitflags` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustix-bc320ed34746e3c7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustix-de7a12e59c33a8bd/build-script-build` [rustix 0.38.31] cargo:rerun-if-changed=build.rs warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thin-vec/src/lib.rs:1993:11 | 1993 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [rustix 0.38.31] cargo:rustc-cfg=static_assertions [rustix 0.38.31] cargo:rustc-cfg=libc [rustix 0.38.31] cargo:rustc-cfg=netbsdlike [rustix 0.38.31] cargo:rustc-cfg=bsd [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/psm-9c217d6fead7b9be/build-script-build` [psm 0.1.21] OPT_LEVEL = Some("3") [psm 0.1.21] TARGET = Some("x86_64-unknown-openbsd") [psm 0.1.21] HOST = Some("x86_64-unknown-openbsd") [psm 0.1.21] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [psm 0.1.21] CC_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [psm 0.1.21] CC_x86_64_unknown_openbsd = Some("cc") [psm 0.1.21] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [psm 0.1.21] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [psm 0.1.21] CRATE_CC_NO_DEFAULTS = None [psm 0.1.21] DEBUG = Some("false") [psm 0.1.21] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [psm 0.1.21] CFLAGS_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [psm 0.1.21] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") [psm 0.1.21] cargo:rustc-cfg=asm [psm 0.1.21] cargo:rustc-cfg=switchable_stack [psm 0.1.21] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [psm 0.1.21] AR_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [psm 0.1.21] AR_x86_64_unknown_openbsd = Some("ar") [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [psm 0.1.21] ARFLAGS_x86_64-unknown-openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [psm 0.1.21] ARFLAGS_x86_64_unknown_openbsd = None [psm 0.1.21] cargo:rerun-if-env-changed=HOST_ARFLAGS [psm 0.1.21] HOST_ARFLAGS = None [psm 0.1.21] cargo:rerun-if-env-changed=ARFLAGS [psm 0.1.21] ARFLAGS = None warning: `generic-array` (lib) generated 8 warnings Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=350d73a80aeb573c -C extra-filename=-350d73a80aeb573c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f148b09520b08e3c.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-b2d0ced51a107816.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` [psm 0.1.21] cargo:rustc-link-lib=static=psm_s [psm 0.1.21] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out Compiling rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_serialize) warning: `memchr` (lib) generated 60 warnings Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_serialize CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_serialize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_serialize --edition=2021 compiler/rustc_serialize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96d554dd5e921027 -C extra-filename=-96d554dd5e921027 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5205cd59a565b28e -C extra-filename=-5205cd59a565b28e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f148b09520b08e3c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `thin-vec` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-dc531266c548b1d0/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro_hack --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5621f34b3642b084 -C extra-filename=-5621f34b3642b084 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling stacker v0.1.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c5b5b0566e075d0 -C extra-filename=-1c5b5b0566e075d0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/stacker-1c5b5b0566e075d0 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-f3ab267a33cb1d82.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:158:1 | 158 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:6:35 | 6 | pub(crate) fn parse_input(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | pub(crate) fn parse_input(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:22:62 | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:57:24 | 57 | fn parse_punct(tokens: Iter, ch: char) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn parse_punct(tokens: Iter<'_>, ch: char) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:74:13 | 74 | tokens: Iter, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | tokens: Iter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:87:24 | 87 | fn parse_macro(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_macro(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:99:24 | 99 | fn parse_ident(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 99 | fn parse_ident(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:109:26 | 109 | fn parse_keyword(tokens: Iter, kw: &'static str) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn parse_keyword(tokens: Iter<'_>, kw: &'static str) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:119:22 | 119 | fn parse_int(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn parse_int(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:127:24 | 127 | fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse_group(tokens: Iter<'_>, delimiter: Delimiter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:139:29 | 139 | fn parse_visibility(tokens: Iter) -> Visibility { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn parse_visibility(tokens: Iter<'_>) -> Visibility { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:151:29 | 151 | fn parse_attributes(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn parse_attributes(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:169:41 | 169 | pub(crate) fn parse_export_args(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub(crate) fn parse_export_args(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:211:41 | 211 | pub(crate) fn parse_define_args(tokens: Iter) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | pub(crate) fn parse_define_args(tokens: Iter<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:221:39 | 221 | pub(crate) fn parse_enum_hack(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | pub(crate) fn parse_enum_hack(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/parse.rs:245:44 | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:209:33 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:209:46 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:242:32 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:242:45 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `need_proc_macro_hack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro-hack/src/lib.rs:267:45 | 267 | if args.only_hack_old_rustc && cfg!(not(need_proc_macro_hack)) { | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_proc_macro_hack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling errno v0.3.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1f5ccd144c9369a0 -C extra-filename=-1f5ccd144c9369a0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling semver v1.0.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=39413978ab832a52 -C extra-filename=-39413978ab832a52 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-39413978ab832a52 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/unix.rs:77:13 | 77 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling arrayvec v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=414013bc4b064a76 -C extra-filename=-414013bc4b064a76 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:604:50 | 604 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 604 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:631:65 | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:1203:32 | 1203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:498:32 | 498 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 498 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `errno` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustix-bc320ed34746e3c7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=a059afcdaf50e54a -C extra-filename=-a059afcdaf50e54a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liberrno-1f5ccd144c9369a0.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/stacker-6c38495456c76c00/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/stacker-1c5b5b0566e075d0/build-script-build` Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=50ef67bb9d61bb4a -C extra-filename=-50ef67bb9d61bb4a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-5205cd59a565b28e.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-350d73a80aeb573c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:957:23 | 957 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=psm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name psm --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=367805b1daf8f4d7 -C extra-filename=-367805b1daf8f4d7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -l static=psm_s --cfg asm --cfg switchable_stack` warning: `arrayvec` (lib) generated 9 warnings Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=d08b88fc2cb21b81 -C extra-filename=-d08b88fc2cb21b81 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:101:13 | 101 | #![cfg_attr(linux_raw, deny(unsafe_code))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustc_attrs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:102:13 | 102 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustc_attrs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:103:13 | 103 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:104:17 | 104 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_ffi_c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:105:13 | 105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_ffi_c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_c_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:106:13 | 106 | #![cfg_attr(core_c_str, feature(core_c_str))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_c_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_c_string` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:107:36 | 107 | #![cfg_attr(all(feature = "alloc", alloc_c_string), feature(alloc_c_string))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_c_string)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_ffi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:108:36 | 108 | #![cfg_attr(all(feature = "alloc", alloc_ffi), feature(alloc_ffi))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_ffi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_intrinsics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:113:39 | 113 | any(feature = "rustc-dep-of-std", core_intrinsics), | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_intrinsics)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm_experimental_arch` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:116:13 | 116 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:134:17 | 134 | #[cfg(all(test, static_assertions))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:138:21 | 138 | #[cfg(all(test, not(static_assertions)))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:166:9 | 166 | all(linux_raw, feature = "use-libc-auxv"), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:167:9 | 167 | all(libc, not(any(windows, target_os = "espidf", target_os = "wasi"))) | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:9:13 | 9 | #![cfg_attr(linux_raw, allow(unsafe_code))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:173:12 | 173 | #[cfg_attr(libc, path = "backend/libc/mod.rs")] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:174:12 | 174 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:175:12 | 175 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] | ^^^^ help: found config with similar value: `target_os = "wasi"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:205:7 | 205 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:214:7 | 214 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:229:5 | 229 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:295:7 | 295 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:346:9 | 346 | all(bsd, feature = "event"), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:347:9 | 347 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:354:57 | 354 | #[cfg(any(feature = "process", feature = "runtime", all(bsd, feature = "event")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:364:9 | 364 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:383:9 | 383 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:393:9 | 393 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:118:7 | 118 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:146:11 | 146 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:111:7 | 111 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:117:7 | 117 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:200:7 | 200 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:203:11 | 203 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:207:5 | 207 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:208:5 | 208 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:73:11 | 73 | #[cfg(any(linux_kernel, all(target_os = "redox", feature = "event")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:222:5 | 222 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:223:5 | 223 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:238:5 | 238 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:10:11 | 10 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:14:11 | 14 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:22:11 | 22 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:24:11 | 24 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:26:11 | 26 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:28:11 | 28 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:30:11 | 30 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:32:11 | 32 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:34:11 | 34 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:36:11 | 36 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:38:11 | 38 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:40:11 | 40 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:42:11 | 42 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:44:11 | 44 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:46:11 | 46 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:48:11 | 48 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:50:11 | 50 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:52:11 | 52 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:54:11 | 54 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:56:11 | 56 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:58:11 | 58 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:60:11 | 60 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:62:11 | 62 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:64:11 | 64 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:68:5 | 68 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:81:11 | 81 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:83:11 | 83 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:99:5 | 99 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:112:7 | 112 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:115:11 | 115 | #[cfg(any(linux_like, target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:118:5 | 118 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:124:15 | 124 | #[cfg(any(all(linux_like, not(target_os = "android")), target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:136:11 | 136 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:144:7 | 144 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:150:5 | 150 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:157:11 | 157 | #[cfg(any(linux_like, target_os = "aix", target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:160:5 | 160 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:293:7 | 293 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:311:7 | 311 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:3:7 | 3 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:18:11 | 18 | #[cfg(all(linux_kernel, any(target_arch = "sparc", target_arch = "sparc64")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:21:11 | 21 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:1:15 | 1 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "nto", target_os = "vita")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:11:5 | 11 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:21:5 | 21 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:33:15 | 33 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:35:11 | 35 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:19 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:32 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:15 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:28 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:194:9 | 194 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:209:9 | 209 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:163:25 | 163 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:35 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:48 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:31 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:44 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:291:9 | 291 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:19 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:32 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:15 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:28 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:6:5 | 6 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:17:7 | 17 | #[cfg(solarish)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:63:5 | 63 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:64:5 | 64 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:75:5 | 75 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:76:5 | 76 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:102:5 | 102 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:103:5 | 103 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:114:5 | 114 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:115:5 | 115 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:7:9 | 7 | all(linux_kernel, feature = "procfs") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:13:11 | 13 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:18:5 | 18 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:19:5 | 19 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:20:5 | 20 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:31:5 | 31 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:98:11 | 98 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:43:11 | 43 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:109:11 | 109 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:48:5 | 48 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:180:7 | 180 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:61:5 | 61 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:252:7 | 252 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:317:7 | 317 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:72:31 | 72 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:337:7 | 337 | #[cfg(switchable_stack)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:358:11 | 358 | #[cfg(not(switchable_stack))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:380:7 | 380 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:76:11 | 76 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:402:11 | 402 | #[cfg(not(asm))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:59:17 | 59 | #![cfg_attr(asm, link(name="psm_s"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:79:7 | 79 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:61:11 | 61 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:63:11 | 63 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:11 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:66:15 | 66 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:73:15 | 73 | #[cfg(all(switchable_stack, not(target_os = "windows")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:18 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:81:15 | 81 | #[cfg(all(switchable_stack, target_os = "windows"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `switchable_stack` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:88:15 | 88 | #[cfg(all(switchable_stack, target_os = "windows"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(switchable_stack)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:86:7 | 86 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/psm/src/lib.rs:284:11 | 284 | #[cfg(asm)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:92:31 | 92 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:94:31 | 94 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:309:7 | 309 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:701:5 | 701 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:11 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:26 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1008:5 | 1008 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1029:7 | 1029 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1064:7 | 1064 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1111:5 | 1111 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1134:7 | 1134 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1188:5 | 1188 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1189:5 | 1189 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1190:5 | 1190 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1236:11 | 1236 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1242:11 | 1242 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1311:15 | 1311 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1316:7 | 1316 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1339:7 | 1339 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1358:15 | 1358 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1376:7 | 1376 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1444:5 | 1444 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1460:5 | 1460 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:11 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:26 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1606:5 | 1606 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1607:5 | 1607 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1608:5 | 1608 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1651:7 | 1651 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1687:5 | 1687 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1703:11 | 1703 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1724:7 | 1724 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1759:11 | 1759 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1761:11 | 1761 | #[cfg(all(linux_kernel, target_pointer_width = "64"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1782:11 | 1782 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1808:11 | 1808 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1833:11 | 1833 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1869:11 | 1869 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1902:7 | 1902 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1918:7 | 1918 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1961:7 | 1961 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1974:7 | 1974 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1998:7 | 1998 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2012:7 | 2012 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2021:7 | 2021 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2024:7 | 2024 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2031:7 | 2031 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2044:11 | 2044 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2069:7 | 2069 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2106:7 | 2106 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2111:7 | 2111 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2116:7 | 2116 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2129:7 | 2129 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2218:7 | 2218 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2222:7 | 2222 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:11 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:18 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:11 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:18 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:11 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:18 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:11 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:18 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:11 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:18 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:11 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:18 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:11 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:18 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:11 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:18 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:11 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:18 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:11 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:18 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:11 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:18 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:11 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:18 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:151:9 | 151 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:152:9 | 152 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:159:9 | 159 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:160:9 | 160 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:214:9 | 214 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:215:9 | 215 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:222:9 | 222 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:223:9 | 223 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:582:9 | 582 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:605:9 | 605 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:622:9 | 622 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:645:9 | 645 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:663:9 | 663 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:681:9 | 681 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:15 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:30 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:19 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:26 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:843:11 | 843 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:19 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:26 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:39 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:53 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:19 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:26 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:39 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:53 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1411:9 | 1411 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1429:9 | 1429 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:15 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:30 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:19 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:26 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1537:11 | 1537 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:336:7 | 336 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:355:7 | 355 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:366:7 | 366 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:400:7 | 400 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:431:7 | 431 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:555:5 | 555 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:556:5 | 556 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:557:5 | 557 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:586:11 | 586 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:633:11 | 633 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:783:5 | 783 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:784:5 | 784 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:953:15 | 953 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:961:9 | 961 | all(linux_kernel, target_pointer_width = "64"), | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:975:11 | 975 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1006:5 | 1006 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1007:5 | 1007 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1023:7 | 1023 | #[cfg(linux_like)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1163:7 | 1163 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:53:19 | 53 | #[cfg(any(linux_like, target_os = "fuchsia"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:58:13 | 58 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:242:13 | 242 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:271:13 | 271 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:272:13 | 272 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:287:13 | 287 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:300:13 | 300 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:308:13 | 308 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:315:13 | 315 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:525:9 | 525 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:882:19 | 882 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:886:19 | 886 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:891:13 | 891 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:899:19 | 899 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:903:19 | 903 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:919:19 | 919 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:50:9 | 50 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:70:11 | 70 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:74:9 | 74 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:89:9 | 89 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:105:9 | 105 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:117:11 | 117 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:121:9 | 121 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:134:9 | 134 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:147:9 | 147 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:172:9 | 172 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:184:9 | 184 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:206:9 | 206 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:227:11 | 227 | #[cfg(freebsdlike)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:231:9 | 231 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:232:9 | 232 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:255:15 | 255 | #[cfg(any(bsd, target_env = "newlib"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:264:9 | 264 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:314:9 | 314 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:315:9 | 315 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:329:9 | 329 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:330:9 | 330 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:344:9 | 344 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:345:9 | 345 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:359:9 | 359 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:360:9 | 360 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:374:9 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:386:9 | 386 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:398:9 | 398 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:410:9 | 410 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:422:9 | 422 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:435:9 | 435 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:448:9 | 448 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:460:9 | 460 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:473:9 | 473 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:486:9 | 486 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:500:9 | 500 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:501:9 | 501 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:528:9 | 528 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:529:9 | 529 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:542:11 | 542 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:556:9 | 556 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:568:15 | 568 | #[cfg(any(bsd, target_os = "haiku"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:575:9 | 575 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:587:9 | 587 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:605:9 | 605 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:606:9 | 606 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:626:9 | 626 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:627:9 | 627 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:650:9 | 650 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:663:9 | 663 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:682:9 | 682 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:692:9 | 692 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:724:9 | 724 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:725:9 | 725 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:739:9 | 739 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:740:9 | 740 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:757:9 | 757 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:778:9 | 778 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:779:9 | 779 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:795:11 | 795 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:798:11 | 798 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:801:11 | 801 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:804:11 | 804 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:826:9 | 826 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:848:9 | 848 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:849:9 | 849 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:863:9 | 863 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:875:9 | 875 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:876:9 | 876 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:894:11 | 894 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:921:9 | 921 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:936:9 | 936 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:949:9 | 949 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:970:9 | 970 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:971:9 | 971 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:985:9 | 985 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:1011:9 | 1011 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:20:7 | 20 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:55:13 | 55 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:142:7 | 142 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:306:5 | 306 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:328:5 | 328 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:7:7 | 7 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:15:5 | 15 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:16:5 | 16 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:17:5 | 17 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:26:7 | 26 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:28:7 | 28 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:31:11 | 31 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:35:7 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:47:7 | 47 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:50:7 | 50 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:52:7 | 52 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:57:7 | 57 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:11 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:18 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:69:7 | 69 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:75:7 | 75 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:83:5 | 83 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:84:5 | 84 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:85:5 | 85 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:94:7 | 94 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:96:7 | 96 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:99:11 | 99 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:103:7 | 103 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:113:11 | 113 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:115:7 | 115 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:118:7 | 118 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:125:7 | 125 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:11 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:18 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:142:11 | 142 | #[cfg(all(wasi_ext, target_os = "wasi"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:256:5 | 256 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:14:7 | 14 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:20:15 | 20 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:274:7 | 274 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:415:7 | 415 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:436:15 | 436 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `psm` (lib) generated 17 warnings Compiling fastrand v2.0.1 warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:60:11 | 60 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=bff59a9c42d1373d -C extra-filename=-bff59a9c42d1373d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:67:11 | 67 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:76:11 | 76 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:11:5 | 11 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:12:5 | 12 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:66:7 | 66 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:74:7 | 74 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:168:5 | 168 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:232:5 | 232 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:233:5 | 233 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:305:5 | 305 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:353:7 | 353 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:262:15 | 262 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:14:12 | 14 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:17:16 | 17 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:18:22 | 18 | Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:25:16 | 25 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:26:20 | 26 | End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:33:16 | 33 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:34:24 | 34 | Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:15 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:22 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:35 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:49 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:15 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:22 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:35 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:49 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/ioctl.rs:19:7 | 19 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:14:7 | 14 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:284:7 | 284 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:303:7 | 303 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:11 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:25 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:31:7 | 31 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:34:7 | 34 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:37:7 | 37 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:306:7 | 306 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:311:9 | 311 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:319:9 | 319 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:327:15 | 327 | #[cfg(all(not(linux_raw), target_os = "android"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:332:5 | 332 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:342:5 | 342 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:11 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:25 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:11 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:25 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:11 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:25 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:11 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:25 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:11 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:25 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:11 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:25 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:11 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:25 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:11 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:25 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:15 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:29 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:15 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:29 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:15 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:29 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:15 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:29 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:15 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:29 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:4:11 | 4 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:8:11 | 8 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:12:7 | 12 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:24:11 | 24 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:29:7 | 29 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:34:5 | 34 | fix_y2038, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:35:5 | 35 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:36:9 | 36 | all(libc, target_arch = "x86_64", target_pointer_width = "32") | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:42:9 | 42 | not(fix_y2038), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:43:5 | 43 | libc, | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:51:7 | 51 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:66:7 | 66 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:77:7 | 77 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:110:7 | 110 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs:618:11 | 618 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stacker CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/stacker-6c38495456c76c00/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stacker --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4816805a422a30f9 -C extra-filename=-4816805a422a30f9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern psm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpsm-367805b1daf8f4d7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling measureme v11.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=measureme CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme CARGO_PKG_AUTHORS='Wesley Wiser :Michael Woerister ' CARGO_PKG_DESCRIPTION='Support crate for rustc'\''s self-profiling feature' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/measureme' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=measureme CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/measureme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=11.0.1 CARGO_PKG_VERSION_MAJOR=11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name measureme --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/measureme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f67a65ee7b2e6013 -C extra-filename=-f67a65ee7b2e6013 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-f750233e388c4c0d.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-606a1e65acc3e2c1.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/stacker/src/lib.rs:29:1 | 29 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `fastrand` (lib) generated 1 warning Compiling ena v0.14.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena CARGO_PKG_AUTHORS='Niko Matsakis ' CARGO_PKG_DESCRIPTION='Union-find, congruence closure, and other unification code. Based on code from rustc.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/ena' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ena CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ena' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ena --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=1861bde9c46dc67f -C extra-filename=-1861bde9c46dc67f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-f750233e388c4c0d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `stacker` (lib) generated 1 warning Compiling getrandom v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=52c1613378dbaecc -C extra-filename=-52c1613378dbaecc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `proc-macro-hack` (lib) generated 21 warnings Compiling jobserver v0.1.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd8640d03f30dc77 -C extra-filename=-fd8640d03f30dc77 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling memmap2 v0.2.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3 CARGO_PKG_AUTHORS='Dan Burkert :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecd1087b65b91bf7 -C extra-filename=-ecd1087b65b91bf7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_arena) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_arena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_arena CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_arena CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_arena --edition=2021 compiler/rustc_arena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cfaee98f8d20e86 -C extra-filename=-4cfaee98f8d20e86 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/unix.rs:1:1 | 1 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | use libc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:509:34 | 509 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:570:34 | 570 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 570 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2-0.2.3/src/lib.rs:813:34 | 813 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | Compiling tempfile v3.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.10.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2b66faf215f5a0c1 -C extra-filename=-2b66faf215f5a0c1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-bff59a9c42d1373d.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustix-a059afcdaf50e54a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `memmap2` (lib) generated 4 warnings Compiling elsa v1.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=elsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Append-only collections for Rust where borrows to entries can outlive insertions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/manishearth/elsa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name elsa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=f1246ced639ce33b -C extra-filename=-f1246ced639ce33b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-26eef0c7d5201c9f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/vec.rs:111:31 | 111 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 111 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:15:21 | 15 | map: UnsafeCell>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:147:30 | 147 | pub fn into_map(self) -> HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:188:35 | 188 | impl std::convert::AsMut> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:193:34 | 193 | fn as_mut(&mut self) -> &mut HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:198:20 | 198 | impl From> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:199:18 | 199 | fn from(map: HashMap) -> Self { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/map.rs:236:18 | 236 | let map: HashMap<_, _, _> = iter.into_iter().collect(); | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elsa/src/sync.rs:26:17 | 26 | map: RwLock>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `elsa` (lib) generated 9 warnings Compiling cpufeatures v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75a09ea81f8784d9 -C extra-filename=-75a09ea81f8784d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling synstructure v0.13.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure CARGO_PKG_AUTHORS='Nika Layzell ' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name synstructure --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/synstructure/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dce3ca3ff9ccfa73 -C extra-filename=-dce3ca3ff9ccfa73 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rmeta --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_graphviz) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_graphviz CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_graphviz CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_graphviz CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_graphviz --edition=2021 compiler/rustc_graphviz/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=842eb4679b6dd945 -C extra-filename=-842eb4679b6dd945 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling itoa v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=50410167bde428b5 -C extra-filename=-50410167bde428b5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling unicode-width v0.1.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=1865ba356774ee71 -C extra-filename=-1865ba356774ee71 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling syn v1.0.109 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=65fb0337fbe62628 -C extra-filename=-65fb0337fbe62628 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/syn-65fb0337fbe62628 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=41cd323e6863a76c -C extra-filename=-41cd323e6863a76c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-52c1613378dbaecc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `rustix` (lib) generated 498 warnings Compiling scoped-tls v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=scoped_tls CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Library implementation of the standard library'\''s old `scoped_thread_local'\!'` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scoped-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name scoped_tls --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scoped-tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=330cf8a73f398b9e -C extra-filename=-330cf8a73f398b9e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/block.rs:132:34 | 132 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/block.rs:296:34 | 296 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:119:32 | 119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:136:32 | 136 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 136 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:211:32 | 211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=a06456417b30f231 -C extra-filename=-a06456417b30f231 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-75a09ea81f8784d9.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-50ef67bb9d61bb4a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=d2d38b516e830527 -C extra-filename=-d2d38b516e830527 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-75a09ea81f8784d9.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-50ef67bb9d61bb4a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling md-5 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=md5 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='MD5 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=md-5 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name md5 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/md-5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=7eedf0a7483cb046 -C extra-filename=-7eedf0a7483cb046 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-50ef67bb9d61bb4a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `rand_core` (lib) generated 11 warnings Compiling ppv-lite86 v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=44a710bcddb39fb4 -C extra-filename=-44a710bcddb39fb4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_FEATURE_VISIT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/syn-af2546b68b11d796/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/syn-65fb0337fbe62628/build-script-build` Compiling thiserror v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e55816d28266ad7f -C extra-filename=-e55816d28266ad7f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-e55816d28266ad7f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/syn-af2546b68b11d796/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a08539dbbc94351f -C extra-filename=-a08539dbbc94351f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_ident-ca947a408355eee9.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg syn_disable_nightly_tests` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1098:29 | 1098 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1098 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1114:29 | 1114 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/x86_64/sse2.rs:1124:29 | 1124 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1124 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ Compiling crc32fast v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0b038038294c9852 -C extra-filename=-0b038038294c9852 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/crc32fast-0b038038294c9852 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/semver-7f377784e8f3987a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-39413978ab832a52/build-script-build` [semver 1.0.22] cargo:rerun-if-changed=build.rs warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:254:13 | 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:434:12 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:455:12 | 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:298:1 | 298 | extern crate proc_macro2; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 298 | use proc_macro2; | ~~~ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:136:12 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:569:12 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:881:11 | 881 | #[cfg(not(syn_omit_await_from_token_macro))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:883:7 | 883 | #[cfg(syn_omit_await_from_token_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:406:24 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:414:24 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:418:24 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:426:24 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:271:24 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:275:24 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:283:24 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:291:24 | 291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:295:24 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:303:24 | 303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:317:24 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=0708cbe253960e98 -C extra-filename=-0708cbe253960e98 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-44a710bcddb39fb4.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-41cd323e6863a76c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:444:24 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:452:24 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:406:24 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:414:24 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:418:24 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:426:24 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `ppv-lite86` (lib) generated 3 warnings Compiling static_assertions v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6832d92ee3a2ce24 -C extra-filename=-6832d92ee3a2ce24 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:65:32 | 65 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` 342 | 343 | chacha_impl!(ChaCha20Core, ChaCha20Rng, 10, "ChaCha with 20 rounds", abstract20); | -------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 344 | chacha_impl!(ChaCha12Core, ChaCha12Rng, 6, "ChaCha with 12 rounds", abstract12); | ------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 345 | chacha_impl!(ChaCha8Core, ChaCha8Rng, 4, "ChaCha with 8 rounds", abstract8); | --------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:503:24 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:507:24 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:527:24 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:129:21 | 129 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:22 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:39 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 215 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 216 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 217 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:223:21 | 223 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:232:21 | 232 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:408:44 | 408 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 408 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:571:21 | 571 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:590:21 | 590 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:610:21 | 610 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 610 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:621:21 | 621 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:632:21 | 632 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:643:21 | 643 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:285:44 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:319:33 | 319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:328:33 | 328 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 328 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/crc32fast-5fc019ae22a05660/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/crc32fast-0b038038294c9852/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:408:44 | 408 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 408 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=b4397653bbfe5dc6 -C extra-filename=-b4397653bbfe5dc6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:454:33 | 454 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 454 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:463:33 | 463 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 463 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ [crc32fast 1.4.0] cargo:rerun-if-changed=build.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:517:44 | 517 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 517 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:896:27 | 896 | pub fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | pub fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:907:33 | 907 | pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:915:39 | 915 | pub fn punct(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 915 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:921:28 | 921 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 921 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:947:35 | 947 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:40:21 | 40 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:54:21 | 54 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:336:1 | 336 | / ast_enum_of_structs! { 337 | | /// Content of a compile-time structured attribute. 338 | | /// 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 369 | | } 370 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:377:16 | 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// Element of a compile-time attribute list. 414 | | /// 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 425 | | } 426 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:193:30 | 193 | let parser = |input: ParseStream| parsing::parse_meta_after_path(path, input); | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | let parser = |input: ParseStream<'_>| parsing::parse_meta_after_path(path, input); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:225:30 | 225 | let parser = |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 225 | let parser = |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:238:31 | 238 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:252:31 | 252 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 252 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:565:16 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:503:31 | 503 | pub fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 503 | pub fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:510:38 | 510 | pub fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 510 | pub fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:521:38 | 521 | pub fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | pub fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:533:31 | 533 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:567:25 | 567 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:575:25 | 575 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 575 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:583:25 | 583 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 583 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:596:53 | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:606:54 | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:615:60 | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:25:1 | 25 | / ast_enum_of_structs! { 26 | | /// Data stored within an enum variant or struct. 27 | | /// 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:185:16 | 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:173:1 | 173 | / ast_enum_of_structs! { 174 | | /// The visibility level of an item: inherited or `pub` or 175 | | /// `pub(restricted)`. 176 | | /// ... | 199 | | } 200 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:230:16 | 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:79:43 | 79 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:90:54 | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:248:25 | 248 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:277:25 | 277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:288:25 | 288 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:299:20 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:315:20 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:300:35 | 300 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:316:37 | 316 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:329:25 | 329 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:352:29 | 352 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:396:31 | 396 | fn parse_crate(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn parse_crate(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:423:16 | 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:445:16 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:90:20 | 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust expression. 16 | | /// 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 249 | | } 250 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:307:16 | 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:387:16 | 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:400:16 | 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:508:16 | 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:547:16 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:558:16 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:572:16 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:643:16 | 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:723:16 | 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:246:15 | 246 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:784:40 | 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:900:40 | 900 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:953:40 | 953 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2063:16 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2818:16 | 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2879:16 | 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:130:45 | 130 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 130 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:144:44 | 144 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 144 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:225:54 | 225 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::fmt::Result { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1161:25 | 1161 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1405:16 | 1405 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1405 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1453:31 | 1453 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1470:30 | 1470 | fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1470 | fn ambiguous_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1541:26 | 1541 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1669:28 | 1669 | fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1669 | fn trailer_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1817:25 | 1817 | fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn atom_expr(input: ParseStream<'_>, _allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2065:25 | 2065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2091:26 | 2091 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2820:25 | 2820 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2820 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2881:25 | 2881 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2881 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2905:23 | 2905 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2907:19 | 2907 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2930:26 | 2930 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2930 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3008:16 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3072:16 | 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3099:16 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3338:16 | 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3348:16 | 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3358:16 | 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3400:16 | 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:296:5 | 296 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:307:5 | 307 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:318:5 | 318 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:23:1 | 23 | / ast_enum_of_structs! { 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 25 | | /// `'a: 'b`, `const LEN: usize`. 26 | | /// ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:371:20 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:382:20 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:386:20 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:394:20 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:470:1 | 470 | / ast_enum_of_structs! { 471 | | /// A trait or lifetime used as a bound on a type parameter. 472 | | /// 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 479 | | } 480 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [crc32fast 1.4.0] cargo:rustc-cfg=crc32fast_stdarchx86 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:524:1 | 524 | / ast_enum_of_structs! { 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 526 | | /// 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 545 | | } 546 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:553:16 | 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:114:34 | 114 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:125:42 | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:136:32 | 136 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:147:40 | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:158:35 | 158 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:169:43 | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:347:9 | 347 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:38 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:52 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/crc32fast-5fc019ae22a05660/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=694399e2d892e587 -C extra-filename=-694399e2d892e587 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:373:48 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:416:35 | 416 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:660:16 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:758:16 | 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:856:16 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:971:16 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:599:25 | 599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:662:25 | 662 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:749:25 | 749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:760:25 | 760 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:833:20 | 833 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 833 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:858:25 | 858 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:918:25 | 918 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:942:25 | 942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1057:16 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1217:16 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1229:16 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1268:16 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1300:16 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1310:16 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1325:16 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1335:16 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1345:16 | 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1354:16 | 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:74:40 | 74 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:129:25 | 129 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 48 | | } 49 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:676:20 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:684:20 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:200:16 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:448:40 | 448 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 448 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:524:40 | 524 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:567:16 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:587:16 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:559:44 | 559 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:569:44 | 569 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:589:44 | 589 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 589 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:599:44 | 599 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:609:44 | 609 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 609 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:619:44 | 619 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:838:16 | 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:746:25 | 746 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:47 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:71 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:818:25 | 818 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:829:25 | 829 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:840:25 | 840 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 840 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:862:25 | 862 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:873:25 | 873 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:884:25 | 884 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:921:16 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:942:16 | 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:1568:15 | 1568 | #[cfg(syn_no_negative_literal_parse)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:153:31 | 153 | pub fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:8:16 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:57:16 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:97:25 | 97 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:165:16 | 165 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:201:16 | 201 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:216:30 | 216 | pub fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:88:27 | 88 | fn parse_binop(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn parse_binop(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:133:25 | 133 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:167:25 | 167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 88 | | } 89 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:175:16 | 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:85:15 | 85 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:703:16 | 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:786:16 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:828:16 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:992:16 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1024:16 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1098:16 | 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1108:16 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:344:25 | 344 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:357:20 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:358:36 | 358 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 358 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:366:16 | 366 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:658:25 | 658 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:682:25 | 682 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:705:25 | 705 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:724:29 | 724 | fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 724 | fn parse_bare_fn(input: ParseStream<'_>, allow_mut_self: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:779:25 | 779 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 779 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:788:25 | 788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:830:25 | 830 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:839:25 | 839 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:869:20 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:870:36 | 870 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 870 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:875:36 | 875 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:889:25 | 889 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:897:25 | 897 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:904:20 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:905:36 | 905 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:911:36 | 911 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:923:20 | 923 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 923 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:951:25 | 951 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:958:20 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:959:36 | 959 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 959 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:964:36 | 964 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:994:25 | 994 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 994 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1005:25 | 1005 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1005 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1012:25 | 1012 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1026:25 | 1026 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1026 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1033:16 | 1033 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1033 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1100:25 | 1100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1110:25 | 1110 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1128:16 | 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1137:16 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1162:16 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1172:16 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1193:16 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1200:16 | 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1216:16 | 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1224:16 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1250:16 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1257:16 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1289:16 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1297:16 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:430:16 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:220:25 | 220 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:227:25 | 227 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 227 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:317:34 | 317 | pub fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | pub fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:360:25 | 360 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:399:25 | 399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:405:32 | 405 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:432:25 | 432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:505:20 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:569:20 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:591:20 | 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:506:39 | 506 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:603:43 | 603 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 603 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:618:20 | 618 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:632:25 | 632 | pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | pub fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:90:28 | 90 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:29 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:40 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:30 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:41 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:43 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:54 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:386:42 | 386 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:393:43 | 393 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:49:25 | 49 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:90:25 | 90 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:112:21 | 112 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:408:12 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:422:12 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:54:15 | 54 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:63:11 | 63 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:267:16 | 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:106:31 | 106 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 106 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:117:42 | 117 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:128:33 | 128 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:137:44 | 137 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:268:36 | 268 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 268 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:290:16 | 290 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:291:20 | 291 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:326:44 | 326 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 326 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:348:16 | 348 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 348 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:349:20 | 349 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:424:32 | 424 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 424 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1060:16 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1071:16 | 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:145:21 | 145 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:149:21 | 149 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:162:21 | 162 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit.rs:1216:15 | 1216 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit.rs:3392:15 | 3392 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:135:12 | 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:146:12 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:387:12 | 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:439:12 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:751:12 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:788:12 | 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:809:12 | 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:930:12 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:941:12 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1027:12 | 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1374:12 | 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1440:12 | 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1678:12 | 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1798:12 | 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1889:12 | 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1942:12 | 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1952:12 | 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2031:12 | 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2065:12 | 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2158:12 | 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2210:12 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2232:12 | 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:276:23 | 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1908:19 | 1908 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:11:12 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:21:12 | 21 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:39:12 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:56:12 | 56 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:64:12 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:117:12 | 117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:134:12 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:137:12 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:155:12 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:165:12 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:180:12 | 180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:183:12 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:190:12 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:193:12 | 193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:200:12 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:210:12 | 210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:357:12 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:360:12 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:402:12 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:409:12 | 409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:412:12 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:445:12 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:486:12 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:713:12 | 713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:716:12 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:746:12 | 746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:761:12 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:771:12 | 771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:774:12 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:917:12 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:934:12 | 934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1241:12 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1243:12 | 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1261:12 | 1261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1263:12 | 1263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1271:12 | 1271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1273:12 | 1273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1277:12 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1279:12 | 1279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1292:12 | 1292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1318:12 | 1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1321:12 | 1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1343:12 | 1343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1363:12 | 1363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1377:12 | 1377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1380:12 | 1380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1684:12 | 1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1728:12 | 1728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1736:12 | 1736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1739:12 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1817:12 | 1817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1843:12 | 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1846:12 | 1846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1853:12 | 1853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1868:12 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1878:12 | 1878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1885:12 | 1885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1895:12 | 1895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1898:12 | 1898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1905:12 | 1905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1908:12 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1918:12 | 1918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1948:12 | 1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1955:12 | 1955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1958:12 | 1958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1965:12 | 1965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1968:12 | 1968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1976:12 | 1976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1979:12 | 1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1990:12 | 1990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2000:12 | 2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2007:12 | 2007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2010:12 | 2010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2020:12 | 2020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2102:12 | 2102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2112:12 | 2112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2120:12 | 2120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2130:12 | 2130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2140:12 | 2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2143:12 | 2143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2178:12 | 2178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/eq.rs:2181:12 | 2181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:9:12 | 9 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:19:12 | 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:44:12 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs:174:32 | 174 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 174 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:85:12 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:180:12 | 180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:225:12 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:236:12 | 236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:259:12 | 259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:280:12 | 280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:290:12 | 290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:566:12 | 566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:665:12 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:715:12 | 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:739:12 | 739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:810:12 | 810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:929:12 | 929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:976:12 | 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1016:12 | 1016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1048:12 | 1048 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1172:12 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1663:12 | 1663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1675:12 | 1675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1717:12 | 1717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1739:12 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1751:12 | 1751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1794:12 | 1794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1805:12 | 1805 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:1845:12 | 1845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2108:12 | 2108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2141:12 | 2141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2152:12 | 2152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2174:12 | 2174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2186:12 | 2186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2227:12 | 2227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2290:12 | 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2303:12 | 2303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2406:12 | 2406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2479:12 | 2479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2490:12 | 2490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2505:12 | 2505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2515:12 | 2515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2533:12 | 2533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2543:12 | 2543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2551:12 | 2551 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2566:12 | 2566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2585:12 | 2585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2595:12 | 2595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2606:12 | 2606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2630:12 | 2630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2651:12 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2661:12 | 2661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2762:12 | 2762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2772:12 | 2772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2785:12 | 2785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2793:12 | 2793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2812:12 | 2812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2838:12 | 2838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2848:12 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:501:23 | 501 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/hash.rs:2473:19 | 2473 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:57:12 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:70:12 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:81:12 | 81 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:229:12 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:250:12 | 250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:262:12 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:277:12 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:288:12 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:311:12 | 311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:343:12 | 343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:655:12 | 655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:713:12 | 713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:829:12 | 829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:900:12 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1019:12 | 1019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1121:12 | 1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1131:12 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1257:12 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1308:12 | 1308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1437:12 | 1437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1811:12 | 1811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1872:12 | 1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1884:12 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1907:12 | 1907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1925:12 | 1925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1948:12 | 1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1959:12 | 1959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1982:12 | 1982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2000:12 | 2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2269:12 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2279:12 | 2279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2298:12 | 2298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2308:12 | 2308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2319:12 | 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2330:12 | 2330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2342:12 | 2342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2385:12 | 2385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2448:12 | 2448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2460:12 | 2460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2648:12 | 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2660:12 | 2660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2676:12 | 2676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2686:12 | 2686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2696:12 | 2696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2705:12 | 2705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2714:12 | 2714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2723:12 | 2723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2737:12 | 2737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2775:12 | 2775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2787:12 | 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2799:12 | 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2809:12 | 2809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2819:12 | 2819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2829:12 | 2829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2935:12 | 2935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2945:12 | 2945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2957:12 | 2957 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2975:12 | 2975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2987:12 | 2987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3011:12 | 3011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3021:12 | 3021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:45:40 | 45 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:59:40 | 59 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:72:40 | 72 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:83:40 | 83 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:231:40 | 231 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 231 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:252:40 | 252 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 252 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:264:40 | 264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:279:40 | 279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:290:40 | 290 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:324:40 | 324 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 324 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:345:40 | 345 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 345 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:358:40 | 358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:590:23 | 590 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:657:40 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:703:40 | 703 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 703 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:715:40 | 715 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:755:40 | 755 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 755 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:806:40 | 806 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 806 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:831:40 | 831 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:891:40 | 891 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:902:40 | 902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1021:40 | 1021 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1021 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1067:40 | 1067 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1104:40 | 1104 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1104 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1133:40 | 1133 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1133 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1259:40 | 1259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1333:40 | 1333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1439:40 | 1439 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1439 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1792:40 | 1792 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1792 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1802:40 | 1802 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1813:40 | 1813 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1813 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1874:40 | 1874 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1874 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1886:40 | 1886 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1886 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1909:40 | 1909 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1909 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1927:40 | 1927 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1927 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1950:40 | 1950 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1950 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1961:40 | 1961 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1961 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:1984:40 | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2002:40 | 2002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2271:40 | 2271 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2300:40 | 2300 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2300 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2310:40 | 2310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2321:40 | 2321 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2332:40 | 2332 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2332 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2344:40 | 2344 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2344 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2387:40 | 2387 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2450:40 | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2462:40 | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2565:40 | 2565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2642:19 | 2642 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2650:40 | 2650 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2650 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2662:40 | 2662 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2662 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2678:40 | 2678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2688:40 | 2688 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2688 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2698:40 | 2698 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2698 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2707:40 | 2707 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2716:40 | 2716 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2716 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2725:40 | 2725 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2739:40 | 2739 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2739 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2767:40 | 2767 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2767 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2777:40 | 2777 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2777 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2789:40 | 2789 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2801:40 | 2801 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2801 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2811:40 | 2811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2821:40 | 2821 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2821 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2831:40 | 2831 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2937:40 | 2937 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2937 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2947:40 | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2959:40 | 2959 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2959 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2977:40 | 2977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:2989:40 | 2989 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2989 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3013:40 | 3013 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3013 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/debug.rs:3023:40 | 3023 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3023 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/thread.rs:35:40 | 35 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:33 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:44 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:165:29 | 165 | pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1090:12 | 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1126:12 | 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1291:12 | 1291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1311:12 | 1311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/discouraged.rs:192:44 | 192 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:221:21 | 221 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:282:32 | 282 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:288:32 | 288 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:389:13 | 389 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:391:6 | 391 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 391 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:395:51 | 395 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 395 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:432:30 | 432 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:443:39 | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:447:50 | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:507:40 | 507 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:27 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:49 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:27 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:49 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:701:20 | 701 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1067:21 | 1067 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1074:21 | 1074 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1085:21 | 1085 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1092:21 | 1092 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1092 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1102:21 | 1102 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1118:21 | 1118 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1118 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1128:21 | 1128 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1128 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1191:36 | 1191 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1191 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1196:52 | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1205:15 | 1205 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1237:36 | 1237 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1248:52 | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1285:22 | 1285 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1285 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1293:32 | 1293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:288:48 | 288 | pub fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | pub fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:329:40 | 329 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=e67f079f9e049992 -C extra-filename=-e67f079f9e049992 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-0708cbe253960e98.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-41cd323e6863a76c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:450:32 | 450 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 450 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/adapter/read.rs:85:32 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:115:80 | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:222:32 | 222 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 222 | ) -> Result, WeightedError> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:515:80 | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:566:32 | 566 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 566 | ) -> Result, WeightedError> | +++ warning: `crc32fast` (lib) generated 2 warnings Compiling miniz_oxide v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="with-alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=8088c099e490bcce -C extra-filename=-8088c099e490bcce --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libadler-b4397653bbfe5dc6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:734:38 | 734 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 734 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1063:51 | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1077:52 | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1511:18 | 1511 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1609:18 | 1609 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1609 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1624:20 | 1624 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1624 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1774:60 | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1971:58 | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2168:32 | 2168 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2247:20 | 2247 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2247 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:967:30 | 967 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 967 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:968:19 | 968 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 968 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:1786:18 | 1786 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `rand_chacha` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/semver-7f377784e8f3987a/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a3538b5667532ec9 -C extra-filename=-a3538b5667532ec9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:625:41 | 625 | pub struct SliceChooseIter<'a, S: ?Sized + 'a, T: 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/index.rs:528:21 | 528 | let mut cache = HashSet::with_capacity(amount.as_usize()); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` Compiling twox-hash v1.6.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=twox_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash CARGO_PKG_AUTHORS='Jake Goulding ' CARGO_PKG_DESCRIPTION='A Rust implementation of the XXHash and XXH3 algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=twox-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/shepmaster/twox-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name twox_hash --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=f3188134dcecf33f -C extra-filename=-f3188134dcecf33f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-e67f079f9e049992.rmeta --extern static_assertions=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-6832d92ee3a2ce24.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused import: `crate::std_support::sixty_four::RandomXxHashBuilder64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/sixty_four.rs:286:9 | 286 | pub use crate::std_support::sixty_four::RandomXxHashBuilder64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `crate::std_support::thirty_two::RandomXxHashBuilder32` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/thirty_two.rs:271:9 | 271 | pub use crate::std_support::thirty_two::RandomXxHashBuilder32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: method `write_u32_le` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/twox-hash/src/xxh3.rs:349:8 | 348 | trait BufMut { | ------ method in this trait 349 | fn write_u32_le(&mut self, n: u32); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `rand` (lib) generated 34 warnings Compiling byteorder v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name byteorder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/byteorder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ea5ccafc344dd557 -C extra-filename=-ea5ccafc344dd557 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `semver` (lib) generated 37 warnings Compiling serde v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=658d106ca5b698af -C extra-filename=-658d106ca5b698af --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde-658d106ca5b698af -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling litemap v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name litemap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/litemap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=66f78bc5ac0e7f6e -C extra-filename=-66f78bc5ac0e7f6e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `twox-hash` (lib) generated 3 warnings Compiling writeable v0.5.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.5.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name writeable --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=3682f2338783cbad -C extra-filename=-3682f2338783cbad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: method `inner` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:470:8 | 466 | pub trait FilterAttrs<'a> { | ----------- method in this trait ... 470 | fn inner(self) -> Self::Ret; | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1110:28 | 1110 | pub struct AllowStruct(bool); | ----------- ^^^^ | | | field in this struct | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 1110 | pub struct AllowStruct(()); | ~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:116:37 | 116 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 116 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:133:37 | 133 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/impls.rs:155:37 | 155 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/writeable/src/lib.rs:264:37 | 264 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: `syn` (lib) generated 3570 warnings (315 duplicates) Compiling zerofrom-derive v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerofrom crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a77d209554188cb -C extra-filename=-0a77d209554188cb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-dce3ca3ff9ccfa73.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:534:23 | 534 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 534 - pub struct Pairs<'a, T: 'a, P: 'a> { 534 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:584:26 | 584 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 584 - pub struct PairsMut<'a, T: 'a, P: 'a> { 584 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:721:22 | 721 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:734:25 | 734 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 734 - struct PrivateIter<'a, T: 'a, P: 'a> { 734 + struct PrivateIter<'a, T, P> { | Compiling yoke-derive v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the yoke crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44c1c5c8fb5f1084 -C extra-filename=-44c1c5c8fb5f1084 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-dce3ca3ff9ccfa73.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:840:25 | 840 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:849:28 | 849 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 849 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 849 + struct PrivateIterMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/print.rs:4:33 | 4 | pub struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound Compiling zerovec-derive v0.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerovec crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afbb8726f9cc07ec -C extra-filename=-afbb8726f9cc07ec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `writeable` (lib) generated 4 warnings Compiling displaydoc v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=displaydoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc CARGO_PKG_AUTHORS='Jane Lusby ' CARGO_PKG_DESCRIPTION='A derive macro for implementing the display Trait via a doc comment and string interpolation ' CARGO_PKG_HOMEPAGE='https://github.com/yaahc/displaydoc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=displaydoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yaahc/displaydoc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name displaydoc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a04243a6234f899 -C extra-filename=-4a04243a6234f899 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/displaydoc/src/lib.rs:108:5 | 108 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:297:21 | 297 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 297 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:298:26 | 298 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 298 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:343:21 | 343 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 343 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/make_varule.rs:344:26 | 344 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/ule.rs:83:15 | 83 | fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/ule.rs:96:41 | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo]) -> Vec { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo<'_>]) -> Vec { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec-derive/src/utils.rs:30:21 | 30 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: `miniz_oxide` (lib) generated 20 warnings Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=42e3f1dad81d3f39 -C extra-filename=-42e3f1dad81d3f39 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `displaydoc` (lib) generated 1 warning Compiling rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_index_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index_macros --edition=2021 compiler/rustc_index_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=707071f0e9525c7a -C extra-filename=-707071f0e9525c7a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-dce3ca3ff9ccfa73.rlib --extern proc_macro -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-2aa4520ea827040a/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_macros --edition=2021 compiler/rustc_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55a2a46f84d110a0 -C extra-filename=-55a2a46f84d110a0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern synstructure=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-dce3ca3ff9ccfa73.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `zerovec-derive` (lib) generated 7 warnings Compiling thiserror-impl v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8bd8660cbcc79b8 -C extra-filename=-c8bd8660cbcc79b8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ warning: `syn` (lib) generated 1477 warnings (315 duplicates) Compiling derive_more v0.99.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derive_more CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more CARGO_PKG_AUTHORS='Jelte Fennema ' CARGO_PKG_DESCRIPTION='Adds #[derive(x)] macros for more traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_more CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JelteF/derive_more' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.99.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derive_more --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=46550de2433af16e -C extra-filename=-46550de2433af16e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-a08539dbbc94351f.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="max_level_info"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5e71a027ded86a05 -C extra-filename=-5e71a027ded86a05 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-d958ecd401e50d7a.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtracing_attributes-42e3f1dad81d3f39.so --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde-8553ac50397e3f7e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde-658d106ca5b698af/build-script-build` [serde 1.0.197] cargo:rerun-if-changed=build.rs warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/lib.rs:188:1 | 188 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:94:13 | 94 | state: &State, | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 94 | state: &State<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:106:13 | 106 | state: &State, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 106 | state: &State<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/error.rs:304:21 | 304 | parsed_fields: &ParsedFields, | ^^^^^^^^^^^^ expected lifetime parameters | help: indicate the anonymous lifetimes | 304 | parsed_fields: &ParsedFields<'_, '_>, | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/from.rs:33:49 | 33 | pub fn struct_from(input: &DeriveInput, state: &State) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn struct_from(input: &DeriveInput, state: &State<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/from.rs:107:42 | 107 | fn enum_from(input: &DeriveInput, state: State) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 107 | fn enum_from(input: &DeriveInput, state: State<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:26:31 | 26 | fmt: &mut ::std::fmt::Formatter, | ------------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fmt: &mut ::std::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:54:17 | 54 | state: &mut ParseState, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | state: &mut ParseState<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:69:17 | 69 | state: &mut ParseState, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | state: &mut ParseState<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_more/src/parsing.rs:86:38 | 86 | fn any_char(input: &str, state: &mut ParseState, pos: usize) -> RuleResult<()> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn any_char(input: &str, state: &mut ParseState<'_>, pos: usize) -> RuleResult<()> { | ++++ Compiling icu_provider_macros v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Proc macros for ICU data providers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0f30a1ed9a547d1 -C extra-filename=-e0f30a1ed9a547d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_macros/src/lib.rs:25:1 | 25 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `tracing` (lib) generated 2 warnings Compiling serde_derive v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=51d0767bb2ae0e21 -C extra-filename=-51d0767bb2ae0e21 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `icu_provider_macros` (lib) generated 1 warning Compiling wasmparser v0.118.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser CARGO_PKG_AUTHORS='Yury Delendik ' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.118.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=118 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name wasmparser --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12e6d3109a4d7a1d -C extra-filename=-12e6d3109a4d7a1d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsemver-a3538b5667532ec9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:48:32 | 48 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:123:32 | 123 | pub fn new(data: &[u8]) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | pub fn new(data: &[u8]) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:133:68 | 133 | pub fn new_with_offset(data: &[u8], original_offset: usize) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | pub fn new_with_offset(data: &[u8], original_offset: usize) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/binary_reader.rs:1573:30 | 1573 | pub fn targets(&self) -> BrTableTargets { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1573 | pub fn targets(&self) -> BrTableTargets<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/parser.rs:884:76 | 884 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/code.rs:50:33 | 50 | fn skip_locals(reader: &mut BinaryReader) -> Result<()> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn skip_locals(reader: &mut BinaryReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/init.rs:27:47 | 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/readers/core/types.rs:1411:18 | 1411 | reader: &mut BinaryReader, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1411 | reader: &mut BinaryReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:258:20 | 258 | ty: crate::CoreType, | -------^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 258 | ty: crate::CoreType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:316:26 | 316 | instance: crate::Instance, | -------^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 316 | instance: crate::Instance<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:336:20 | 336 | ty: crate::ComponentType, | -------^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 336 | ty: crate::ComponentType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:429:24 | 429 | import: crate::ComponentImport, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 429 | import: crate::ComponentImport<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1104:26 | 1104 | instance: crate::ComponentInstance, | -------^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1104 | instance: crate::ComponentInstance<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1132:23 | 1132 | alias: crate::ComponentAlias, | -------^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1132 | alias: crate::ComponentAlias<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1430:25 | 1430 | export: &crate::ComponentExport, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | export: &crate::ComponentExport<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1476:27 | 1476 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1476 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1543:27 | 1543 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1543 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1580:27 | 1580 | decls: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1580 | decls: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1640:20 | 1640 | ty: crate::ComponentFuncType, | -------^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1640 | ty: crate::ComponentFuncType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1709:33 | 1709 | module_args: Vec, | -------^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1709 | module_args: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1786:36 | 1786 | component_args: Vec, | -------^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1786 | component_args: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2054:29 | 2054 | exports: Vec, | -------^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | exports: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2173:29 | 2173 | exports: Vec, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2173 | exports: Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2493:20 | 2493 | ty: crate::ComponentDefinedType, | -------^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | ty: crate::ComponentDefinedType<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:2575:25 | 2575 | cases: &[crate::VariantCase], | -------^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2575 | cases: &[crate::VariantCase<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:129:21 | 129 | mut global: Global, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | mut global: Global<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:174:15 | 174 | data: Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 174 | data: Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:193:16 | 193 | mut e: Element, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | mut e: Element<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:661:28 | 661 | mut import: crate::Import, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | mut import: crate::Import<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:1045:25 | 1045 | export: &crate::Export, | -------^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | export: &crate::Export<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/operators.rs:1273:41 | 1273 | fn visit_br_table(&mut self, table: BrTable) -> Self::Output { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1273 | fn visit_br_table(&mut self, table: BrTable<'_>) -> Self::Output { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:998:40 | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef<'_>, b: &Self, bt: TypesRef) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:998:64 | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 998 | pub fn is_subtype_of(a: &Self, at: TypesRef, b: &Self, bt: TypesRef<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1841:52 | 1841 | pub fn entity_type_from_import(&self, import: &Import) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | pub fn entity_type_from_import(&self, import: &Import<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1855:52 | 1855 | pub fn entity_type_from_export(&self, export: &Export) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1855 | pub fn entity_type_from_export(&self, export: &Export<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:1932:29 | 1932 | pub fn as_ref(&self) -> TypesRef { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1932 | pub fn as_ref(&self) -> TypesRef<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2199:52 | 2199 | pub fn entity_type_from_import(&self, import: &Import) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2199 | pub fn entity_type_from_import(&self, import: &Import<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2204:52 | 2204 | pub fn entity_type_from_export(&self, export: &Export) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2204 | pub fn entity_type_from_export(&self, export: &Export<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:475:53 | 475 | pub fn types(&self, mut level: usize) -> Option { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 475 | pub fn types(&self, mut level: usize) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:950:23 | 950 | body: &crate::FunctionBody, | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 950 | body: &crate::FunctionBody<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1008:57 | 1008 | pub fn instance_section(&mut self, section: &crate::InstanceSectionReader) -> Result<()> { | -------^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | pub fn instance_section(&mut self, section: &crate::InstanceSectionReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1082:26 | 1082 | section: &crate::ComponentInstanceSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1082 | section: &crate::ComponentInstanceSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1130:26 | 1130 | section: &crate::ComponentTypeSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1130 | section: &crate::ComponentTypeSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1154:26 | 1154 | section: &crate::ComponentCanonicalSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1154 | section: &crate::ComponentCanonicalSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1228:26 | 1228 | section: &crate::ComponentImportSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | section: &crate::ComponentImportSectionReader<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator.rs:1248:26 | 1248 | section: &crate::ComponentExportSectionReader, | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | section: &crate::ComponentExportSectionReader<'_>, | ++++ warning: `thiserror-impl` (lib) generated 25 warnings Compiling flate2 v1.0.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=95e16d217a380350 -C extra-filename=-95e16d217a380350 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-694399e2d892e587.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-8088c099e490bcce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:526:32 | 526 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:554:32 | 554 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling zerofrom v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=6a12f6bb63c7af95 -C extra-filename=-6a12f6bb63c7af95 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom_derive-0a77d209554188cb.so --cap-lints warn -Z binary-dep-depinfo` Compiling yoke v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=bfca433e964b4989 -C extra-filename=-bfca433e964b4989 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libstable_deref_trait-eaa32c67d57f5112.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke_derive-44c1c5c8fb5f1084.so --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom-6a12f6bb63c7af95.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/zero_from.rs:54:35 | 54 | YokeTraitHack::<::Output>::zero_from(c).0 | ------^^^^^^^^--------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 54 | YokeTraitHack::<>::Output>::zero_from(c).0 | ++++ warning: `flate2` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerofrom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="derive"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=98e91d5a13b4cd62 -C extra-filename=-98e91d5a13b4cd62 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom_derive-0a77d209554188cb.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `yoke` (lib) generated 1 warning Compiling zerovec v0.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="yoke"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=8995a0ffed113318 -C extra-filename=-8995a0ffed113318 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke-bfca433e964b4989.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom-6a12f6bb63c7af95.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec_derive-afbb8726f9cc07ec.so --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yoke/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=6cc862f99046705f -C extra-filename=-6cc862f99046705f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-26eef0c7d5201c9f.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke_derive-44c1c5c8fb5f1084.so --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-98e91d5a13b4cd62.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_index CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index --edition=2021 compiler/rustc_index/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_macros", "rustc_serialize"))' -C metadata=6765cf40172e1f7c -C extra-filename=-6765cf40172e1f7c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-414013bc4b064a76.rmeta --extern rustc_index_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_index_macros-707071f0e9525c7a.so --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/owned.rs:228:32 | 228 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/slice.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/flexzerovec/slice.rs:175:43 | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/varzerovec/slice.rs:494:36 | 494 | let _: VarZeroVecComponents = VarZeroVecComponents::parse_byte_slice(bytes)?; | --------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 494 | let _: VarZeroVecComponents<'_, T, F> = VarZeroVecComponents::parse_byte_slice(bytes)?; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/zerovec/slice.rs:529:32 | 529 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/zerovec/mod.rs:203:32 | 203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `yoke` (lib) generated 1 warning (1 duplicate) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerovec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="yoke"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=8a099c605be9f400 -C extra-filename=-8a099c605be9f400 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-6cc862f99046705f.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-98e91d5a13b4cd62.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec_derive-afbb8726f9cc07ec.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `derive_more` (lib) generated 10 warnings Compiling rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_data_structures) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_data_structures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_data_structures CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_data_structures CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_data_structures --edition=2021 compiler/rustc_data_structures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon", "rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=179ff0996ad82de2 -C extra-filename=-179ff0996ad82de2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-414013bc4b064a76.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern elsa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libelsa-f1246ced639ce33b.rmeta --extern ena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libena-1861bde9c46dc67f.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --extern jobserver_crate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-fd8640d03f30dc77.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-f67a65ee7b2e6013.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-ecd1087b65b91bf7.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-606a1e65acc3e2c1.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern stacker=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstacker-4816805a422a30f9.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-2b66faf215f5a0c1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling ruzstd v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ruzstd CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd CARGO_PKG_AUTHORS='Moritz Borcherding ' CARGO_PKG_DESCRIPTION='A decoder for the zstd compression format' CARGO_PKG_HOMEPAGE='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ruzstd CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ruzstd --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ruzstd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ca89106131e788c -C extra-filename=-3ca89106131e788c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern byteorder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-ea5ccafc344dd557.rmeta --extern derive_more=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_more-46550de2433af16e.so --extern twox_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-f3188134dcecf33f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: use of deprecated method `indexmap::IndexSet::::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior. --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3059:17 | 3059 | set.remove(id); | ^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `indexmap::IndexSet::::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior. --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3076:17 | 3076 | set.remove(id); | ^^^^^^ warning: `zerovec` (lib) generated 6 warnings Compiling tinystr v0.7.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=bf88f27b94146c8a -C extra-filename=-bf88f27b94146c8a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec-8995a0ffed113318.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/ascii.rs:606:32 | 606 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 606 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/ascii.rs:612:32 | 612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tinystr` (lib) generated 2 warnings Compiling unic-langid-impl v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=bf4672d7991da055 -C extra-filename=-bf4672d7991da055 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtinystr-bf88f27b94146c8a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/errors.rs:23:32 | 23 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/parser/errors.rs:13:32 | 13 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/language.rs:95:37 | 95 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/region.rs:65:37 | 65 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/script.rs:53:37 | 53 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 53 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/subtags/variant.rs:63:37 | 63 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs:459:37 | 459 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 459 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: `unic-langid-impl` (lib) generated 7 warnings Compiling unic-langid-macros-impl v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5313eb28d22acfa3 -C extra-filename=-5313eb28d22acfa3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-5621f34b3642b084.so --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-bf4672d7991da055.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros-impl/src/lib.rs:1:1 | 1 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `zerovec` (lib) generated 6 warnings (6 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinystr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ab0f5475156d2f3d -C extra-filename=-ab0f5475156d2f3d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `tinystr` (lib) generated 2 warnings (2 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=954f3c09490710ef -C extra-filename=-954f3c09490710ef --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `unic-langid-macros-impl` (lib) generated 1 warning Compiling rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_span) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_span CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_span CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_span CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_span --edition=2021 compiler/rustc_span/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e534dacaeadc1c84 -C extra-filename=-e534dacaeadc1c84 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-50410167bde428b5.rmeta --extern md5=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmd5-7eedf0a7483cb046.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-330cf8a73f398b9e.rmeta --extern sha1=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha1-a06456417b30f231.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha2-d2d38b516e830527.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:155:21 | 155 | exported_types: HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:158:21 | 158 | imported_types: HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:188:24 | 188 | resource_name_map: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:670:15 | 670 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:695:15 | 695 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:720:15 | 720 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:767:15 | 767 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/component.rs:1647:13 | 1647 | HashSet::with_capacity(std::cmp::max(ty.params.len(), ty.results.type_count())); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/core.rs:507:30 | 507 | pub function_references: HashSet, | ^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2386:21 | 2386 | alias_mappings: HashMap, | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2411:34 | 2411 | canonical_rec_groups: Option>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2429:21 | 2429 | alias_mappings: HashMap, | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:2819:29 | 2819 | alias_mappings: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3131:15 | 3131 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3174:15 | 3174 | set: &HashSet, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3450:27 | 3450 | pub(crate) resources: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:3455:12 | 3455 | types: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:4020:28 | 4020 | let mut type_map = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasmparser/src/validator/types.rs:4315:24 | 4315 | type_map: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `serde_derive` (lib) generated 130 warnings Compiling unic-langid-macros v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd342f666bf1e8d8 -C extra-filename=-bd342f666bf1e8d8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-5621f34b3642b084.so --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-954f3c09490710ef.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-5313eb28d22acfa3.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `unic-langid-impl` (lib) generated 7 warnings (7 duplicates) Compiling icu_locid v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for managing Unicode Language and Locale Identifiers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="zerovec"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=343cc507e8742af7 -C extra-filename=-343cc507e8742af7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern litemap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-66f78bc5ac0e7f6e.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-3682f2338783cbad.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling unicode-properties v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="emoji"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=5a0291d8641fe07c -C extra-filename=-5a0291d8641fe07c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling unicode-xid v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=ebab82160e0902d9 -C extra-filename=-ebab82160e0902d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/langid.rs:413:38 | 413 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 413 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/langid.rs:426:1 | 426 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string(... | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/locale.rs:386:38 | 386 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 386 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/locale.rs:391:1 | 391 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/parser/langid.rs:29:16 | 29 | iter: &mut SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | iter: &mut SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/parser/langid.rs:112:15 | 112 | mut iter: SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | mut iter: SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/mod.rs:84:53 | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/other/mod.rs:177:52 | 177 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/private/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/value.rs:116:1 | 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/transform/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/attributes.rs:112:1 | 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); | ---------------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/value.rs:152:1 | 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); | ---------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/unicode/mod.rs:137:44 | 137 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/extensions/mod.rs:207:44 | 207 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:448:60 | 289 | / macro_rules! impl_tinystr_subtag { 290 | | ( 291 | | $(#[$doc:meta])* 292 | | $name:ident, ... | 448 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 602 | | }; 603 | | } | |_- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 448 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/helpers.rs:638:64 | 605 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 606 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 607 | | impl writeable::Writeable for $type { 608 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 638 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 653 | | }; 654 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 655 | 656 | / macro_rules! impl_writeable_for_subtag_list { 657 | | ($type:tt, $sample1:literal, $sample2:literal) => { 658 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) 659 | | ... | 675 | | }; 676 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid/src/subtags/variants.rs:120:1 | 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); | ----------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 638 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ Compiling rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lexer) Compiling unic-langid v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lexer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lexer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust lexer used by rustc. No stability guarantees are provided. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lexer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lexer --edition=2021 compiler/rustc_lexer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29ab81553a39fb41 -C extra-filename=-29ab81553a39fb41 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-5a0291d8641fe07c.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-ebab82160e0902d9.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=ac2b6f52312c4589 -C extra-filename=-ac2b6f52312c4589 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-954f3c09490710ef.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-bd342f666bf1e8d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde-8553ac50397e3f7e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=91c5597a841915cb -C extra-filename=-91c5597a841915cb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libserde_derive-51d0767bb2ae0e21.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling icu_provider v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Trait and struct definitions for the ICU data provider' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=5273aa321b4937be -C extra-filename=-5273aa321b4937be --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta --extern icu_provider_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libicu_provider_macros-e0f30a1ed9a547d1.so --extern stable_deref_trait=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-26eef0c7d5201c9f.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-3682f2338783cbad.rmeta --extern yoke=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-6cc862f99046705f.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-98e91d5a13b4cd62.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:25:44 | 25 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 25 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:37:25 | 37 | fn load(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn load(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/data_provider.rs:45:44 | 45 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/error.rs:163:46 | 163 | pub fn with_req(self, key: DataKey, req: DataRequest) -> DataError { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 163 | pub fn with_req(self, key: DataKey, req: DataRequest<'_>) -> DataError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/error.rs:217:50 | 217 | pub fn with_req(mut self, key: DataKey, req: DataRequest) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn with_req(mut self, key: DataKey, req: DataRequest<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/key.rs:533:32 | 533 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/key.rs:550:37 | 550 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 550 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:141:32 | 141 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 141 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/request.rs:173:52 | 173 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/response.rs:102:42 | 102 | F: FnOnce(&[u8]) -> Result<::Output, E>, | ------^^^^^^^^--------- expected lifetime parameter | help: indicate the anonymous lifetime | 102 | F: FnOnce(&[u8]) -> Result<>::Output, E>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:350:43 | 350 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:354:43 | 354 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:360:43 | 360 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:366:43 | 366 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:373:43 | 373 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:386:66 | 386 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap; | --------------------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 386 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:394:66 | 394 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap

{ | --------------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 394 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:404:43 | 404 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 404 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:417:55 | 417 | fn as_downcasting(&self) -> DowncastingAnyProvider; | ----------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 417 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:425:55 | 425 | fn as_downcasting(&self) -> DowncastingAnyProvider

{ | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 425 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:439:25 | 439 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 439 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/any.rs:456:44 | 456 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:92:14 | 92 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:100:14 | 100 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:110:14 | 110 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 110 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:120:14 | 120 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 120 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/buf.rs:131:14 | 131 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:142:25 | 142 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/dynutil.rs:232:30 | 168 | / macro_rules! impl_dynamic_data_provider { 169 | | // allow passing in multiple things to do and get dispatched 170 | | ($provider:ty, $arms:tt, $one:path, $($rest:path),+) => { 171 | | $crate::impl_dynamic_data_provider!( ... | 232 | | req: $crate::DataRequest, | | --------^^^^^^^^^^^ | | | | | expected lifetime parameter ... | 255 | | }; 256 | | } | |_- in this expansion of `icu_provider::impl_dynamic_data_provider!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:166:1 | 166 | icu_provider::impl_dynamic_data_provider!(HelloWorldProvider, [HelloWorldV1Marker,], AnyMarker); | ----------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 232 | req: $crate::DataRequest<'_>, | ++++ warning: unexpected `cfg` condition value: `compiled_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/constructors.rs:275:15 | 145 | / macro_rules! gen_any_buffer_data_constructors { 146 | | (locale: skip, options: skip, error: $error_ty:path, $(#[$doc:meta])+) => { 147 | | $crate::gen_any_buffer_data_constructors!( 148 | | locale: skip, ... | 275 | | #[cfg(feature = "compiled_data")] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 372 | | }; 373 | | } | |__- in this expansion of `icu_provider::gen_any_buffer_data_constructors!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:270:5 | 270 | / icu_provider::gen_any_buffer_data_constructors!(locale: include, options: skip, error: DataError, 271 | | #[cfg(skip)] 272 | | functions: [ 273 | | try_new, ... | 277 | | Self, 278 | | ]); | |______- in this macro invocation | = note: expected values for `feature` are: `datagen`, `deserialize_bincode_1`, `deserialize_json`, `deserialize_postcard_1`, `experimental`, `log_error_context`, `logging`, `macros`, `serde`, `std`, `sync` = help: consider adding `compiled_data` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider/src/hello_world.rs:313:37 | 313 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn write_to_string(&self) -> Cow<'_, str> { | +++ Compiling rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_ir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_ir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_ir --edition=2021 compiler/rustc_ast_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' --cfg 'feature="rustc_span"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_data_structures", "rustc_macros", "rustc_serialize", "rustc_span"))' -C metadata=b266cb247bf57835 -C extra-filename=-b266cb247bf57835 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling object v0.32.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.32.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compression"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="wasm"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=8b2e9668839b67a4 -C extra-filename=-8b2e9668839b67a4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-694399e2d892e587.rmeta --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libflate2-95e16d217a380350.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-24c31ad796effa48.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --extern ruzstd=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-3ca89106131e788c.rmeta --extern wasmparser=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-12e6d3109a4d7a1d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `icu_provider` (lib) generated 32 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7ee561564c9ca3a -C extra-filename=-d7ee561564c9ca3a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-5621f34b3642b084.so --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtinystr-bf88f27b94146c8a.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-bf4672d7991da055.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-5313eb28d22acfa3.so --cap-lints warn -Z binary-dep-depinfo` Compiling serde_json v1.0.114 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5e4f7c35a5018299 -C extra-filename=-5e4f7c35a5018299 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde_json-5e4f7c35a5018299 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling icu_locid_transform_data v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_locid_transform crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid_transform_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform_data --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7e54dcf140389cb -C extra-filename=-b7e54dcf140389cb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs:9:7 | 9 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform_data/src/lib.rs:11:11 | 11 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `icu_locid_transform_data` (lib) generated 2 warnings Compiling icu_locid_transform v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for Unicode Language and Locale Identifiers canonicalization' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_locid_transform CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=be8ee92103897574 -C extra-filename=-be8ee92103897574 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta --extern icu_locid_transform_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-b7e54dcf140389cb.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-5273aa321b4937be.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/canonicalizer.rs:287:15 | 287 | #[cfg(skip)] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/expander.rs:255:15 | 255 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/expander.rs:338:30 | 338 | fn as_borrowed(&self) -> LocaleExpanderBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 338 | fn as_borrowed(&self) -> LocaleExpanderBorrowed<'_> { | ++++ warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:160:15 | 160 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(skip)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:210:63 | 210 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:218:49 | 218 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/fallback/mod.rs:223:34 | 223 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_locid_transform/src/provider/mod.rs:111:12 | 111 | pub struct StrStrPair<'a>( | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | pub struct StrStrPair<'_><'a>( | ++++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1038:49 | 1038 | impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1047:35 | 1047 | SeqDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1440:52 | 1440 | impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1450:35 | 1450 | MapDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:896:58 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 896 | | impl<'de, T $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:906:41 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 906 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:914:34 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 914 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1022:5 | 1022 | HashSet::with_capacity_and_hasher(size_hint::cautious::(seq.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1024:5 | 1024 | HashSet::insert | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:80 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^^^^^^^^^^^^^^^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1021:5 | 1021 | HashSet::clear, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1023:5 | 1023 | HashSet::reserve, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1395:61 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1395 | | impl<'de, K, V $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1406:41 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1406 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1415:34 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1415 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1456:5 | 1456 | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:192:46 | 186 | / macro_rules! seq_impl { 187 | | ( 188 | | $(#[$attr:meta])* 189 | | $ty:ident ... | 192 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 204 | | } 205 | | } | |_- in this expansion of `seq_impl!` ... 242 | / seq_impl! { 243 | | #[cfg(feature = "std")] 244 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 245 | | HashSet 246 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:434:49 | 428 | / macro_rules! map_impl { 429 | | ( 430 | | $(#[$attr:meta])* 431 | | $ty:ident ... | 434 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 447 | | } 448 | | } | |_- in this expansion of `map_impl!` ... 480 | / map_impl! { 481 | | #[cfg(feature = "std")] 482 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 483 | | HashMap 484 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: `icu_locid` (lib) generated 25 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde_json-6d4f68ebb1a8d8e7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde_json-5e4f7c35a5018299/build-script-build` [serde_json 1.0.114] cargo:rerun-if-changed=build.rs [serde_json 1.0.114] cargo:rustc-cfg=limb_width_64 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unic-langid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=9c96c271d41148ee -C extra-filename=-9c96c271d41148ee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-bf4672d7991da055.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros-d7ee561564c9ca3a.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/thiserror-b6689616cc76431d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-e55816d28266ad7f/build-script-build` [thiserror 1.0.57] cargo:rerun-if-changed=build/probe.rs Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=7918352de1c441ad -C extra-filename=-7918352de1c441ad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-41cd323e6863a76c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/common.rs:243:44 | 243 | pub fn iter(&self) -> core::slice::Iter { | -----------------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 243 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/common.rs:249:38 | 249 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 249 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `serde` (lib) generated 323 warnings (14 duplicates) Compiling ryu v1.0.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.17 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=936678f1a17b3bbb -C extra-filename=-936678f1a17b3bbb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde_json-6d4f68ebb1a8d8e7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=1824f47785882fe2 -C extra-filename=-1824f47785882fe2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-50410167bde428b5.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libryu-936678f1a17b3bbb.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg limb_width_64` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: `rand_xoshiro` (lib) generated 2 warnings Compiling rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_abi) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_abi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_abi CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_abi CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_abi --edition=2021 compiler/rustc_abi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rand"' --cfg 'feature="rand_xoshiro"' --cfg 'feature="randomize"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "rand_xoshiro", "randomize", "rustc_data_structures", "rustc_macros", "rustc_serialize"))' -C metadata=311078049ee4266e -C extra-filename=-311078049ee4266e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-e67f079f9e049992.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-7918352de1c441ad.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: `icu_locid_transform` (lib) generated 8 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/thiserror-b6689616cc76431d/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=421f79de2f130a26 -C extra-filename=-421f79de2f130a26 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-c8bd8660cbcc79b8.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `thiserror` (lib) generated 5 warnings Compiling rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast --edition=2021 compiler/rustc_ast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a25c0a3f06891b3f -C extra-filename=-a25c0a3f06891b3f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:28:11 | 28 | bufs: HashMap<(u64, u64), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:29:14 | 29 | strings: HashMap<(u64, u8), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:38:23 | 38 | bufs: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/read/read_cache.rs:39:26 | 39 | strings: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:68:24 | 68 | standard_sections: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:70:17 | 70 | symbol_map: HashMap, SymbolId>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:71:19 | 71 | stub_symbols: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:95:32 | 95 | standard_sections: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:97:25 | 97 | symbol_map: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/object-0.32.2/src/write/mod.rs:98:27 | 98 | stub_symbols: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_feature) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_feature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_feature CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_feature CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_feature --edition=2021 compiler/rustc_feature/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd12b54710f051f2 -C extra-filename=-cd12b54710f051f2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-8f7b8b193e51ee61/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-e55816d28266ad7f/build-script-build` [thiserror 1.0.57] cargo:rerun-if-changed=build/probe.rs Compiling regex-automata v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fst", "log", "logging", "regex-syntax", "std", "syntax", "transducer"))' -C metadata=7befee19612e73fd -C extra-filename=-7befee19612e73fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling type-map v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a4138c2dbc8f33f -C extra-filename=-3a4138c2dbc8f33f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs:145:49 | 145 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 145 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs:307:67 | 307 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: `type-map` (lib) generated 2 warnings Compiling icu_list_data v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_list_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_list crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_list_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list_data --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=519252dfe0bb3f2d -C extra-filename=-519252dfe0bb3f2d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs:9:7 | 9 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list_data/src/lib.rs:11:11 | 11 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `icu_list_data` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f7d0d8d764f9365d -C extra-filename=-f7d0d8d764f9365d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38a65ea89b07670d -C extra-filename=-38a65ea89b07670d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `serde_json` (lib) generated 34 warnings Compiling ident_case v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ident_case --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=695f57e5ad98d921 -C extra-filename=-695f57e5ad98d921 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling self_cell v1.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=ec1353646cbe59b1 -C extra-filename=-ec1353646cbe59b1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs:25:17 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused import: `std::ascii::AsciiExt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ident_case/src/lib.rs:25:5 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `ident_case` (lib) generated 2 warnings Compiling rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fs_util) Compiling strsim v0.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_fs_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fs_util CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fs_util CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fs_util --edition=2021 compiler/rustc_fs_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7e8acf1660696fe -C extra-filename=-f7e8acf1660696fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bb20c1233747222 -C extra-filename=-1bb20c1233747222 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim-0.10.0/src/lib.rs:19:29 | 19 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 19 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ Compiling rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_target) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_target CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_target CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_target CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_target --edition=2021 compiler/rustc_target/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6db4cb9724bcec55 -C extra-filename=-6db4cb9724bcec55 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-311078049ee4266e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `strsim` (lib) generated 1 warning Compiling darling_core v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=50f0cacd986b9bd8 -C extra-filename=-50f0cacd986b9bd8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fnv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfnv-38a65ea89b07670d.rmeta --extern ident_case=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libident_case-695f57e5ad98d921.rmeta --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rmeta --extern strsim=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libstrsim-1bb20c1233747222.rmeta --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/data.rs:247:38 | 247 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 247 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/data.rs:431:33 | 431 | fn parse(input: syn::parse::ParseStream) -> syn::Result { | ------------^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 431 | fn parse(input: syn::parse::ParseStream<'_>) -> syn::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attr_extractor.rs:16:33 | 16 | fn forward_attrs(&self) -> &ForwardAttrs; | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | fn forward_attrs(&self) -> &ForwardAttrs<'_>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:24:44 | 24 | pub fn as_declaration(&self) -> Option { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | pub fn as_declaration(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:29:36 | 29 | pub fn as_match_arms(&self) -> MatchArms { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | pub fn as_match_arms(&self) -> MatchArms<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:35:48 | 35 | pub fn as_value_populator(&self) -> Option { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | pub fn as_value_populator(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/attrs_field.rs:40:44 | 40 | pub fn as_initializer(&self) -> Option { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | pub fn as_initializer(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:89:21 | 89 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:149:21 | 149 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/field.rs:214:21 | 214 | let field: &Field = self.0; | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 214 | let field: &Field<'_> = self.0; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_attributes_impl.rs:82:40 | 82 | fn forward_attrs(&self) -> &super::ForwardAttrs { | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn forward_attrs(&self) -> &super::ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_derive_impl.rs:119:33 | 119 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_field.rs:85:40 | 85 | fn forward_attrs(&self) -> &super::ForwardAttrs { | -------^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn forward_attrs(&self) -> &super::ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_type_param.rs:82:33 | 82 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/from_variant_impl.rs:109:33 | 109 | fn forward_attrs(&self) -> &ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn forward_attrs(&self) -> &ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:41:17 | 41 | F: Fn(&&Field) -> bool, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | F: Fn(&&Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:42:17 | 42 | V: Fn(&&Variant) -> bool, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | V: Fn(&&Variant<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:70:20 | 70 | F: Fn(&&'b Field) -> bool, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 70 | F: Fn(&&'b Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/codegen/trait_impl.rs:86:35 | 86 | pub fn check_errors(&self) -> ErrorCheck { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub fn check_errors(&self) -> ErrorCheck<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/kind.rs:67:32 | 67 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 67 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/kind.rs:194:32 | 194 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/error/mod.rs:637:32 | 637 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 637 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/options/outer_from.rs:46:39 | 46 | pub fn as_forward_attrs(&self) -> ForwardAttrs { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn as_forward_attrs(&self) -> ForwardAttrs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/ident_string.rs:121:32 | 121 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/ident_string.rs:127:32 | 127 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/over_ride.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/util/parse_attribute.rs:38:32 | 38 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling icu_list v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_list CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='ECMA-402 ListFormatter' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_list CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_list/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "serde_human", "std"))' -C metadata=8057ba9f874e7043 -C extra-filename=-8057ba9f874e7043 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so --extern icu_list_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-519252dfe0bb3f2d.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-be8ee92103897574.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-5273aa321b4937be.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-7befee19612e73fd.rmeta --extern writeable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-3682f2338783cbad.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_core/src/ast/generics.rs:161:28 | 161 | pub struct TypeParams<'a, P: 'a>(Iter<'a, P>); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Compiling self_cell v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=85cc60b154dc8a03 -C extra-filename=-85cc60b154dc8a03 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-ec1353646cbe59b1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/type-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=250330fd4603409d -C extra-filename=-250330fd4603409d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_hash-f7d0d8d764f9365d.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `type-map` (lib) generated 2 warnings (2 duplicates) Compiling intl-memoizer v0.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a3295214e04dba -C extra-filename=-c3a3295214e04dba --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-3a4138c2dbc8f33f.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:43:22 | 43 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:44:29 | 44 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs:59:10 | 59 | map: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/concurrent.rs:27:22 | 27 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/concurrent.rs:28:29 | 28 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `intl-memoizer` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-8f7b8b193e51ee61/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf6e609262b1e674 -C extra-filename=-bf6e609262b1e674 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-c8bd8660cbcc79b8.so --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `thiserror` (lib) generated 5 warnings (4 duplicates) Compiling fluent-syntax v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=97f3cd469386c60a -C extra-filename=-97f3cd469386c60a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-421f79de2f130a26.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lifetime parameter `'s` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/ast/helper.rs:16:6 | 16 | impl<'s, S> From> for Comment { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/unicode.rs:121:54 | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { | +++ warning: `fluent-syntax` (lib) generated 2 warnings Compiling icu_provider_adapters v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=icu_provider_adapters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Adapters for composing and manipulating data providers.' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=icu_provider_adapters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_adapters --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("databake", "datagen", "serde", "std"))' -C metadata=a6a3a22e4d9d6997 -C extra-filename=-a6a3a22e4d9d6997 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-be8ee92103897574.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-5273aa321b4937be.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `darling_core` (lib) generated 28 warnings Compiling fluent-langneg v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=b6542dd81485325d -C extra-filename=-b6542dd81485325d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/any_payload.rs:105:41 | 105 | fn load_any(&self, key: DataKey, _: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 105 | fn load_any(&self, key: DataKey, _: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/any_payload.rs:121:25 | 121 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:27:43 | 27 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:41:14 | 41 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:55:44 | 55 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/either.rs:68:25 | 68 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:58:48 | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:67:19 | 67 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:77:49 | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/empty.rs:86:30 | 86 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:199:19 | 199 | F1: FnMut(DataRequest) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | F1: FnMut(DataRequest<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:194:23 | 194 | mut base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | mut base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:242:48 | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:259:19 | 259 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:275:49 | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fallback/mod.rs:290:30 | 290 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/impls.rs:12:45 | 12 | RequestFilterDataProvider bool + Sync + 'a>>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | RequestFilterDataProvider) -> bool + Sync + 'a>>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/impls.rs:16:11 | 16 | F: Fn(DataRequest) -> bool + Sync, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | F: Fn(DataRequest<'_>) -> bool + Sync, | ++++ warning: unused import: `impls::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:39:9 | 39 | pub use impls::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:57:11 | 57 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:72:11 | 72 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:76:44 | 76 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:89:11 | 89 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:93:25 | 93 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:106:11 | 106 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 106 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:112:14 | 112 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:126:11 | 126 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:129:43 | 129 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:223:45 | 223 | ) -> RequestFilterDataProvider bool>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | ) -> RequestFilterDataProvider) -> bool>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:233:45 | 233 | ) -> RequestFilterDataProvider bool> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 233 | ) -> RequestFilterDataProvider) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/filter/mod.rs:234:20 | 234 | fn noop(_: DataRequest) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 234 | fn noop(_: DataRequest<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:55:14 | 55 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:73:43 | 73 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:91:44 | 91 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:175:14 | 175 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:195:43 | 195 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/by_error.rs:215:44 | 215 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:35:46 | 35 | fn test(&self, key: DataKey, req: Option, err: DataError) -> bool; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn test(&self, key: DataKey, req: Option>, err: DataError) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:52:42 | 52 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/icu_provider_adapters/src/fork/predicates.rs:134:42 | 134 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: `icu_provider_adapters` (lib) generated 40 warnings Compiling intl_pluralrules v7.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc7d281cc5c4d720 -C extra-filename=-cc7d281cc5c4d720 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/operands.rs:51:13 | 51 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:2:13 | 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:3:13 | 3 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/rules.rs:4:13 | 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::nonminimal_bool))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Compiling odht v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=odht CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=odht CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/odht' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name odht --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "no_simd"))' -C metadata=2523882bb8666c78 -C extra-filename=-2523882bb8666c78 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `object` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=0745755c7c4d8726 -C extra-filename=-0745755c7c4d8726 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/odht/src/lib.rs:56:42 | 56 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))] | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=da3319874434d2af -C extra-filename=-da3319874434d2af --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libself_cell-0745755c7c4d8726.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_baked_icu_data) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_baked_icu_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_baked_icu_data CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_baked_icu_data CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_baked_icu_data --edition=2021 compiler/rustc_baked_icu_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=b89672b0b68777eb -C extra-filename=-b89672b0b68777eb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern icu_list=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-8057ba9f874e7043.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-be8ee92103897574.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-5273aa321b4937be.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-a6a3a22e4d9d6997.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `odht` (lib) generated 1 warning Compiling rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir --edition=2021 compiler/rustc_hir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=318bf9e77b1db30f -C extra-filename=-318bf9e77b1db30f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern odht=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-2523882bb8666c78.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling fluent-bundle v0.15.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=ea9d41ba193f8fab -C extra-filename=-ea9d41ba193f8fab --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-b6542dd81485325d.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-97f3cd469386c60a.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-c3a3295214e04dba.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-cc7d281cc5c4d720.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-85cc60b154dc8a03.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/args.rs:84:56 | 84 | pub fn iter(&self) -> impl Iterator { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 84 | pub fn iter(&self) -> impl Iterator)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:140:49 | 140 | pub(crate) transform: Option Cow>, | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 140 | pub(crate) transform: Option Cow<'_, str>>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:141:38 | 141 | pub(crate) formatter: Option Option>, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub(crate) formatter: Option, &M) -> Option>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:340:65 | 340 | pub fn set_transform(&mut self, func: Option Cow>) { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 340 | pub fn set_transform(&mut self, func: Option Cow<'_, str>>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:350:54 | 350 | pub fn set_formatter(&mut self, func: Option Option>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn set_formatter(&mut self, func: Option, &M) -> Option>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:442:31 | 442 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 442 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:486:31 | 486 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 486 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/bundle.rs:535:44 | 535 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Sync + Send + 'static, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Sync + Send + 'static, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/entry.rs:13:45 | 13 | Box Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Send + Sync>; | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 13 | Box Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Send + Sync>; | ++++ warning: lifetime parameter `'bundle` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/entry.rs:27:6 | 27 | impl<'bundle, R: Borrow, M> GetEntry for FluentBundle { | ^^^^^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/resolver/scope.rs:32:30 | 32 | args: Option<&'scope FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | args: Option<&'scope FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/number.rs:89:36 | 89 | pub fn merge(&mut self, opts: &FluentArgs) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | pub fn merge(&mut self, opts: &FluentArgs<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:115:17 | 115 | other: &FluentValue, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | other: &FluentValue<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:116:22 | 116 | scope: &Scope, | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 116 | scope: &Scope<'_, '_, R, M>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:147:58 | 147 | pub fn write(&self, w: &mut W, scope: &Scope) -> fmt::Result | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 147 | pub fn write(&self, w: &mut W, scope: &Scope<'_, '_, R, M>) -> fmt::Result | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/types/mod.rs:167:72 | 167 | pub fn as_string, M>(&self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 167 | pub fn as_string, M>(&self, scope: &Scope<'_, '_, R, M>) -> Cow<'source, str> | +++++++ warning: `intl_pluralrules` (lib) generated 5 warnings Compiling darling_macro v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling_macro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49f4f07630c2414a -C extra-filename=-49f4f07630c2414a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_core-50f0cacd986b9bd8.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=f5a30401ac5f653d -C extra-filename=-f5a30401ac5f653d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror-bf6e609262b1e674.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-syntax` (lib) generated 2 warnings (2 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl-memoizer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58de2c7fd27f23ec -C extra-filename=-58de2c7fd27f23ec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtype_map-250330fd4603409d.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-9c96c271d41148ee.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9daf9a41d1be2ebe -C extra-filename=-9daf9a41d1be2ebe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-9c96c271d41148ee.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/intl_pluralrules/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `intl_pluralrules` (lib) generated 5 warnings (4 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-langneg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=c4864887ed0055b4 -C extra-filename=-c4864887ed0055b4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-9c96c271d41148ee.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling derivative v2.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derivative CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='A set of alternative `derive` attributes for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derivative CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-derivative' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.2.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derivative --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("use_core"))' -C metadata=e112b2bd04bdc179 -C extra-filename=-e112b2bd04bdc179 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-a08539dbbc94351f.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/ast.rs:87:38 | 87 | pub fn all_fields(&self) -> Vec<&Field> { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 87 | pub fn all_fields(&self) -> Vec<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/bound.rs:54:17 | 54 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/bound.rs:91:17 | 91 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 91 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/clone.rs:10:33 | 10 | pub fn derive_copy(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive_copy(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/clone.rs:30:34 | 30 | pub fn derive_clone(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn derive_clone(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:12:31 | 12 | pub fn derive_eq(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn derive_eq(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:40:39 | 40 | pub fn derive_partial_eq(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | pub fn derive_partial_eq(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:66:42 | 66 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_eq()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 66 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_eq()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:110:18 | 110 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 110 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:125:38 | 125 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:128:46 | 128 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_partial_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 128 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_partial_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:213:18 | 213 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 213 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:227:38 | 227 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 227 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:230:46 | 230 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_ord()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 230 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_ord()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:379:18 | 379 | input: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 379 | input: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/cmp.rs:381:33 | 381 | field_filter: impl Fn(&ast::Field) -> bool, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 381 | field_filter: impl Fn(&ast::Field<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:10:28 | 10 | pub fn derive(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:17:38 | 17 | .with_field_filter(|f: &ast::Field| !f.attrs.ignore_debug()) | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | .with_field_filter(|f: &ast::Field<'_>| !f.attrs.ignore_debug()) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/debug.rs:147:14 | 147 | f: &ast::Field, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | f: &ast::Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/default.rs:9:28 | 9 | pub fn derive(input: &ast::Input, default: &attr::InputDefault) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | pub fn derive(input: &ast::Input<'_>, default: &attr::InputDefault) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/default.rs:13:24 | 13 | fields: &[ast::Field], | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fields: &[ast::Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/hash.rs:10:28 | 10 | pub fn derive(input: &ast::Input) -> proc_macro2::TokenStream { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 10 | pub fn derive(input: &ast::Input<'_>) -> proc_macro2::TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:76:24 | 76 | impl Matcher bool> { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | impl Matcher) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:87:19 | 87 | impl bool> Matcher { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 87 | impl) -> bool> Matcher { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:112:17 | 112 | Vec, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | Vec>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:104:45 | 104 | pub fn build_arms(self, input: &ast::Input, binding_name: &str, f: F) -> TokenStream | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn build_arms(self, input: &ast::Input<'_>, binding_name: &str, f: F) -> TokenStream | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:145:13 | 145 | CommonVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | CommonVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:146:13 | 146 | CommonVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | CommonVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:147:18 | 147 | (Vec, Vec), | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | (Vec>, Vec), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:147:36 | 147 | (Vec, Vec), | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | (Vec, Vec>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:138:22 | 138 | left: (&ast::Input, &str), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | left: (&ast::Input<'_>, &str), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:139:23 | 139 | right: (&ast::Input, &str), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 139 | right: (&ast::Input<'_>, &str), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:192:25 | 192 | input: &'a ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | input: &'a ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:304:38 | 304 | (i, field): (usize, &'a ast::Field), | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | (i, field): (usize, &'a ast::Field<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/matcher.rs:306:30 | 306 | f: impl FnOnce(&ast::Field, &syn::Ident, BindingStyle) -> TokenStream, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | f: impl FnOnce(&ast::Field<'_>, &syn::Ident, BindingStyle) -> TokenStream, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/utils.rs:11:17 | 11 | item: &ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | item: &ast::Input<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/utils.rs:34:44 | 34 | pub fn hygienic_type_parameter(item: &ast::Input, base: &str) -> syn::Ident { | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn hygienic_type_parameter(item: &ast::Input<'_>, base: &str) -> syn::Ident { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derivative/src/lib.rs:35:22 | 35 | input: &mut ast::Input, | -----^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | input: &mut ast::Input<'_>, | ++++ warning: `fluent-bundle` (lib) generated 16 warnings Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3656968fffa56862 -C extra-filename=-3656968fffa56862 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: `derivative` (lib) generated 38 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=875eaeb55aaae7dc -C extra-filename=-875eaeb55aaae7dc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2091:24 | 2091 | let mut used = HashSet::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3087:38 | 3087 | fn into_group_map(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3123:50 | 3123 | fn into_group_map_by(self, f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3870:24 | 3870 | fn counts(self) -> HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3875:26 | 3875 | let mut counts = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:3913:39 | 3913 | fn counts_by(self, f: F) -> HashMap | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:28:27 | 28 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:38:15 | 38 | used: HashMap, | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:11:44 | 11 | pub fn into_group_map(iter: I) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:16:22 | 16 | let mut lookup = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/group_map.rs:25:68 | 25 | pub fn into_group_map_by(iter: I, f: impl Fn(&V) -> K) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:107:57 | 107 | pub fn aggregate(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:111:35 | 111 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:156:75 | 156 | pub fn fold_with(self, mut init: FI, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:192:57 | 192 | pub fn fold(self, init: R, operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:227:55 | 227 | pub fn fold_first(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:257:32 | 257 | pub fn collect(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:261:35 | 261 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:291:25 | 291 | pub fn max(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:317:47 | 317 | pub fn max_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:346:49 | 346 | pub fn max_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:372:25 | 372 | pub fn min(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:398:47 | 398 | pub fn min_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:427:49 | 427 | pub fn min_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:462:28 | 462 | pub fn minmax(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:492:50 | 492 | pub fn minmax_by(self, mut compare: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:543:52 | 543 | pub fn minmax_by_key(self, mut f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:570:25 | 570 | pub fn sum(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:596:29 | 596 | pub fn product(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:17:11 | 17 | used: HashMap, | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:38:15 | 38 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:44:35 | 44 | fn count_new_keys(mut used: HashMap, iterable: I) -> usize | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:184:19 | 184 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling anstyle v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dab7d99a6194fc77 -C extra-filename=-dab7d99a6194fc77 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=bfddd451c5d00717 -C extra-filename=-bfddd451c5d00717 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fluent-bundle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=587bbb47d85bb83f -C extra-filename=-587bbb47d85bb83f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_langneg-c4864887ed0055b4.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_syntax-f5a30401ac5f653d.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libintl_memoizer-58de2c7fd27f23ec.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libintl_pluralrules-9daf9a41d1be2ebe.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_hash-f7d0d8d764f9365d.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libself_cell-da3319874434d2af.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsmallvec-875eaeb55aaae7dc.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-9c96c271d41148ee.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling annotate-snippets v0.10.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=ae7a06ab0c024a75 -C extra-filename=-ae7a06ab0c024a75 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libanstyle-dab7d99a6194fc77.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_width-bfddd451c5d00717.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `itertools` (lib) generated 83 warnings Compiling rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_pretty CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_pretty --edition=2021 compiler/rustc_ast_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce4b418834ce9fcd -C extra-filename=-ce4b418834ce9fcd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_type_ir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_type_ir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir --edition=2021 compiler/rustc_type_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc_data_structures"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_serialize"' --cfg 'feature="rustc_span"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_data_structures", "rustc_macros", "rustc_serialize", "rustc_span"))' -C metadata=f4fc88511eb879e2 -C extra-filename=-f4fc88511eb879e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern derivative=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderivative-e112b2bd04bdc179.so --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `fluent-bundle` (lib) generated 16 warnings (16 duplicates) Compiling darling v0.20.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=darling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='A proc-macro library for reading attributes into structs when implementing custom derives. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name darling --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=9e1cae09e52ac9ed -C extra-filename=-9e1cae09e52ac9ed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_core-50f0cacd986b9bd8.rmeta --extern darling_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_macro-49f4f07630c2414a.so --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/darling/src/lib.rs:67:1 | 67 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `darling` (lib) generated 1 warning Compiling rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_messages) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_error_messages CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_messages CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_messages CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_messages --edition=2021 compiler/rustc_error_messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=16d0684fb126df00 -C extra-filename=-16d0684fb126df00 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_bundle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-ea9d41ba193f8fab.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-97f3cd469386c60a.rmeta --extern icu_list=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-8057ba9f874e7043.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-a6a3a22e4d9d6997.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-c3a3295214e04dba.rmeta --extern rustc_baked_icu_data=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-b89672b0b68777eb.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=07c14b78c6de74dd -C extra-filename=-07c14b78c6de74dd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint_defs) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lint_defs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint_defs CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint_defs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint_defs --edition=2021 compiler/rustc_lint_defs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7122fad3ca0fa43b -C extra-filename=-7122fad3ca0fa43b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-16d0684fb126df00.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=b42226447359fec6 -C extra-filename=-b42226447359fec6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-07c14b78c6de74dd.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling derive_setters v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=derive_setters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters CARGO_PKG_AUTHORS='Lymia Aluysia ' CARGO_PKG_DESCRIPTION='Rust macro to automatically generates setter methods for a struct'\''s fields.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_setters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lymia/derive_setters' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name derive_setters --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=52414d4e76a1c08c -C extra-filename=-52414d4e76a1c08c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling-9e1cae09e52ac9ed.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/derive_setters/src/lib.rs:3:1 | 3 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fluent_macro) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_fluent_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_fluent_macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fluent_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fluent_macro --edition=2021 compiler/rustc_fluent_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a924f37fa76eb92a -C extra-filename=-a924f37fa76eb92a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libannotate_snippets-ae7a06ab0c024a75.rlib --extern fluent_bundle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_bundle-587bbb47d85bb83f.rlib --extern fluent_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_syntax-f5a30401ac5f653d.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-ef8477440840ebd4.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-8c635dacf68689d8.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-1a80625ae289f71c.rlib --extern unic_langid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-9c96c271d41148ee.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `derive_setters` (lib) generated 1 warning Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=149d63102603a0d1 -C extra-filename=-149d63102603a0d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_codes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_error_codes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_error_codes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_codes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_codes --edition=2021 compiler/rustc_error_codes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09c1a3aa72082bbd -C extra-filename=-09c1a3aa72082bbd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling termcolor v1.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b9a5fc1ceed1853 -C extra-filename=-4b9a5fc1ceed1853 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termcolor/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=4ce51761fa2c7e9f -C extra-filename=-4ce51761fa2c7e9f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_errors) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_errors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_errors CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_errors CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_errors --edition=2021 compiler/rustc_errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_use_parallel_compiler"))' -C metadata=93f39b3129f06e8e -C extra-filename=-93f39b3129f06e8e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-b42226447359fec6.rmeta --extern derive_setters=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_setters-52414d4e76a1c08c.so --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_error_codes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-09c1a3aa72082bbd.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-16d0684fb126df00.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-4b9a5fc1ceed1853.rmeta --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-149d63102603a0d1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `termcolor` (lib) generated 14 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-2c7fb31cbbabdffb/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-39413978ab832a52/build-script-build` [semver 1.0.22] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-2c7fb31cbbabdffb/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9538ef92ee70e884 -C extra-filename=-9538ef92ee70e884 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `semver` (lib) generated 37 warnings (36 duplicates) Compiling rustc_version v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version CARGO_PKG_AUTHORS='Dirkjan Ochtman :Marvin Löbel ' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Kimundi/rustc-version-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_version --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cdec545ba8b342a -C extra-filename=-2cdec545ba8b342a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsemver-9538ef92ee70e884.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling memoffset v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0107f4cbab565e99 -C extra-filename=-0107f4cbab565e99 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memoffset-0107f4cbab565e99 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libautocfg-3d12e9b1db251a1c.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/build.rs:1:1 | 1 | extern crate autocfg; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `memoffset` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memoffset-496a3d35498b3ce9/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memoffset-0107f4cbab565e99/build-script-build` [memoffset 0.9.0] cargo:rustc-cfg=tuple_ty [memoffset 0.9.0] cargo:rustc-cfg=allow_clippy [memoffset 0.9.0] cargo:rustc-cfg=maybe_uninit [memoffset 0.9.0] cargo:rustc-cfg=doctests [memoffset 0.9.0] cargo:rustc-cfg=raw_ref_macros [memoffset 0.9.0] cargo:rustc-cfg=stable_const Compiling field-offset v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6a2d288bffcc433 -C extra-filename=-b6a2d288bffcc433 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/field-offset-b6a2d288bffcc433 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_version=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_version-2cdec545ba8b342a.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `getopts` (lib) generated 1 warning Compiling rustc_apfloat v0.2.0+llvm-462a31f5a5ab Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76fb5d9703ec9c04 -C extra-filename=-76fb5d9703ec9c04 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_apfloat-76fb5d9703ec9c04 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/field-offset-713af5c61579a543/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/field-offset-b6a2d288bffcc433/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-49c364dc2854ab2b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_apfloat-76fb5d9703ec9c04/build-script-build` [rustc_apfloat 0.2.0+llvm-462a31f5a5ab] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memoffset-496a3d35498b3ce9/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memoffset --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=c6e1550a2a75d0fd -C extra-filename=-c6e1550a2a75d0fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_maybe_uninit [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_has_alloc warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:60:41 | 60 | all(feature = "unstable_const", not(stable_const)), | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:67:7 | 67 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:70:7 | 70 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:22:7 | 22 | #[cfg(raw_ref_macros)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:30:11 | 30 | #[cfg(not(raw_ref_macros))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:57:7 | 57 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:69:11 | 69 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:90:7 | 90 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:100:11 | 100 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:125:7 | 125 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:141:11 | 141 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:183:7 | 183 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:23:7 | 23 | #[cfg(maybe_uninit)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:37:11 | 37 | #[cfg(not(maybe_uninit))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:49:39 | 49 | #[cfg(any(feature = "unstable_const", stable_const))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:61:43 | 61 | #[cfg(not(any(feature = "unstable_const", stable_const)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:138:7 | 138 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling bitflags v1.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=c7ba83701086cab5 -C extra-filename=-c7ba83701086cab5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `memoffset` (lib) generated 17 warnings Compiling datafrog v2.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=datafrog CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog CARGO_PKG_AUTHORS='Frank McSherry :The Rust Project Developers:Datafrog Developers' CARGO_PKG_DESCRIPTION='Lightweight Datalog engine intended to be embedded in other Rust programs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=datafrog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/datafrog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name datafrog --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8447e49e530aeb3b -C extra-filename=-8447e49e530aeb3b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_apfloat CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-49c364dc2854ab2b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_apfloat --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=131e30f4ea1a2c6e -C extra-filename=-131e30f4ea1a2c6e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-c7ba83701086cab5.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lifetime parameter `'me` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/join.rs:43:34 | 43 | pub(crate) fn join_into_relation<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( | ^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:134:10 | 134 | impl<'leap, Tuple, Func> PrefixFilter | ^^^^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:206:10 | 206 | impl<'leap, Tuple, Val, Func> ValueFilter | ^^^^^-- | | | help: elide the unused lifetime warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_apfloat/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:325:17 | 325 | Key: Ord + 'leap, | ^^^^^^^^ 326 | Val: Ord + 'leap, | ^^^^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 325 ~ Key: Ord, 326 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:415:17 | 415 | Key: Ord + 'leap, | ^^^^^^^^ 416 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 415 ~ Key: Ord, 416 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:479:17 | 479 | Key: Ord + 'leap, | ^^^^^^^^ 480 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 479 ~ Key: Ord, 480 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/datafrog/src/treefrog.rs:565:17 | 565 | Key: Ord + 'leap, | ^^^^^^^^ 566 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 565 ~ Key: Ord, 566 ~ Val: Ord, | warning: `datafrog` (lib) generated 7 warnings Compiling polonius-engine v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=polonius_engine CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine CARGO_PKG_AUTHORS='The Rust Project Developers:Polonius Developers' CARGO_PKG_DESCRIPTION='Core definition for the Rust borrow checker' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=polonius-engine CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/polonius' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name polonius_engine --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f36876544c4b9c2a -C extra-filename=-f36876544c4b9c2a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern datafrog=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-8447e49e530aeb3b.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-f750233e388c4c0d.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `rustc_apfloat` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=field_offset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/field-offset-713af5c61579a543/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name field_offset --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5a744cfed2c97f1 -C extra-filename=-a5a744cfed2c97f1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memoffset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-c6e1550a2a75d0fd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg fieldoffset_maybe_uninit --cfg fieldoffset_has_alloc` warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:2:13 | 2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `fieldoffset_has_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:8:17 | 8 | #[cfg(all(test, fieldoffset_has_alloc))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_has_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:73:11 | 73 | #[cfg(fieldoffset_maybe_uninit)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:81:15 | 81 | #[cfg(not(fieldoffset_maybe_uninit))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:124:15 | 124 | #[cfg(fieldoffset_assert_in_const_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:318:32 | 318 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/field-offset/src/lib.rs:60:25 | 60 | struct PhantomContra(fn(T)); | ------------- ^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 60 | struct PhantomContra(()); | ~~ warning: `field-offset` (lib) generated 7 warnings Compiling gsgdt v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gsgdt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt CARGO_PKG_AUTHORS='Vishnunarayan K I ' CARGO_PKG_DESCRIPTION='Generic Stringly Typed Graph Datatype' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gsgdt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vn-ki/gsgdt-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gsgdt --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49dcedde340e26b0 -C extra-filename=-49dcedde340e26b0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_session) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_session CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_session CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_session CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_session --edition=2021 compiler/rustc_session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59f1ea2173563a59 -C extra-filename=-59f1ea2173563a59 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-4ce51761fa2c7e9f.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-149d63102603a0d1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/output/mod.rs:525:35 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/polonius-engine/src/output/mod.rs:525:63 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/match_graph.rs:43:26 | 43 | let mut matches: Vec = mapping | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | let mut matches: Vec> = mapping | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/match_graph.rs:56:30 | 56 | let mut new_mapping: Mapping = BTreeMap::new(); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | let mut new_mapping: Mapping<'_> = BTreeMap::new(); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff.rs:7:28 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph<'_>, d2: &DiffGraph) -> MultiGraph { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff.rs:7:44 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph<'_>) -> MultiGraph { | ++++ warning: `polonius-engine` (lib) generated 2 warnings Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ece52a3e897a5a6 -C extra-filename=-9ece52a3e897a5a6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling tinyvec v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=4f1c59ade0a9825d -C extra-filename=-4f1c59ade0a9825d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-9ece52a3e897a5a6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gsgdt/src/diff/diff_graph.rs:52:14 | 52 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs:7:13 | 7 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly_const_generics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:219:34 | 219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, `tinyvec_macros` = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1551:25 | 1551 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1551 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1574:25 | 1574 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1597:25 | 1597 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1620:25 | 1620 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1620 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1643:25 | 1643 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1643 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1666:25 | 1666 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1666 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1689:25 | 1689 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1689 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1712:25 | 1712 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:1735:25 | 1735 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1735 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:880:25 | 880 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:903:25 | 903 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 903 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:926:25 | 926 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:949:25 | 949 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:972:25 | 972 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 972 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:995:25 | 995 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 995 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1018:25 | 1018 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1018 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1041:25 | 1041 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1041 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/slicevec.rs:1064:25 | 1064 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1064 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1062:12 | 1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1112:12 | 1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1332:12 | 1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1506:25 | 1506 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1506 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1529:25 | 1529 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1529 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1552:25 | 1552 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1552 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1575:25 | 1575 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1575 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1598:25 | 1598 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1598 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1621:25 | 1621 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1621 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1644:25 | 1644 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1644 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1667:25 | 1667 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1690:25 | 1690 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1690 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: `wasmparser` (lib) generated 67 warnings Compiling rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse_format) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_parse_format CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse_format CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse_format CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse_format --edition=2021 compiler/rustc_parse_format/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea9ceac94b97f901 -C extra-filename=-ea9ceac94b97f901 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec_drain.rs:11:33 | 11 | pub struct ArrayVecDrain<'a, T: 'a + Default> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `tinyvec` (lib) generated 35 warnings Compiling unicode-normalization v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=13bef8eafc39d66f -C extra-filename=-13bef8eafc39d66f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-4f1c59ade0a9825d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/decompose.rs:155:32 | 155 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 155 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/recompose.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/replace.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_next_trait_solver) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_next_trait_solver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_next_trait_solver CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_next_trait_solver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_next_trait_solver --edition=2021 compiler/rustc_next_trait_solver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=046f4e76550c7bd7 -C extra-filename=-046f4e76550c7bd7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_attr) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_attr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_attr CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_attr --edition=2021 compiler/rustc_attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c1c31f27748b205 -C extra-filename=-4c1c31f27748b205 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `unicode-normalization` (lib) generated 5 warnings Compiling rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_system) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_query_system CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_system CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_system CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_system --edition=2021 compiler/rustc_query_system/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=a3159d7be6bd34f5 -C extra-filename=-a3159d7be6bd34f5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-606a1e65acc3e2c1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `gsgdt` (lib) generated 5 warnings Compiling aho-corasick v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=95d8342030b50c75 -C extra-filename=-95d8342030b50c75 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ Compiling rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_middle) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_middle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_middle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_middle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_middle --edition=2021 compiler/rustc_middle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon", "rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=fd5788fce0768485 -C extra-filename=-fd5788fce0768485 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern field_offset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-a5a744cfed2c97f1.rmeta --extern gsgdt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-49dcedde340e26b0.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-f67a65ee7b2e6013.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-f36876544c4b9c2a.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-131e30f4ea1a2c6e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-16d0684fb126df00.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling regex-syntax v0.7.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=7e05d806bbfd3aa9 -C extra-filename=-7e05d806bbfd3aa9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `aho-corasick` (lib) generated 29 warnings Compiling rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_parse CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse --edition=2021 compiler/rustc_parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e0afa482b55b3bf -C extra-filename=-1e0afa482b55b3bf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-13bef8eafc39d66f.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:1012:38 | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:2812:38 | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling regex v1.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.8.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=625115be261fbcd8 -C extra-filename=-625115be261fbcd8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-95d8342030b50c75.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-7e05d806bbfd3aa9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:73:37 | 73 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:81:37 | 81 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/compile.rs:35:23 | 35 | capture_name_idx: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/compile.rs:62:31 | 62 | capture_name_idx: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/dfa.rs:1599:10 | 1599 | map: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/dfa.rs:1609:25 | 1609 | StateMap { map: HashMap::new(), states: vec![], num_byte_classes } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1300:44 | 1300 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1306:44 | 1306 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/exec.rs:1362:44 | 1362 | pub fn capture_name_idx(&self) -> &Arc> { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/prog.rs:29:31 | 29 | pub capture_name_idx: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/prog.rs:88:40 | 88 | capture_name_idx: Arc::new(HashMap::new()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1027:23 | 1027 | named_groups: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1132:33 | 1132 | self.0.named_groups.iter().map(|(a, b)| (b, a)).collect(); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:1131:27 | 1131 | let slot_to_name: HashMap<&usize, &String> = | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1029:23 | 1029 | named_groups: Arc>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1119:33 | 1119 | self.0.named_groups.iter().map(|(a, b)| (b, a)).collect(); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:1118:27 | 1118 | let slot_to_name: HashMap<&usize, &String> = | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_pretty CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_pretty --edition=2021 compiler/rustc_hir_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=974b695892e106ed -C extra-filename=-974b695892e106ed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_passes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_passes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_passes --edition=2021 compiler/rustc_ast_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2baa5c98abe39709 -C extra-filename=-2baa5c98abe39709 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `regex-syntax` (lib) generated 8 warnings Compiling snap v1.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=707f1fd059cf4e42 -C extra-filename=-707f1fd059cf4e42 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/snap-707f1fd059cf4e42 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_expand) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_expand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_expand CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_expand CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_expand --edition=2021 compiler/rustc_expand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13f68b482b703339 -C extra-filename=-13f68b482b703339 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-2baa5c98abe39709.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-4b9a5fc1ceed1853.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/snap-af9ce718ce8d41e6/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/snap-707f1fd059cf4e42/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=snap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-snappy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/snap-af9ce718ce8d41e6/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name snap --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d90659306717d323 -C extra-filename=-d90659306717d323 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/compress.rs:73:32 | 73 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:242:32 | 242 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:413:32 | 413 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 413 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/read.rs:424:32 | 424 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 424 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/write.rs:196:32 | 196 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 196 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/snap/src/write.rs:205:32 | 205 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `snap` (lib) generated 6 warnings Compiling unicase v2.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=def6799b910fbcad -C extra-filename=-def6799b910fbcad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/unicase-def6799b910fbcad -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libversion_check-5ad1a19bbbd95cd0.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling libloading v0.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libloading --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=009a398a53826a69 -C extra-filename=-009a398a53826a69 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:39:13 | 39 | #![cfg_attr(libloading_docs, feature(doc_cfg))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:45:26 | 45 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/lib.rs:49:26 | 49 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:20:17 | 20 | #[cfg(any(unix, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:21:12 | 21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/mod.rs:25:20 | 25 | #[cfg(any(windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:3:11 | 3 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:5:15 | 5 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/consts.rs:46:11 | 46 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/consts.rs:55:15 | 55 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:380:32 | 380 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 380 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/os/unix/mod.rs:435:32 | 435 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 435 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:7:37 | 7 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:22:37 | 22 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/error.rs:109:37 | 109 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:2:7 | 2 | #[cfg(libloading_docs)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:4:15 | 4 | #[cfg(all(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:6:15 | 6 | #[cfg(all(not(libloading_docs), windows))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:14:12 | 14 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:196:12 | 196 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libloading_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:293:32 | 293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libloading/src/safe.rs:197:26 | 197 | pub struct Symbol<'lib, T: 'lib> { | ^^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `libloading` (lib) generated 23 warnings Compiling regex-syntax v0.6.29 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=cea95c9f9ab82633 -C extra-filename=-cea95c9f9ab82633 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `regex` (lib) generated 17 warnings Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=a44aa26807a03ad8 -C extra-filename=-a44aa26807a03ad8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-cea95c9f9ab82633.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/determinize.rs:41:12 | 41 | cache: HashMap, S>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/determinize.rs:65:25 | 65 | let mut cache = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:38 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:22 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:745:39 | 745 | for (&old_id, &new_id) in map.iter() { | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/unicase-97a686990eb2c362/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/unicase-def6799b910fbcad/build-script-build` [unicase 2.7.0] cargo:rustc-cfg=__unicase__iter_cmp [unicase 2.7.0] cargo:rustc-cfg=__unicase__default_hasher [unicase 2.7.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.7.0] cargo:rustc-cfg=__unicase__core_and_alloc Compiling gimli v0.28.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=e9755d93d6f7b771 -C extra-filename=-e9755d93d6f7b771 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:1971:32 | 1971 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2501:32 | 2501 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2501 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2571:39 | 2571 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn iter(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2648:32 | 2648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:2789:48 | 2789 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2789 | pub fn registers(&self) -> RegisterRuleIter<'_, R> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3186:47 | 3186 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3186 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/cfi.rs:3503:43 | 3503 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3503 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:400:42 | 400 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 400 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:722:43 | 722 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 722 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1001:91 | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1001 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1007:43 | 1007 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1007 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1014:91 | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1014 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1021:92 | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1021 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/dwarf.rs:1027:90 | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1027 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/index.rs:231:76 | 231 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 231 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/line.rs:534:32 | 534 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 534 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/read/mod.rs:438:32 | 438 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/loc.rs:308:41 | 308 | context: &ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 308 | context: &ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/range.rs:224:41 | 224 | context: &ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | context: &ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:490:39 | 490 | pub fn attrs(&self) -> slice::Iter { | -----------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 490 | pub fn attrs(&self) -> slice::Iter<'_, Attribute> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:496:50 | 496 | pub fn attrs_mut(&mut self) -> slice::IterMut { | --------------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 496 | pub fn attrs_mut(&mut self) -> slice::IterMut<'_, Attribute> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:543:42 | 543 | pub fn children(&self) -> slice::Iter { | -----------^------------ expected lifetime parameter | help: indicate the anonymous lifetime | 543 | pub fn children(&self) -> slice::Iter<'_, UnitEntryId> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1668:40 | 1668 | from: read::EntriesTreeNode, | ---------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1668 | from: read::EntriesTreeNode<'_, '_, '_, R>, | +++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1702:45 | 1702 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1723:45 | 1723 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1723 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1737:45 | 1737 | context: &mut ConvertUnitContext, | ------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1737 | context: &mut ConvertUnitContext<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/mod.rs:364:36 | 364 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: `regex-automata` (lib) generated 35 warnings Compiling rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_llvm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6065061a6d077659 -C extra-filename=-6065061a6d077659 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_llvm-6065061a6d077659 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-f3ab267a33cb1d82.rlib -Z binary-dep-depinfo` Compiling rustc-demangle v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=4bc60ecd8698f4f4 -C extra-filename=-4bc60ecd8698f4f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 2 warnings Compiling leb128 v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name leb128 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=409bdbbd5561fb7f -C extra-filename=-409bdbbd5561fb7f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/leb128/src/lib.rs:85:36 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-demangle/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `leb128` (lib) generated 1 warning Compiling rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_infer) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_infer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_infer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_infer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_infer --edition=2021 compiler/rustc_infer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e33e257c3698e8b9 -C extra-filename=-e33e257c3698e8b9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `rustc-demangle` (lib) generated 11 warnings Compiling rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_metadata) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_metadata CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_metadata CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_metadata --edition=2021 compiler/rustc_metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa491a39549218e3 -C extra-filename=-aa491a39549218e3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern libloading=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-009a398a53826a69.rmeta --extern odht=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-2523882bb8666c78.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-974b695892e106ed.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern snap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsnap-d90659306717d323.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-2b66faf215f5a0c1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/cfi.rs:622:31 | 622 | let mut cie_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/op.rs:847:32 | 847 | entry_ids: Option<&HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1501:28 | 1501 | pub entry_ids: &'a HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1523:33 | 1523 | let mut entry_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1561:29 | 1561 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1602:25 | 1602 | entry_ids: &HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gimli/src/write/unit.rs:1673:29 | 1673 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `gimli` (lib) generated 76 warnings Compiling rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_transmute) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_transmute CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_transmute CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_transmute CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_transmute --edition=2021 compiler/rustc_transmute/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="rustc"' --cfg 'feature="rustc_ast_ir"' --cfg 'feature="rustc_hir"' --cfg 'feature="rustc_infer"' --cfg 'feature="rustc_macros"' --cfg 'feature="rustc_middle"' --cfg 'feature="rustc_span"' --cfg 'feature="rustc_target"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc", "rustc_ast_ir", "rustc_hir", "rustc_infer", "rustc_macros", "rustc_middle", "rustc_span", "rustc_target"))' -C metadata=9d5ff2060d3f2c6a -C extra-filename=-9d5ff2060d3f2c6a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_trait_selection) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_trait_selection CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_trait_selection CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_trait_selection CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_trait_selection --edition=2021 compiler/rustc_trait_selection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e2538e8c142c5f4 -C extra-filename=-1e2538e8c142c5f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_next_trait_solver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-046f4e76550c7bd7.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ea9ceac94b97f901.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_transmute=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-9d5ff2060d3f2c6a.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_analysis CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_analysis CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_analysis --edition=2021 compiler/rustc_hir_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7779ecf914c41f4 -C extra-filename=-d7779ecf914c41f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-974b695892e106ed.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_dataflow) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_dataflow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_dataflow CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_dataflow CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_dataflow --edition=2021 compiler/rustc_mir_dataflow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=130d8a7a7f3f3a53 -C extra-filename=-130d8a7a7f3f3a53 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-f36876544c4b9c2a.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-625115be261fbcd8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling pulldown-cmark v0.9.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=764d528e2a4b069b -C extra-filename=-764d528e2a4b069b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/pulldown-cmark-764d528e2a4b069b -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling punycode v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=punycode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='Functions to decode and encode Punycode' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=punycode CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-punycode.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name punycode --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default", "dev"))' -C metadata=af036f512e14fe69 -C extra-filename=-af036f512e14fe69 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:224:13 | 224 | '0' ... '9' => cp - ('0' as u32) + 26, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(ellipsis_inclusive_range_patterns)]` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:225:13 | 225 | 'A' ... 'Z' => cp - ('A' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/punycode/src/lib.rs:226:13 | 226 | 'a' ... 'z' => cp - ('a' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `punycode` (lib) generated 3 warnings Compiling unicode-script v0.5.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=866fec661080172f -C extra-filename=-866fec661080172f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `unicode-script` (lib) generated 3 warnings Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dd6dbf00ad51324 -C extra-filename=-9dd6dbf00ad51324 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling lazy_static v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d6016b0ba9be569b -C extra-filename=-d6016b0ba9be569b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `lazy_static` (lib) generated 1 warning Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=2b659bb6e3c46128 -C extra-filename=-2b659bb6e3c46128 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-d6016b0ba9be569b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:52:25 | 52 | impl Clear for collections::HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:59:9 | 59 | collections::HashMap::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:63:22 | 63 | impl Clear for collections::HashSet | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:70:9 | 70 | collections::HashSet::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 110 warnings Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=819c613f46f5f6db -C extra-filename=-819c613f46f5f6db --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern overload=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liboverload-9dd6dbf00ad51324.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling unicode-security v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_security CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-security' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-security CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-security' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_security --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-security/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=5ab232ab91c157b1 -C extra-filename=-5ab232ab91c157b1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-13bef8eafc39d66f.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-866fec661080172f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Compiling rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_symbol_mangling) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_symbol_mangling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_symbol_mangling CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_symbol_mangling CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_symbol_mangling --edition=2021 compiler/rustc_symbol_mangling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee568c31f072e6e4 -C extra-filename=-ee568c31f072e6e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern punycode=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-af036f512e14fe69.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-4bc60ecd8698f4f4.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern twox_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-f3188134dcecf33f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-67ac34700cbeb88b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/pulldown-cmark-764d528e2a4b069b/build-script-build` Compiling rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ty_utils) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ty_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ty_utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ty_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ty_utils --edition=2021 compiler/rustc_ty_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64799de8f26cafe8 -C extra-filename=-64799de8f26cafe8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling thorin-dwp v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thorin CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp CARGO_PKG_AUTHORS='David Wood ' CARGO_PKG_DESCRIPTION='Library for building DWARF packages from input DWARF objects and packages' CARGO_PKG_HOMEPAGE='https://docs.rs/thorin-dwp' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thorin-dwp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/thorin' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thorin --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c58330786afe79f -C extra-filename=-7c58330786afe79f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern gimli=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgimli-e9755d93d6f7b771.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-24c31ad796effa48.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:1:1 | 1 | pub extern crate object; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | pub use object; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/error.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/strings.rs:63:47 | 63 | debug_str: gimli::DebugStr>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 63 | debug_str: gimli::DebugStr>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/strings.rs:64:62 | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | +++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:88:14 | 88 | targets: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:109:56 | 109 | Self { sess, maybe_in_progress: None, targets: HashSet::new() } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `difference` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:294:53 | 294 | if let Some(missing) = self.targets.difference(package.contained_units()).next() { | ^^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/lib.rs:303:22 | 303 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/package.rs:390:22 | 390 | contained_units: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thorin-dwp/src/package.rs:413:46 | 413 | pub(crate) fn contained_units(&self) -> &HashSet { | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `thorin-dwp` (lib) generated 10 warnings Compiling wasm-encoder v0.200.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=wasm_encoder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A low-level WebAssembly encoder. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasm-encoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.200.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=200 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name wasm_encoder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --deny=unsafe_code '--allow=clippy::all' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("wasmparser"))' -C metadata=67d09f3ba8304ca8 -C extra-filename=-67d09f3ba8304ca8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern leb128=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libleb128-409bdbbd5561fb7f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:35:29 | 35 | pub fn ty(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 35 | pub fn ty(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:206:36 | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:217:29 | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:321:36 | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/component/types.rs:329:29 | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:216:49 | 216 | pub fn instruction(&mut self, instruction: &Instruction) -> &mut Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn instruction(&mut self, instruction: &Instruction<'_>) -> &mut Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:3185:23 | 3185 | fn new_insn(insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3185 | fn new_insn(insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/code.rs:3191:34 | 3191 | fn with_insn(mut self, insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3191 | fn with_insn(mut self, insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/wasm-encoder/src/core/data.rs:84:54 | 84 | pub fn segment(&mut self, segment: DataSegment) -> &mut Self | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub fn segment(&mut self, segment: DataSegment<'_, D>) -> &mut Self | +++ warning: `wasm-encoder` (lib) generated 9 warnings Compiling rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_pattern_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_pattern_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_pattern_analysis CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_pattern_analysis CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_pattern_analysis --edition=2021 compiler/rustc_pattern_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rustc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rustc"))' -C metadata=2de42b29eef85938 -C extra-filename=-2de42b29eef85938 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-131e30f4ea1a2c6e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_incremental) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_incremental CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_incremental CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_incremental CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_incremental --edition=2021 compiler/rustc_incremental/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adba4e33e8c189c4 -C extra-filename=-adba4e33e8c189c4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-e67f079f9e049992.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_llvm-6065061a6d077659/build-script-build` [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("ipo")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitreader")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitwriter")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("linker")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("asmparser")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("lto")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("coverage")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("instrumentation")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("x86")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("arm")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("aarch64")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("amdgpu")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("avr")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("loongarch")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("m68k")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("csky")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("mips")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("powerpc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("systemz")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("jsbackend")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("webassembly")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("msp430")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("sparc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("nvptx")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("hexagon")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("riscv")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bpf")) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=RUST_CHECK [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH_VAR [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG [rustc_llvm 0.0.0] cargo:rerun-if-changed=/usr/local/bin/llvm-config-16 [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="aarch64" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="amdgpu" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="arm" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="asmparser" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="avr" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitreader" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitwriter" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bpf" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="coverage" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="hexagon" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="instrumentation" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="ipo" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="linker" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="loongarch" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="lto" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="mips" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="msp430" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="nvptx" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="powerpc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="riscv" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="sparc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="systemz" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="webassembly" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="x86" [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_RUSTLLVM [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_NDEBUG [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/RustWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/PassWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SymbolWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/CoverageMappingWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/ArchiveWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/Linker.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SuppressLLVMWarnings.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/LLVMWrapper.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/.editorconfig [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/README [rustc_llvm 0.0.0] TARGET = Some("x86_64-unknown-openbsd") [rustc_llvm 0.0.0] OPT_LEVEL = Some("3") [rustc_llvm 0.0.0] HOST = Some("x86_64-unknown-openbsd") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXX_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXX_x86_64_unknown_openbsd = Some("c++") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [rustc_llvm 0.0.0] CRATE_CC_NO_DEFAULTS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64") Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/unicase-97a686990eb2c362/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=09d909de5f657af4 -C extra-filename=-09d909de5f657af4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:5:17 | 5 | #![cfg_attr(all(__unicase__core_and_alloc, not(test),), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:49:11 | 49 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:51:11 | 51 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:54:15 | 54 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:56:15 | 56 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:60:7 | 60 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:293:7 | 293 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:301:7 | 301 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:2:7 | 2 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:8:11 | 8 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:61:7 | 61 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:69:7 | 69 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:16:11 | 16 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:25:15 | 25 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:30:11 | 30 | #[cfg(__unicase_const_fns)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:35:15 | 35 | #[cfg(not(__unicase_const_fns))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:88:34 | 88 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 88 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:1:7 | 1 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:38:7 | 38 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:46:7 | 46 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:131:19 | 131 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:145:11 | 145 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:153:15 | 153 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:159:11 | 159 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:167:15 | 167 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:214:34 | 214 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 214 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:221:34 | 221 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:269:14 | 267 | / macro_rules! into_impl { 268 | | ($to:ty) => { 269 | | impl<'a> Into<$to> for UniCase<$to> { | | -^^- help: elide the unused lifetime 270 | | fn into(self) -> $to { ... | 274 | | }; 275 | | } | |_- in this expansion of `into_impl!` ... 290 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: `unicase` (lib) generated 28 warnings Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44eb15e8c6e5548b -C extra-filename=-44eb15e8c6e5548b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-a44aa26807a03ad8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling ar_archive_writer v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ar_archive_writer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A writer for object file ar archives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ar_archive_writer CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ar_archive_writer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ar_archive_writer --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ar_archive_writer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a895caed47135040 -C extra-filename=-a895caed47135040 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1b39d8f80d165875 -C extra-filename=-1b39d8f80d165875 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=e05849d04add3280 -C extra-filename=-e05849d04add3280 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:262:42 | 262 | known_flag_support_status: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:293:26 | 293 | env_cache: Arc>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:294:37 | 294 | apple_sdk_root_cache: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:295:37 | 295 | apple_versions_cache: Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:297:39 | 297 | cached_compiler_family: Arc, ToolFamily>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:381:60 | 381 | known_flag_support_status: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:412:44 | 412 | env_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:413:55 | 413 | apple_sdk_root_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs:414:55 | 414 | apple_versions_cache: Arc::new(Mutex::new(HashMap::new())), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:35:40 | 35 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:44:40 | 44 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/tool.rs:75:40 | 75 | cached_compiler_family: &Mutex, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling pathdiff v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=085393094b8c6a64 -C extra-filename=-085393094b8c6a64 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff/src/lib.rs:51:28 | 51 | let mut comps: Vec = vec![]; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | let mut comps: Vec> = vec![]; | ++++ warning: `pathdiff` (lib) generated 1 warning Compiling rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_ssa) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_ssa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_ssa CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_ssa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_ssa --edition=2021 compiler/rustc_codegen_ssa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19b063ce2b3f82b6 -C extra-filename=-19b063ce2b3f82b6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ar_archive_writer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-a895caed47135040.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcc-e05849d04add3280.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-fd8640d03f30dc77.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-085393094b8c6a64.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-625115be261fbcd8.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-adba4e33e8c189c4.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-ee568c31f072e6e4.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-2b66faf215f5a0c1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern thorin=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthorin-7c58330786afe79f.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern wasm_encoder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-67d09f3ba8304ca8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=43ec36ef9f5cb893 -C extra-filename=-43ec36ef9f5cb893 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern matchers=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-44eb15e8c6e5548b.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-819c613f46f5f6db.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-606a1e65acc3e2c1.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-625115be261fbcd8.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-2b659bb6e3c46128.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-1b39d8f80d165875.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:201:19 | 201 | by_id: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:202:19 | 202 | by_cs: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/mod.rs:207:20 | 207 | type FieldMap = HashMap; | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/field.rs:457:14 | 457 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `values` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/field.rs:485:14 | 485 | .values() | ^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `cc` (lib) generated 12 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-67ac34700cbeb88b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=9135d713c230e045 -C extra-filename=-9135d713c230e045 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicase-09d909de5f657af4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:52:13 | 52 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:53:13 | 53 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:307:32 | 307 | fn end_tag(&mut self, tag: Tag) -> io::Result<()> { | ^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 307 | fn end_tag(&mut self, tag: Tag<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:56:35 | 56 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()>; | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:69:35 | 69 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: lifetime parameter `'w` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:74:6 | 74 | impl<'w> StrWrite for String { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:82:35 | 82 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:98:35 | 98 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:21:76 | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:1671:68 | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:105:6 | 105 | impl<'a> ItemBody { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:120:6 | 120 | impl<'a> Default for ItemBody { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:201:45 | 201 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:890:67 | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart) -> usize { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart<'_>) -> usize { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:914:6 | 914 | impl<'a> Tree { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1369:45 | 1369 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/scanners.rs:114:40 | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart<'_> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:23:6 | 23 | impl<'a> AsRef for InlineStr { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:44:6 | 44 | impl<'a> std::cmp::PartialEq for InlineStr { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:76:32 | 76 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:163:26 | 163 | fn eq(&self, other: &CowStr) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn eq(&self, other: &CowStr<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:240:32 | 240 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 240 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:232:37 | 232 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:237:31 | 237 | f: &mut std::fmt::Formatter, | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 237 | f: &mut std::fmt::Formatter<'_>, | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:49:14 | 49 | numbers: HashMap, usize>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/html.rs:65:22 | 65 | numbers: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1178:12 | 1178 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1252:39 | 1252 | pub struct RefDefs<'input>(pub(crate) HashMap, LinkDef<'input>>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1265:16 | 1265 | self.0.iter().map(|(k, v)| (k.as_ref(), v)) | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: `tracing-subscriber` (lib) generated 13 warnings Compiling rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_build) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_build CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_build CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_build --edition=2021 compiler/rustc_mir_build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=955266b7312bc8ab -C extra-filename=-955266b7312bc8ab --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-131e30f4ea1a2c6e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2de42b29eef85938.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` warning: `pulldown-cmark` (lib) generated 29 warnings Compiling rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_privacy) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_privacy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_privacy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_privacy CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_privacy --edition=2021 compiler/rustc_privacy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=852a0e5b59710d06 -C extra-filename=-852a0e5b59710d06 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-d7779ecf914c41f4.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-64799de8f26cafe8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [rustc_llvm 0.0.0] AR_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [rustc_llvm 0.0.0] AR_x86_64_unknown_openbsd = Some("ar") [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64_unknown_openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [rustc_llvm 0.0.0] HOST_ARFLAGS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS [rustc_llvm 0.0.0] ARFLAGS = None [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=llvm-wrapper [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINK_SHARED [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86TargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLTO [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMExtensions [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoverage [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMIRParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPasses [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoroutines [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMipo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstrumentation [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMVectorize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLinker [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOpenMP [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCFGuard [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMGlobalISel [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSelectionDAG [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTarget [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMScalarOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAggressiveInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObjCARCOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTransformUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitWriter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAnalysis [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMProfileData [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSymbolize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoPDB [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoMSF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoDWARF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObject [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTextAPI [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Utils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCore [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRemarks [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitstreamReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMC [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoCodeView [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBinaryFormat [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTargetParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSupport [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDemangle [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=execinfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=pthread [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=m [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=z [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/usr/local/llvm16/lib [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINKER_FLAGS [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_STATIC_STDCPP [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_USE_LIBCXX [rustc_llvm 0.0.0] cargo:rustc-link-lib=c++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_llvm --edition=2021 compiler/rustc_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0be70ba8115d9fc8 -C extra-filename=-0be70ba8115d9fc8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib -l static=llvm-wrapper -l static=LLVMX86TargetMCA -l static=LLVMX86Disassembler -l static=LLVMX86AsmParser -l static=LLVMX86CodeGen -l static=LLVMX86Desc -l static=LLVMX86Info -l static=LLVMWebAssemblyDisassembler -l static=LLVMWebAssemblyAsmParser -l static=LLVMWebAssemblyCodeGen -l static=LLVMWebAssemblyDesc -l static=LLVMWebAssemblyUtils -l static=LLVMWebAssemblyInfo -l static=LLVMSystemZDisassembler -l static=LLVMSystemZAsmParser -l static=LLVMSystemZCodeGen -l static=LLVMSystemZDesc -l static=LLVMSystemZInfo -l static=LLVMSparcDisassembler -l static=LLVMSparcAsmParser -l static=LLVMSparcCodeGen -l static=LLVMSparcDesc -l static=LLVMSparcInfo -l static=LLVMRISCVTargetMCA -l static=LLVMRISCVDisassembler -l static=LLVMRISCVAsmParser -l static=LLVMRISCVCodeGen -l static=LLVMRISCVDesc -l static=LLVMRISCVInfo -l static=LLVMPowerPCDisassembler -l static=LLVMPowerPCAsmParser -l static=LLVMPowerPCCodeGen -l static=LLVMPowerPCDesc -l static=LLVMPowerPCInfo -l static=LLVMNVPTXCodeGen -l static=LLVMNVPTXDesc -l static=LLVMNVPTXInfo -l static=LLVMMSP430Disassembler -l static=LLVMMSP430AsmParser -l static=LLVMMSP430CodeGen -l static=LLVMMSP430Desc -l static=LLVMMSP430Info -l static=LLVMMipsDisassembler -l static=LLVMMipsAsmParser -l static=LLVMMipsCodeGen -l static=LLVMMipsDesc -l static=LLVMMipsInfo -l static=LLVMLTO -l static=LLVMExtensions -l static=LLVMLoongArchDisassembler -l static=LLVMLoongArchAsmParser -l static=LLVMLoongArchCodeGen -l static=LLVMLoongArchDesc -l static=LLVMLoongArchInfo -l static=LLVMHexagonDisassembler -l static=LLVMHexagonCodeGen -l static=LLVMHexagonAsmParser -l static=LLVMHexagonDesc -l static=LLVMHexagonInfo -l static=LLVMCoverage -l static=LLVMBPFDisassembler -l static=LLVMBPFAsmParser -l static=LLVMBPFCodeGen -l static=LLVMBPFDesc -l static=LLVMBPFInfo -l static=LLVMAVRDisassembler -l static=LLVMAVRAsmParser -l static=LLVMAVRCodeGen -l static=LLVMAVRDesc -l static=LLVMAVRInfo -l static=LLVMARMDisassembler -l static=LLVMARMAsmParser -l static=LLVMARMCodeGen -l static=LLVMARMDesc -l static=LLVMARMUtils -l static=LLVMARMInfo -l static=LLVMAMDGPUTargetMCA -l static=LLVMMCA -l static=LLVMAMDGPUDisassembler -l static=LLVMAMDGPUAsmParser -l static=LLVMAMDGPUCodeGen -l static=LLVMMIRParser -l static=LLVMAMDGPUDesc -l static=LLVMAMDGPUUtils -l static=LLVMAMDGPUInfo -l static=LLVMPasses -l static=LLVMIRPrinter -l static=LLVMCoroutines -l static=LLVMipo -l static=LLVMInstrumentation -l static=LLVMVectorize -l static=LLVMLinker -l static=LLVMFrontendOpenMP -l static=LLVMAArch64Disassembler -l static=LLVMMCDisassembler -l static=LLVMAArch64AsmParser -l static=LLVMAArch64CodeGen -l static=LLVMCFGuard -l static=LLVMGlobalISel -l static=LLVMSelectionDAG -l static=LLVMAsmPrinter -l static=LLVMCodeGen -l static=LLVMTarget -l static=LLVMScalarOpts -l static=LLVMInstCombine -l static=LLVMAggressiveInstCombine -l static=LLVMObjCARCOpts -l static=LLVMTransformUtils -l static=LLVMBitWriter -l static=LLVMAnalysis -l static=LLVMProfileData -l static=LLVMSymbolize -l static=LLVMDebugInfoPDB -l static=LLVMDebugInfoMSF -l static=LLVMDebugInfoDWARF -l static=LLVMObject -l static=LLVMTextAPI -l static=LLVMMCParser -l static=LLVMIRReader -l static=LLVMAsmParser -l static=LLVMBitReader -l static=LLVMAArch64Desc -l static=LLVMAArch64Utils -l static=LLVMCore -l static=LLVMRemarks -l static=LLVMBitstreamReader -l static=LLVMAArch64Info -l static=LLVMMC -l static=LLVMDebugInfoCodeView -l static=LLVMBinaryFormat -l static=LLVMTargetParser -l static=LLVMSupport -l static=LLVMDemangle -l dylib=execinfo -l dylib=pthread -l dylib=m -l dylib=z -l c++ --cfg 'llvm_component="aarch64"' --cfg 'llvm_component="amdgpu"' --cfg 'llvm_component="arm"' --cfg 'llvm_component="asmparser"' --cfg 'llvm_component="avr"' --cfg 'llvm_component="bitreader"' --cfg 'llvm_component="bitwriter"' --cfg 'llvm_component="bpf"' --cfg 'llvm_component="coverage"' --cfg 'llvm_component="hexagon"' --cfg 'llvm_component="instrumentation"' --cfg 'llvm_component="ipo"' --cfg 'llvm_component="linker"' --cfg 'llvm_component="loongarch"' --cfg 'llvm_component="lto"' --cfg 'llvm_component="mips"' --cfg 'llvm_component="msp430"' --cfg 'llvm_component="nvptx"' --cfg 'llvm_component="powerpc"' --cfg 'llvm_component="riscv"' --cfg 'llvm_component="sparc"' --cfg 'llvm_component="systemz"' --cfg 'llvm_component="webassembly"' --cfg 'llvm_component="x86"' -Zunstable-options --check-cfg 'cfg(llvm_component,values("ipo"))' --check-cfg 'cfg(llvm_component,values("bitreader"))' --check-cfg 'cfg(llvm_component,values("bitwriter"))' --check-cfg 'cfg(llvm_component,values("linker"))' --check-cfg 'cfg(llvm_component,values("asmparser"))' --check-cfg 'cfg(llvm_component,values("lto"))' --check-cfg 'cfg(llvm_component,values("coverage"))' --check-cfg 'cfg(llvm_component,values("instrumentation"))' --check-cfg 'cfg(llvm_component,values("x86"))' --check-cfg 'cfg(llvm_component,values("arm"))' --check-cfg 'cfg(llvm_component,values("aarch64"))' --check-cfg 'cfg(llvm_component,values("amdgpu"))' --check-cfg 'cfg(llvm_component,values("avr"))' --check-cfg 'cfg(llvm_component,values("loongarch"))' --check-cfg 'cfg(llvm_component,values("m68k"))' --check-cfg 'cfg(llvm_component,values("csky"))' --check-cfg 'cfg(llvm_component,values("mips"))' --check-cfg 'cfg(llvm_component,values("powerpc"))' --check-cfg 'cfg(llvm_component,values("systemz"))' --check-cfg 'cfg(llvm_component,values("jsbackend"))' --check-cfg 'cfg(llvm_component,values("webassembly"))' --check-cfg 'cfg(llvm_component,values("msp430"))' --check-cfg 'cfg(llvm_component,values("sparc"))' --check-cfg 'cfg(llvm_component,values("nvptx"))' --check-cfg 'cfg(llvm_component,values("hexagon"))' --check-cfg 'cfg(llvm_component,values("riscv"))' --check-cfg 'cfg(llvm_component,values("bpf"))'` Compiling rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_lint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_lint CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint --edition=2021 compiler/rustc_lint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99aa5f55aa68dc72 -C extra-filename=-99aa5f55aa68dc72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ea9ceac94b97f901.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern unicode_security=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-5ab232ab91c157b1.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_const_eval) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_const_eval CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_const_eval CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_const_eval CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_const_eval --edition=2021 compiler/rustc_const_eval/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=408757dd4010801a -C extra-filename=-408757dd4010801a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-131e30f4ea1a2c6e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_traits) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_traits CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_traits CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_traits --edition=2021 compiler/rustc_traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f3f166969b27daa -C extra-filename=-8f3f166969b27daa --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling tracing-log v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log-tracer"' --cfg 'feature="std"' --cfg 'feature="trace-logger"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "env_logger", "interest-cache", "log-tracer", "lru", "std", "trace-logger"))' -C metadata=ba6e8ce46a3f5a30 -C extra-filename=-ba6e8ce46a3f5a30 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-f750233e388c4c0d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs:121:5 | 121 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/trace_logger.rs:46:18 | 46 | spans: Mutex>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: `tracing-log` (lib) generated 2 warnings Compiling num-conv v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e4b5eb0e5849edb -C extra-filename=-9e4b5eb0e5849edb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cad1b0051b1ba44 -C extra-filename=-0cad1b0051b1ba44 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=5123ed47e5ae0be2 -C extra-filename=-5123ed47e5ae0be2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `powerfmt` (lib) generated 3 warnings Compiling deranged v0.3.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=af846baf4e03afd2 -C extra-filename=-af846baf4e03afd2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-5123ed47e5ae0be2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `deranged` (lib) generated 2 warnings Compiling time-macros v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION=' Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=b89307d1b25cd1dc -C extra-filename=-b89307d1b25cd1dc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern num_conv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libnum_conv-9e4b5eb0e5849edb.rlib --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_core-0cad1b0051b1ba44.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` | = help: use the new name `dead_code` = note: requested on the command line with `-W unused_tuple_struct_fields` = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/lexer.rs:6:11 | 6 | iter: core::iter::Peekable, | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: requested on the command line with `-W unused-qualifications` help: remove the unnecessary path segments | 6 - iter: core::iter::Peekable, 6 + iter: iter::Peekable, | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/mod.rs:20:17 | 20 | ) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 20 - ) -> Result, crate::Error> { 20 + ) -> Result, crate::Error> { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/format_description/mod.rs:30:17 | 30 | ) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 30 - ) -> Result, crate::Error> { 30 + ) -> Result, crate::Error> { | warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros/src/lib.rs:71:46 | 71 | #[cfg_attr(not(feature = "serde"), allow(unused_tuple_struct_fields))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` warning: `time-macros` (lib) generated 5 warnings Compiling tracing-tree v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=2c5ca0e76c9841cd -C extra-filename=-2c5ca0e76c9841cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-819c613f46f5f6db.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-ba6e8ce46a3f5a30.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-43ec36ef9f5cb893.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:275:25 | 275 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 275 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:337:48 | 337 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 337 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:408:45 | 408 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:35 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:68 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:512:55 | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:590:44 | 590 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ warning: `tracing-tree` (lib) generated 7 warnings Compiling rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_borrowck) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_borrowck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_borrowck CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_borrowck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_borrowck --edition=2021 compiler/rustc_borrowck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d3d361885466a1e -C extra-filename=-8d3d361885466a1e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-f36876544c4b9c2a.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-8f3f166969b27daa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_transform) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_mir_transform CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_transform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_transform --edition=2021 compiler/rustc_mir_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd2ab1a16a5e8254 -C extra-filename=-fd2ab1a16a5e8254 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-408757dd4010801a.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-955266b7312bc8ab.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_typeck) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_typeck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_hir_typeck CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_typeck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_typeck --edition=2021 compiler/rustc_hir_typeck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c57d453c7485b387 -C extra-filename=-c57d453c7485b387 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-d7779ecf914c41f4.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-974b695892e106ed.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-99aa5f55aa68dc72.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_codegen_llvm CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_llvm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_llvm --edition=2021 compiler/rustc_codegen_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6a76c3e9ff943fd -C extra-filename=-d6a76c3e9ff943fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-f67a65ee7b2e6013.rmeta --extern object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-4bc60ecd8698f4f4.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-19b063ce2b3f82b6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_llvm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-0be70ba8115d9fc8.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-ee568c31f072e6e4.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib` Compiling rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_passes) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_passes CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_passes --edition=2021 compiler/rustc_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27864dd07fea5e0b -C extra-filename=-27864dd07fea5e0b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-852a0e5b59710d06.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_resolve) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_resolve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_resolve CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_resolve CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_resolve --edition=2021 compiler/rustc_resolve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a80aa9980f06e1d9 -C extra-filename=-a80aa9980f06e1d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta --extern pulldown_cmark=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-9135d713c230e045.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_lowering) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_lowering CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_ast_lowering CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_lowering CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_lowering --edition=2021 compiler/rustc_ast_lowering/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0864f2b6823a17ee -C extra-filename=-0864f2b6823a17ee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_impl) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_query_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_query_impl CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_impl --edition=2021 compiler/rustc_query_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-rayon-core", "rustc_use_parallel_compiler"))' -C metadata=5319db148e67a94b -C extra-filename=-5319db148e67a94b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern field_offset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-a5a744cfed2c97f1.rmeta --extern measureme=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-f67a65ee7b2e6013.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_monomorphize) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_monomorphize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_monomorphize CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_monomorphize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_monomorphize --edition=2021 compiler/rustc_monomorphize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c8fb955c923b18c -C extra-filename=-5c8fb955c923b18c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_builtin_macros) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_builtin_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_builtin_macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_builtin_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_builtin_macros --edition=2021 compiler/rustc_builtin_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=160a149defb2ced9 -C extra-filename=-160a149defb2ced9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ea9ceac94b97f901.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/stable_mir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=stable_mir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/stable_mir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_mir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0-preview CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=preview CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name stable_mir --edition=2021 compiler/stable_mir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d31b91fac1e5682b -C extra-filename=-d31b91fac1e5682b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-330cf8a73f398b9e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-conv/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=532d349376042258 -C extra-filename=-532d349376042258 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcf96a72aecdb8dd -C extra-filename=-dcf96a72aecdb8dd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling time v0.3.34 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="formatting"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=9b23209de24541fd -C extra-filename=-9b23209de24541fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern deranged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libderanged-af846baf4e03afd2.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-50410167bde428b5.rmeta --extern num_conv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-532d349376042258.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-5123ed47e5ae0be2.rmeta --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-dcf96a72aecdb8dd.rmeta --extern time_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_macros-b89307d1b25cd1dc.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/lib.rs:70:13 | 70 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:123:28 | 123 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: requested on the command line with `-W unused-qualifications` help: remove the unnecessary path segments | 123 - return Err(crate::error::ComponentRange { 123 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:161:28 | 161 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 161 - return Err(crate::error::ComponentRange { 161 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:198:28 | 198 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 198 - return Err(crate::error::ComponentRange { 198 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1135:28 | 1135 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 1135 - return Err(crate::error::ComponentRange { 1135 + return Err(error::ComponentRange { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1168:28 | 1168 | return Err(crate::error::ComponentRange { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 1168 - return Err(crate::error::ComponentRange { 1168 + return Err(error::ComponentRange { | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1356:56 | 1356 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1356 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/date.rs:1393:27 | 1393 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1393 | metadata: Metadata<'_, Self>, | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/format_description/parse/lexer.rs:10:11 | 10 | iter: core::iter::Peekable, | ^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 10 - iter: core::iter::Peekable, 10 + iter: iter::Peekable, | warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/formatting/formattable.rs:22:12 | 22 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/month.rs:179:56 | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:274:34 | 274 | debug_assert!(ordinal <= crate::util::days_in_year(year) as i16); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 274 - debug_assert!(ordinal <= crate::util::days_in_year(year) as i16); 274 + debug_assert!(ordinal <= util::days_in_year(year) as i16); | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:1329:56 | 1329 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1329 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/offset_date_time.rs:1338:27 | 1338 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1338 | metadata: Metadata<'_, Self>, | +++ warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/parsing/parsable.rs:18:12 | 18 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/primitive_date_time.rs:902:56 | 902 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 902 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/primitive_date_time.rs:910:27 | 910 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 910 | metadata: Metadata<'_, Self>, | +++ warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:721:24 | 721 | ) -> Result { | ^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 721 - ) -> Result { 721 + ) -> Result { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:737:25 | 737 | ) -> Result { | ^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 737 - ) -> Result { 737 + ) -> Result { | warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:778:56 | 778 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/time.rs:813:27 | 813 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 813 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/utc_offset.rs:425:56 | 425 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 425 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time/src/utc_offset.rs:441:27 | 441 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | metadata: Metadata<'_, Self>, | +++ Compiling rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_smir) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_smir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_smir CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_smir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_smir --edition=2021 compiler/rustc_smir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24e2dc0f53d4904f -C extra-filename=-24e2dc0f53d4904f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-311078049ee4266e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-330cf8a73f398b9e.rmeta --extern stable_mir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-d31b91fac1e5682b.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out` Compiling rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_interface) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_interface CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_interface CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_interface CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_interface --edition=2021 compiler/rustc_interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="rustc_codegen_llvm"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "rustc-rayon", "rustc-rayon-core", "rustc_codegen_llvm", "rustc_use_parallel_compiler"))' -C metadata=a90e7205c63455b1 -C extra-filename=-a90e7205c63455b1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-0864f2b6823a17ee.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-2baa5c98abe39709.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-8d3d361885466a1e.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-160a149defb2ced9.rmeta --extern rustc_codegen_llvm=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-d6a76c3e9ff943fd.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-19b063ce2b3f82b6.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-408757dd4010801a.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-d7779ecf914c41f4.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-c57d453c7485b387.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-adba4e33e8c189c4.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-99aa5f55aa68dc72.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-955266b7312bc8ab.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-fd2ab1a16a5e8254.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-5c8fb955c923b18c.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-27864dd07fea5e0b.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-852a0e5b59710d06.rmeta --extern rustc_query_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-5319db148e67a94b.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-a80aa9980f06e1d9.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-ee568c31f072e6e4.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-8f3f166969b27daa.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-64799de8f26cafe8.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib` warning: `time` (lib) generated 24 warnings (1 duplicate) Compiling rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_log) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_log CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_log CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_log --edition=2021 compiler/rustc_log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("max_level_info"))' -C metadata=37b956510b4d0a66 -C extra-filename=-37b956510b4d0a66 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-43ec36ef9f5cb893.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-2c5ca0e76c9841cd.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` Compiling shlex v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61d4aeb48a5d61ec -C extra-filename=-61d4aeb48a5d61ec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test` and 3 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(manual_codegen_check)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shlex/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ warning: `shlex` (lib) generated 7 warnings Compiling rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver_impl) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_driver_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver_impl CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver_impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver_impl --edition=2021 compiler/rustc_driver_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=07fce90b46d0da2e -C extra-filename=-07fce90b46d0da2e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-0864f2b6823a17ee.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-2baa5c98abe39709.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-8d3d361885466a1e.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-160a149defb2ced9.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-19b063ce2b3f82b6.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-408757dd4010801a.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-d7779ecf914c41f4.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-974b695892e106ed.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-c57d453c7485b387.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-adba4e33e8c189c4.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta --extern rustc_interface=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-a90e7205c63455b1.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-99aa5f55aa68dc72.rmeta --extern rustc_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-37b956510b4d0a66.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-955266b7312bc8ab.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-fd2ab1a16a5e8254.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-5c8fb955c923b18c.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-27864dd07fea5e0b.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2de42b29eef85938.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-852a0e5b59710d06.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-a80aa9980f06e1d9.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta --extern rustc_smir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-24e2dc0f53d4904f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-ee568c31f072e6e4.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-64799de8f26cafe8.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta --extern shlex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libshlex-61d4aeb48a5d61ec.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime-9b23209de24541fd.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib` Compiling rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "jemalloc-sys", "llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=f70362303da57d1f -C extra-filename=-f70362303da57d1f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc-main-f70362303da57d1f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Zunstable-options-Wrustc::internal-Cprefer-dynamic-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib' CARGO_FEATURE_LLVM=1 CARGO_FEATURE_MAX_LEVEL_INFO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc-main-67e828231ca73c55/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc-main-f70362303da57d1f/build-script-build` [rustc-main 0.0.0] cargo:rerun-if-changed=build.rs Compiling rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc_driver CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver --edition=2021 compiler/rustc_driver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d4a6a97fb5bcb03 -C extra-filename=-0d4a6a97fb5bcb03 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-07fce90b46d0da2e.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustc-main CARGO_CRATE_NAME=rustc_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/compiler/rustc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc-main-67e828231ca73c55/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_main --edition=2021 compiler/rustc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "jemalloc-sys", "llvm", "max_level_info", "rustc_use_parallel_compiler"))' -C metadata=efc94b5fbae6d621 -C extra-filename=-efc94b5fbae6d621 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-19b063ce2b3f82b6.rlib --extern rustc_driver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-0d4a6a97fb5bcb03.so --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-07fce90b46d0da2e.rlib --extern rustc_smir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-24e2dc0f53d4904f.rlib --extern stable_mir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-d31b91fac1e5682b.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-931ecc84e96fa66b/out -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-aff2dac6dd08dda7/out -L native=/usr/local/llvm16/lib` Finished `release` profile [optimized] target(s) in 14m 17s c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_macro-49f4f07630c2414a.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdarling_macro-49f4f07630c2414a.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderivative-e112b2bd04bdc179.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderivative-e112b2bd04bdc179.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_more-46550de2433af16e.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_more-46550de2433af16e.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_setters-52414d4e76a1c08c.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_setters-52414d4e76a1c08c.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-4a04243a6234f899.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdisplaydoc-4a04243a6234f899.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libicu_provider_macros-e0f30a1ed9a547d1.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_macros-e0f30a1ed9a547d1.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-5621f34b3642b084.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro_hack-5621f34b3642b084.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-a924f37fa76eb92a.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fluent_macro-a924f37fa76eb92a.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_index_macros-707071f0e9525c7a.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index_macros-707071f0e9525c7a.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-55a2a46f84d110a0.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_macros-55a2a46f84d110a0.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libserde_derive-51d0767bb2ae0e21.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_derive-51d0767bb2ae0e21.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-c8bd8660cbcc79b8.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror_impl-c8bd8660cbcc79b8.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_macros-b89307d1b25cd1dc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_macros-b89307d1b25cd1dc.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtracing_attributes-42e3f1dad81d3f39.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_attributes-42e3f1dad81d3f39.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-5313eb28d22acfa3.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros_impl-5313eb28d22acfa3.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke_derive-44c1c5c8fb5f1084.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke_derive-44c1c5c8fb5f1084.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom_derive-0a77d209554188cb.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom_derive-0a77d209554188cb.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec_derive-afbb8726f9cc07ec.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec_derive-afbb8726f9cc07ec.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libadler-b4397653bbfe5dc6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-b4397653bbfe5dc6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libahash-a8d5d9aef7720ad2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libahash-a8d5d9aef7720ad2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-95d8342030b50c75.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libaho_corasick-95d8342030b50c75.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-413f3322ec182833.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liballocator_api2-413f3322ec182833.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-b42226447359fec6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libannotate_snippets-b42226447359fec6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-07c14b78c6de74dd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libanstyle-07c14b78c6de74dd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-a895caed47135040.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libar_archive_writer-a895caed47135040.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-414013bc4b064a76.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayvec-414013bc4b064a76.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-637b5b5ad4f946d8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-637b5b5ad4f946d8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-c7ba83701086cab5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-c7ba83701086cab5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-5205cd59a565b28e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libblock_buffer-5205cd59a565b28e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-ea5ccafc344dd557.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-ea5ccafc344dd557.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcc-e05849d04add3280.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcc-e05849d04add3280.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-4098b9838f560607.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-4098b9838f560607.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-75a09ea81f8784d9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcpufeatures-75a09ea81f8784d9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-694399e2d892e587.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrc32fast-694399e2d892e587.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-350d73a80aeb573c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrypto_common-350d73a80aeb573c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-8447e49e530aeb3b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdatafrog-8447e49e530aeb3b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libderanged-af846baf4e03afd2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderanged-af846baf4e03afd2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-50ef67bb9d61bb4a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdigest-50ef67bb9d61bb4a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-d08b88fc2cb21b81.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libeither-d08b88fc2cb21b81.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libelsa-f1246ced639ce33b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libelsa-f1246ced639ce33b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libena-1861bde9c46dc67f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libena-1861bde9c46dc67f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-ad34fe26c92e93c1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libequivalent-ad34fe26c92e93c1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liberrno-1f5ccd144c9369a0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liberrno-1f5ccd144c9369a0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-bff59a9c42d1373d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfastrand-bff59a9c42d1373d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-a5a744cfed2c97f1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfield_offset-a5a744cfed2c97f1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libflate2-95e16d217a380350.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-95e16d217a380350.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-ea9d41ba193f8fab.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_bundle-ea9d41ba193f8fab.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-b6542dd81485325d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_langneg-b6542dd81485325d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-97f3cd469386c60a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_syntax-97f3cd469386c60a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f148b09520b08e3c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgeneric_array-f148b09520b08e3c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-4ce51761fa2c7e9f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-4ce51761fa2c7e9f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-52c1613378dbaecc.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetrandom-52c1613378dbaecc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgimli-e9755d93d6f7b771.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-e9755d93d6f7b771.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-49dcedde340e26b0.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgsgdt-49dcedde340e26b0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-24c31ad796effa48.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-24c31ad796effa48.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-8057ba9f874e7043.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list-8057ba9f874e7043.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-519252dfe0bb3f2d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list_data-519252dfe0bb3f2d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-343cc507e8742af7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid-343cc507e8742af7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-be8ee92103897574.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform-be8ee92103897574.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-b7e54dcf140389cb.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform_data-b7e54dcf140389cb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-5273aa321b4937be.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider-5273aa321b4937be.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-a6a3a22e4d9d6997.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_adapters-a6a3a22e4d9d6997.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-17497d0810b0a48f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libindexmap-17497d0810b0a48f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-c3a3295214e04dba.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_memoizer-c3a3295214e04dba.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-cc7d281cc5c4d720.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_pluralrules-cc7d281cc5c4d720.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-3656968fffa56862.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libitertools-3656968fffa56862.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-50410167bde428b5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libitoa-50410167bde428b5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-fd8640d03f30dc77.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-fd8640d03f30dc77.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-d6016b0ba9be569b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-d6016b0ba9be569b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libleb128-409bdbbd5561fb7f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libleb128-409bdbbd5561fb7f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-6d1fd6e6e5046d9a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-6d1fd6e6e5046d9a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-009a398a53826a69.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibloading-009a398a53826a69.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-66f78bc5ac0e7f6e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblitemap-66f78bc5ac0e7f6e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-eb6937d29b282611.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblock_api-eb6937d29b282611.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-f750233e388c4c0d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblog-f750233e388c4c0d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-44eb15e8c6e5548b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmatchers-44eb15e8c6e5548b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmd5-7eedf0a7483cb046.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmd5-7eedf0a7483cb046.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-f67a65ee7b2e6013.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmeasureme-f67a65ee7b2e6013.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-86c96a1510b30c6e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-86c96a1510b30c6e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-ecd1087b65b91bf7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemmap2-ecd1087b65b91bf7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-c6e1550a2a75d0fd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemoffset-c6e1550a2a75d0fd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-8088c099e490bcce.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-8088c099e490bcce.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-819c613f46f5f6db.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-819c613f46f5f6db.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-532d349376042258.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_conv-532d349376042258.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-8b2e9668839b67a4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-8b2e9668839b67a4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-2523882bb8666c78.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libodht-2523882bb8666c78.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-60302c07f796e5b7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libonce_cell-60302c07f796e5b7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liboverload-9dd6dbf00ad51324.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liboverload-9dd6dbf00ad51324.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-606a1e65acc3e2c1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-606a1e65acc3e2c1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-464bdc2938e04c79.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-464bdc2938e04c79.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-085393094b8c6a64.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpathdiff-085393094b8c6a64.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-d958ecd401e50d7a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpin_project_lite-d958ecd401e50d7a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-f36876544c4b9c2a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpolonius_engine-f36876544c4b9c2a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-5123ed47e5ae0be2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpowerfmt-5123ed47e5ae0be2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-44a710bcddb39fb4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libppv_lite86-44a710bcddb39fb4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpsm-367805b1daf8f4d7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpsm-367805b1daf8f4d7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-9135d713c230e045.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark-9135d713c230e045.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-af036f512e14fe69.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpunycode-af036f512e14fe69.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-e67f079f9e049992.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand-e67f079f9e049992.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-0708cbe253960e98.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_chacha-0708cbe253960e98.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-41cd323e6863a76c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_core-41cd323e6863a76c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-7918352de1c441ad.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_xoshiro-7918352de1c441ad.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-625115be261fbcd8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex-625115be261fbcd8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-7befee19612e73fd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-7befee19612e73fd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-a44aa26807a03ad8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-a44aa26807a03ad8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-7e05d806bbfd3aa9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-7e05d806bbfd3aa9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-cea95c9f9ab82633.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-cea95c9f9ab82633.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-311078049ee4266e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_abi-311078049ee4266e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-131e30f4ea1a2c6e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-131e30f4ea1a2c6e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-4cfaee98f8d20e86.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_arena-4cfaee98f8d20e86.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-a25c0a3f06891b3f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast-a25c0a3f06891b3f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-b266cb247bf57835.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_ir-b266cb247bf57835.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-0864f2b6823a17ee.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_lowering-0864f2b6823a17ee.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-2baa5c98abe39709.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_passes-2baa5c98abe39709.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-ce4b418834ce9fcd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_pretty-ce4b418834ce9fcd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-4c1c31f27748b205.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_attr-4c1c31f27748b205.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-b89672b0b68777eb.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_baked_icu_data-b89672b0b68777eb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-8d3d361885466a1e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-8d3d361885466a1e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-160a149defb2ced9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_builtin_macros-160a149defb2ced9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-d6a76c3e9ff943fd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_llvm-d6a76c3e9ff943fd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-19b063ce2b3f82b6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_ssa-19b063ce2b3f82b6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-408757dd4010801a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_const_eval-408757dd4010801a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-179ff0996ad82de2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-179ff0996ad82de2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-4bc60ecd8698f4f4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-4bc60ecd8698f4f4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-0d4a6a97fb5bcb03.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-0d4a6a97fb5bcb03.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-07fce90b46d0da2e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver_impl-07fce90b46d0da2e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-09c1a3aa72082bbd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_codes-09c1a3aa72082bbd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-16d0684fb126df00.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_messages-16d0684fb126df00.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-93f39b3129f06e8e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-93f39b3129f06e8e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-13f68b482b703339.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_expand-13f68b482b703339.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-cd12b54710f051f2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_feature-cd12b54710f051f2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f7e8acf1660696fe.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fs_util-f7e8acf1660696fe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-842eb4679b6dd945.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_graphviz-842eb4679b6dd945.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-99c057def3d5226c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-99c057def3d5226c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-318bf9e77b1db30f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir-318bf9e77b1db30f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-d7779ecf914c41f4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_analysis-d7779ecf914c41f4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-974b695892e106ed.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_pretty-974b695892e106ed.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-c57d453c7485b387.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_typeck-c57d453c7485b387.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-adba4e33e8c189c4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-adba4e33e8c189c4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-6765cf40172e1f7c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index-6765cf40172e1f7c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-e33e257c3698e8b9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_infer-e33e257c3698e8b9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-a90e7205c63455b1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_interface-a90e7205c63455b1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-29ab81553a39fb41.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lexer-29ab81553a39fb41.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-99aa5f55aa68dc72.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-99aa5f55aa68dc72.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-7122fad3ca0fa43b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint_defs-7122fad3ca0fa43b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-0be70ba8115d9fc8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_llvm-0be70ba8115d9fc8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-37b956510b4d0a66.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_log-37b956510b4d0a66.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-aa491a39549218e3.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-aa491a39549218e3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-fd5788fce0768485.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_middle-fd5788fce0768485.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-955266b7312bc8ab.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_build-955266b7312bc8ab.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_dataflow-130d8a7a7f3f3a53.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-fd2ab1a16a5e8254.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_transform-fd2ab1a16a5e8254.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-5c8fb955c923b18c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_monomorphize-5c8fb955c923b18c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-046f4e76550c7bd7.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_next_trait_solver-046f4e76550c7bd7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-1e0afa482b55b3bf.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse-1e0afa482b55b3bf.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ea9ceac94b97f901.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse_format-ea9ceac94b97f901.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-27864dd07fea5e0b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-27864dd07fea5e0b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2de42b29eef85938.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_pattern_analysis-2de42b29eef85938.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-852a0e5b59710d06.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-852a0e5b59710d06.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-5319db148e67a94b.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_impl-5319db148e67a94b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-a3159d7be6bd34f5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_system-a3159d7be6bd34f5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-a80aa9980f06e1d9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-a80aa9980f06e1d9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-96d554dd5e921027.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-96d554dd5e921027.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-59f1ea2173563a59.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_session-59f1ea2173563a59.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-24e2dc0f53d4904f.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_smir-24e2dc0f53d4904f.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-e534dacaeadc1c84.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_span-e534dacaeadc1c84.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-ee568c31f072e6e4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_symbol_mangling-ee568c31f072e6e4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-6db4cb9724bcec55.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-6db4cb9724bcec55.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-1e2538e8c142c5f4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_trait_selection-1e2538e8c142c5f4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-8f3f166969b27daa.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-8f3f166969b27daa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-9d5ff2060d3f2c6a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_transmute-9d5ff2060d3f2c6a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-64799de8f26cafe8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ty_utils-64799de8f26cafe8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-f4fc88511eb879e2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir-f4fc88511eb879e2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustix-a059afcdaf50e54a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustix-a059afcdaf50e54a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-3ca89106131e788c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libruzstd-3ca89106131e788c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libryu-936678f1a17b3bbb.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libryu-936678f1a17b3bbb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-330cf8a73f398b9e.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-330cf8a73f398b9e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-c574fb33cab5fead.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libscopeguard-c574fb33cab5fead.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-85cc60b154dc8a03.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-85cc60b154dc8a03.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-ec1353646cbe59b1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-ec1353646cbe59b1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsemver-a3538b5667532ec9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsemver-a3538b5667532ec9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-91c5597a841915cb.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde-91c5597a841915cb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-1824f47785882fe2.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_json-1824f47785882fe2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha1-a06456417b30f231.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsha1-a06456417b30f231.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha2-d2d38b516e830527.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsha2-d2d38b516e830527.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-2b659bb6e3c46128.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsharded_slab-2b659bb6e3c46128.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libshlex-61d4aeb48a5d61ec.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libshlex-61d4aeb48a5d61ec.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-48edca4883295db8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-48edca4883295db8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsnap-d90659306717d323.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsnap-d90659306717d323.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-26eef0c7d5201c9f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-26eef0c7d5201c9f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-d31b91fac1e5682b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_mir-d31b91fac1e5682b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstacker-4816805a422a30f9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstacker-4816805a422a30f9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-6832d92ee3a2ce24.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstatic_assertions-6832d92ee3a2ce24.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-2b66faf215f5a0c1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtempfile-2b66faf215f5a0c1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-4b9a5fc1ceed1853.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-4b9a5fc1ceed1853.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-149d63102603a0d1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtermize-149d63102603a0d1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-f236de2e14609973.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthin_vec-f236de2e14609973.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-421f79de2f130a26.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror-421f79de2f130a26.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthorin-7c58330786afe79f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthorin-7c58330786afe79f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-1b39d8f80d165875.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthread_local-1b39d8f80d165875.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime-9b23209de24541fd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime-9b23209de24541fd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-dcf96a72aecdb8dd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_core-dcf96a72aecdb8dd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-ab0f5475156d2f3d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinystr-ab0f5475156d2f3d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-4f1c59ade0a9825d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec-4f1c59ade0a9825d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-9ece52a3e897a5a6.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec_macros-9ece52a3e897a5a6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-5e71a027ded86a05.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing-5e71a027ded86a05.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-548bca9d0ad199a5.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_core-548bca9d0ad199a5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-ba6e8ce46a3f5a30.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_log-ba6e8ce46a3f5a30.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-43ec36ef9f5cb893.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_subscriber-43ec36ef9f5cb893.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-2c5ca0e76c9841cd.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_tree-2c5ca0e76c9841cd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-f3188134dcecf33f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtwox_hash-f3188134dcecf33f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-3a4138c2dbc8f33f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtype_map-3a4138c2dbc8f33f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-b2d0ced51a107816.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtypenum-b2d0ced51a107816.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-ac2b6f52312c4589.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid-ac2b6f52312c4589.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-954f3c09490710ef.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_impl-954f3c09490710ef.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-bd342f666bf1e8d8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros-bd342f666bf1e8d8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicase-09d909de5f657af4.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicase-09d909de5f657af4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-13bef8eafc39d66f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_normalization-13bef8eafc39d66f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-5a0291d8641fe07c.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_properties-5a0291d8641fe07c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-866fec661080172f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_script-866fec661080172f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-5ab232ab91c157b1.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_security-5ab232ab91c157b1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-1865ba356774ee71.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-1865ba356774ee71.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-ebab82160e0902d9.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_xid-ebab82160e0902d9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-67d09f3ba8304ca8.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwasm_encoder-67d09f3ba8304ca8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-12e6d3109a4d7a1d.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwasmparser-12e6d3109a4d7a1d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-3682f2338783cbad.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwriteable-3682f2338783cbad.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-6cc862f99046705f.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke-6cc862f99046705f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-dcc8e629fa8e619a.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy-dcc8e629fa8e619a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-98e91d5a13b4cd62.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom-98e91d5a13b4cd62.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-8a099c605be9f400.rmeta" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec-8a099c605be9f400.rmeta" < RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } Creating a sysroot for stage2 compiler (use `rustup toolchain link 'name' build/host/stage2`) > Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/libstd-b90d3534f4e3d3cc.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-0d4a6a97fb5bcb03.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-0d4a6a97fb5bcb03.so" > Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } Copy/Link "/usr/local/llvm16/bin/llvm-cov" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-cov" Copy/Link "/usr/local/llvm16/bin/llvm-nm" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-nm" Copy/Link "/usr/local/llvm16/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" Copy/Link "/usr/local/llvm16/bin/llvm-objdump" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objdump" Copy/Link "/usr/local/llvm16/bin/llvm-profdata" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-profdata" Copy/Link "/usr/local/llvm16/bin/llvm-readobj" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-readobj" Copy/Link "/usr/local/llvm16/bin/llvm-size" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-size" Copy/Link "/usr/local/llvm16/bin/llvm-strip" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-strip" Copy/Link "/usr/local/llvm16/bin/llvm-ar" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-ar" Copy/Link "/usr/local/llvm16/bin/llvm-as" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-as" Copy/Link "/usr/local/llvm16/bin/llvm-dis" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-dis" Copy/Link "/usr/local/llvm16/bin/llvm-link" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-link" Copy/Link "/usr/local/llvm16/bin/llc" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llc" Copy/Link "/usr/local/llvm16/bin/opt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/opt" c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/rustc-main" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustc" < Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustc" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustc" > Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool rustdoc (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustdoc/Cargo.toml", failure_behavior: Exit, output_mode: PrintAll } Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling memchr v2.5.0 Compiling libc v0.2.153 Compiling serde v1.0.197 Compiling version_check v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=413f0b9a92230f73 -C extra-filename=-413f0b9a92230f73 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-413f0b9a92230f73 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=378afda3aa580e10 -C extra-filename=-378afda3aa580e10 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memchr-378afda3aa580e10 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=216cfa568debdf5b -C extra-filename=-216cfa568debdf5b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31eaa6b46f1ab558 -C extra-filename=-31eaa6b46f1ab558 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5075a54d0bcce02b -C extra-filename=-5075a54d0bcce02b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-5075a54d0bcce02b -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=fed437bcd5512d27 -C extra-filename=-fed437bcd5512d27 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-fed437bcd5512d27 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/channel.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=318fc50279079725 -C extra-filename=-318fc50279079725 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling once_cell v1.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=2487686b0c3f8850 -C extra-filename=-2487686b0c3f8850 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling autocfg v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19d8617034a17251 -C extra-filename=-19d8617034a17251 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/memchr-35ce0a5213568e91/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memchr-378afda3aa580e10/build-script-build` [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memchr-dbec3c07456b1ffa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memchr-378afda3aa580e10/build-script-build` warning: `proc-macro2` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-85aa58a68fff382d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-413f0b9a92230f73/build-script-build` [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx Compiling parking_lot_core v0.9.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=64a02933d25fbddf -C extra-filename=-64a02933d25fbddf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-64a02933d25fbddf -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/error.rs:29:32 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 29 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ [proc-macro2 1.0.78] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.78] cargo:rustc-cfg=wrap_proc_macro warning: `version_check` (lib) generated 4 warnings Compiling unicase v2.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=eda0524046ad86e7 -C extra-filename=-eda0524046ad86e7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-eda0524046ad86e7 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-31eaa6b46f1ab558.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-85aa58a68fff382d/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=abe3d53b484a1476 -C extra-filename=-abe3d53b484a1476 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-544a0a7289a6c7cd/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-fed437bcd5512d27/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `once_cell` (lib) generated 4 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling tracing-core v0.1.30 [libc 0.2.153] cargo:rustc-cfg=freebsd11 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="valuable"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=98982f520dfc2ad4 -C extra-filename=-98982f520dfc2ad4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_union warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-544a0a7289a6c7cd/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f10959f6bef5e396 -C extra-filename=-f10959f6bef5e396 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-27ce39dc85d10313/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-eda0524046ad86e7/build-script-build` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [unicase 2.7.0] cargo:rustc-cfg=__unicase__iter_cmp warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-c6246bec3240c6ac/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-64a02933d25fbddf/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ [parking_lot_core 0.9.9] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memchr-dbec3c07456b1ffa/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f1fe98da70860fe2 -C extra-filename=-f1fe98da70860fe2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: `autocfg` (lib) generated 1 warning Compiling lock_api v0.4.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=591d9416b341168f -C extra-filename=-591d9416b341168f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-591d9416b341168f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-19d8617034a17251.rlib --cap-lints warn -Z binary-dep-depinfo` [unicase 2.7.0] cargo:rustc-cfg=__unicase__default_hasher warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ [unicase 2.7.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.7.0] cargo:rustc-cfg=__unicase__core_and_alloc Compiling quote v1.0.35 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=bdb0b8ae731a5619 -C extra-filename=-bdb0b8ae731a5619 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-27ce39dc85d10313/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0ecb3abd74b04b46 -C extra-filename=-0ecb3abd74b04b46 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:5:17 | 5 | #![cfg_attr(all(__unicase__core_and_alloc, not(test),), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:49:11 | 49 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:51:11 | 51 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:54:15 | 54 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:56:15 | 56 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:60:7 | 60 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:293:7 | 293 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:301:7 | 301 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:2:7 | 2 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:8:11 | 8 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:61:7 | 61 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:69:7 | 69 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:16:11 | 16 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:25:15 | 25 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:30:11 | 30 | #[cfg(__unicase_const_fns)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:35:15 | 35 | #[cfg(not(__unicase_const_fns))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:88:34 | 88 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 88 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:1:7 | 1 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:38:7 | 38 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:46:7 | 46 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:131:19 | 131 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:145:11 | 145 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:153:15 | 153 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:159:11 | 159 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:167:15 | 167 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:214:34 | 214 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 214 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:221:34 | 221 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:269:14 | 269 | impl<'a> Into<$to> for UniCase<$to> { | -^^- help: elide the unused lifetime ... 290 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` = note: this warning originates in the macro `into_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `unicase` (lib) generated 28 warnings Compiling syn v2.0.52 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=3efef243f01f9f8e -C extra-filename=-3efef243f01f9f8e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `proc-macro2` (lib) generated 256 warnings Compiling mime_guess v2.0.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=7657adb6f8478d0d -C extra-filename=-7657adb6f8478d0d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-7657adb6f8478d0d -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicase-0ecb3abd74b04b46.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-ba1aaa87ac1418de/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-591d9416b341168f/build-script-build` warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:1:7 | 1 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:20:7 | 20 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:36:7 | 36 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:73:11 | 73 | #[cfg(all(feature = "phf", feature = "rev-mappings"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:118:15 | 118 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/build.rs:28:11 | 28 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `memchr` (lib) generated 60 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/memchr-35ce0a5213568e91/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std", "use_std"))' -C metadata=79a830e7782d242b -C extra-filename=-79a830e7782d242b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` [lock_api 0.4.11] cargo:rustc-cfg=has_const_fn_trait_bound Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-21f3eb2630009a4b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-5075a54d0bcce02b/build-script-build` [serde 1.0.197] cargo:rerun-if-changed=build.rs warning: `libc` (lib) generated 11 warnings Compiling regex-syntax v0.6.29 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bc3c9b1e3dfbfb1c -C extra-filename=-bc3c9b1e3dfbfb1c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling minimal-lexical v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name minimal_lexical --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=f2dff47cbdca9866 -C extra-filename=-f2dff47cbdca9866 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical/src/bigint.rs:127:40 | 127 | pub fn rview(x: &[Limb]) -> ReverseView { | -----------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:654:32 | 654 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:291:44 | 291 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 291 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:525:44 | 525 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 525 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical/src/bigint.rs:111:29 | 111 | pub struct ReverseView<'a, T: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:609:16 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:563:44 | 563 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 563 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:569:57 | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:585:57 | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:595:44 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:601:57 | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:611:44 | 611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:617:57 | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:627:44 | 627 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:633:57 | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:643:44 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:649:57 | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:659:44 | 659 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:665:57 | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1360:32 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:390:12 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:419:32 | 419 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: `minimal-lexical` (lib) generated 2 warnings Compiling smallvec v1.13.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=b606e5f2ed564f6b -C extra-filename=-b606e5f2ed564f6b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:926:12 | 926 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:998:12 | 998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1011:12 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1053:12 | 1053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1423:12 | 1423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1449:12 | 1449 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1476:12 | 1476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1646:12 | 1646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1657:12 | 1657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1708:12 | 1708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1829:12 | 1829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1864:12 | 1864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1903:12 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1931:12 | 1931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2014:12 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2026:12 | 2026 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2038:12 | 2038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2067:12 | 2067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2091:12 | 2091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2148:12 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2193:12 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3328:12 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3352:12 | 3352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3372:12 | 3372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3387:12 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3399:12 | 3399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3422:12 | 3422 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3476:12 | 3476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3487:12 | 3487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3511:12 | 3511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3520:12 | 3520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3532:12 | 3532 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3540:12 | 3540 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3548:12 | 3548 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3556:12 | 3556 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3576:12 | 3576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3594:12 | 3594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3603:12 | 3603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3614:12 | 3614 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3625:12 | 3625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3638:12 | 3638 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3647:12 | 3647 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3659:12 | 3659 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3671:12 | 3671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3689:12 | 3689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3697:12 | 3697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3709:12 | 3709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3717:12 | 3717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3727:12 | 3727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3737:12 | 3737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3761:12 | 3761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3777:12 | 3777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3793:12 | 3793 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3804:12 | 3804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3820:12 | 3820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3832:12 | 3832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:99:16 | 99 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:124:16 | 124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:169:16 | 169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:179:16 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:249:16 | 249 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:259:16 | 259 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:274:16 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:289:16 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:304:16 | 304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:314:16 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:319:16 | 319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:324:16 | 324 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:339:16 | 339 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:344:16 | 344 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:354:16 | 354 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:364:16 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:369:16 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:379:16 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:384:16 | 384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:389:16 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:394:16 | 394 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:422:16 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `tracing-core` (lib) generated 12 warnings Compiling scopeguard v1.2.0 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:437:16 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:452:16 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:457:16 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:462:16 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=c4f11f005f13a261 -C extra-filename=-c4f11f005f13a261 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:502:16 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:574:16 | 574 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:589:16 | 589 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:594:16 | 594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:622:16 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:632:16 | 632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:642:16 | 642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:662:16 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:677:16 | 677 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:697:16 | 697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:702:16 | 702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:712:16 | 712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:730:16 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:735:16 | 735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:740:16 | 740 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:745:16 | 745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:35:12 | 35 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:123:12 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:272:12 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:309:12 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:321:12 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:350:12 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:367:12 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:527:12 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:563:12 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:598:12 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:634:12 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:659:12 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:676:12 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:768:12 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:821:12 | 821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:837:12 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:911:12 | 911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:963:12 | 963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:981:12 | 981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1017:12 | 1017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1142:12 | 1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1183:12 | 1183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1195:12 | 1195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1251:12 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1262:12 | 1262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1281:12 | 1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1334:12 | 1334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1376:12 | 1376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1469:12 | 1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1494:12 | 1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1623:12 | 1623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1644:12 | 1644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1683:12 | 1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1702:12 | 1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1994:12 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2005:12 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2224:12 | 2224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2240:12 | 2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2257:12 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2294:12 | 2294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2331:12 | 2331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2363:12 | 2363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2389:12 | 2389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2425:12 | 2425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2474:12 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2493:12 | 2493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2508:12 | 2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2530:12 | 2530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2547:12 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2559:12 | 2559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2574:12 | 2574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2592:12 | 2592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2614:12 | 2614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2632:12 | 2632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2649:12 | 2649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2699:12 | 2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2739:12 | 2739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2771:12 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2882:12 | 2882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2900:12 | 2900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2918:12 | 2918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2950:12 | 2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2990:12 | 2990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2999:12 | 2999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3018:12 | 3018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3029:12 | 3029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3040:12 | 3040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3074:12 | 3074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3086:12 | 3086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3116:12 | 3116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3132:12 | 3132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3142:12 | 3142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:311:40 | 311 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:323:40 | 323 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:341:42 | 341 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 341 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:352:40 | 352 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:358:42 | 358 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:369:40 | 369 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 369 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:375:42 | 375 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:385:40 | 385 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 385 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:476:40 | 476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:482:42 | 482 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:493:40 | 493 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 493 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:499:42 | 499 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 499 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:511:40 | 511 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 511 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:517:42 | 517 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 517 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:529:40 | 529 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:535:42 | 535 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:547:40 | 547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:553:42 | 553 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:565:40 | 565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:571:42 | 571 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:582:40 | 582 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 582 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:588:42 | 588 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 588 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:600:40 | 600 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:606:42 | 606 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:618:40 | 618 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:624:42 | 624 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:636:40 | 636 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:642:42 | 642 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 642 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:667:42 | 667 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 667 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:678:40 | 678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:684:42 | 684 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:695:40 | 695 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:701:42 | 701 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:713:40 | 713 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 713 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:719:42 | 719 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:734:40 | 734 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 734 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:740:42 | 740 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:751:40 | 751 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 751 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:757:42 | 757 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:770:40 | 770 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 770 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:776:42 | 776 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:794:42 | 794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:804:40 | 804 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:810:42 | 810 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:823:40 | 823 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 823 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:829:42 | 829 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:839:40 | 839 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:845:42 | 845 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:857:40 | 857 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:863:42 | 863 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:873:40 | 873 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:879:42 | 879 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:892:40 | 892 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:898:42 | 898 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 898 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:913:40 | 913 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 913 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:919:42 | 919 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:930:40 | 930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:936:42 | 936 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 936 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:947:40 | 947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:953:42 | 953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:965:40 | 965 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 965 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:971:42 | 971 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:989:42 | 989 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 989 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1002:40 | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1008:42 | 1008 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1019:40 | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1025:42 | 1025 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1040:40 | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1046:42 | 1046 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1057:40 | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1063:42 | 1063 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1080:42 | 1080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1091:40 | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1097:42 | 1097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1108:40 | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1114:42 | 1114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1125:40 | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1131:42 | 1131 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1144:40 | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1150:42 | 1150 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1161:40 | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1175:40 | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1185:40 | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1197:40 | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1209:40 | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1221:40 | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1227:42 | 1227 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1237:40 | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1243:42 | 1243 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1243 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1253:40 | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1264:40 | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1283:40 | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1301:40 | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1307:42 | 1307 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1307 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1319:40 | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1325:42 | 1325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1336:40 | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1342:42 | 1342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1378:40 | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1441:40 | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1453:40 | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1471:40 | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1477:42 | 1477 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1477 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1496:40 | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1502:42 | 1502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1515:40 | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1521:42 | 1521 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1521 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1532:40 | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1538:42 | 1538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1555:41 | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1562:40 | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1572:40 | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1607:42 | 1607 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1607 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1625:40 | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1631:42 | 1631 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1631 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1646:40 | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1652:42 | 1652 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1667:40 | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1673:42 | 1673 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1704:40 | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1710:42 | 1710 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1710 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1727:40 | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1733:42 | 1733 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1745:40 | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1751:42 | 1751 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1751 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1790:40 | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1796:42 | 1796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1811:40 | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1817:42 | 1817 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1837:40 | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1843:42 | 1843 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1843 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1859:40 | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1865:42 | 1865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1881:40 | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1887:42 | 1887 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1901:40 | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1907:42 | 1907 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1921:40 | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1930:40 | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1935:42 | 1935 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1935 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1945:40 | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1956:40 | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1977:40 | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1983:42 | 1983 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1983 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1996:40 | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2007:40 | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2019:40 | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2043:40 | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2062:40 | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2074:40 | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2080:42 | 2080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2091:40 | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2097:42 | 2097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2108:40 | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2114:42 | 2114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2125:40 | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2155:40 | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2161:42 | 2161 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2161 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2174:40 | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2180:42 | 2180 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2180 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2191:40 | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2197:42 | 2197 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2197 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2208:40 | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2214:42 | 2214 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2226:40 | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2232:42 | 2232 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2232 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2242:40 | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2248:42 | 2248 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2259:40 | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2265:42 | 2265 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2265 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2279:40 | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2285:42 | 2285 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2285 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2296:40 | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2302:42 | 2302 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2302 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2315:40 | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2321:42 | 2321 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2333:40 | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2339:42 | 2339 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2339 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2349:40 | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2355:42 | 2355 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2365:40 | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2381:40 | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2391:40 | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2402:40 | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2414:40 | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2427:40 | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2446:40 | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2460:40 | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2476:40 | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2495:40 | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2510:40 | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2532:40 | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2538:42 | 2538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2549:40 | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2561:40 | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2576:40 | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2594:40 | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2600:42 | 2600 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2600 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2616:40 | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2622:42 | 2622 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2622 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2634:40 | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2640:42 | 2640 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2640 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2651:40 | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2657:42 | 2657 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2657 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2673:40 | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2701:40 | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2707:42 | 2707 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2719:40 | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2725:42 | 2725 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2741:40 | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2747:42 | 2747 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2763:42 | 2763 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2773:40 | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2779:42 | 2779 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2779 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2788:40 | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2794:42 | 2794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2803:40 | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2809:42 | 2809 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2809 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2818:40 | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2832:40 | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2852:40 | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2858:42 | 2858 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2858 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2868:40 | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2874:42 | 2874 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2884:40 | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2890:42 | 2890 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2890 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2902:40 | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2908:42 | 2908 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2908 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2920:40 | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2926:42 | 2926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2936:40 | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2942:42 | 2942 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2952:40 | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2958:42 | 2958 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2958 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2992:40 | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3001:40 | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3011:40 | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3020:40 | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3042:40 | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3076:40 | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3088:40 | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3100:40 | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3106:42 | 3106 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3106 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3118:40 | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3134:40 | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3144:40 | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:10:12 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:20:12 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:27:12 | 27 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:41:12 | 41 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:52:12 | 52 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:63:12 | 63 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:94:12 | 94 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:97:12 | 97 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:104:12 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:154:12 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:164:12 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:167:12 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:175:12 | 175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:178:12 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:186:12 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:231:12 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:242:12 | 242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:245:12 | 245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:331:12 | 331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:344:12 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:365:12 | 365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:397:12 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:404:12 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:407:12 | 407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:414:12 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:438:12 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:448:12 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:480:12 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `scopeguard` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-ba1aaa87ac1418de/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=c29777df888fdccb -C extra-filename=-c29777df888fdccb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libscopeguard-c4f11f005f13a261.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:483:12 | 483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:493:12 | 493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:505:12 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:512:12 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:535:12 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:552:12 | 552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:562:12 | 562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:572:12 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:584:12 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:594:12 | 594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:636:12 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:649:12 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:691:12 | 691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:729:12 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:778:12 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:794:12 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:797:12 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:807:12 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:817:12 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:828:12 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:841:12 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:882:12 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:893:12 | 893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:902:12 | 902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:905:12 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:952:12 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:982:12 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1046:12 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1058:12 | 1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1104:12 | 1104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1113:12 | 1113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1127:12 | 1127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1160:12 | 1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1184:12 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1217:12 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1242:12 | 1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1253:12 | 1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1256:12 | 1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1267:12 | 1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1285:12 | 1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1315:12 | 1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1323:12 | 1323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1325:12 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1327:12 | 1327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1329:12 | 1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1387:12 | 1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1401:12 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1470:12 | 1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1482:12 | 1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1490:12 | 1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1503:12 | 1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1514:12 | 1514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1552:12 | 1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1555:12 | 1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1563:12 | 1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1596:12 | 1596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1698:12 | 1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1701:12 | 1701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1715:12 | 1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1729:12 | 1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1783:12 | 1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1836:12 | 1836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1844:12 | 1844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1859:12 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1894:12 | 1894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1901:12 | 1901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1904:12 | 1904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1946:12 | 1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1953:12 | 1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1956:12 | 1956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1966:12 | 1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1999:12 | 1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2019:12 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2064:12 | 2064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2071:12 | 2071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2086:12 | 2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2096:12 | 2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2136:12 | 2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2166:12 | 2166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2176:12 | 2176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2184:12 | 2184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2187:12 | 2187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2197:12 | 2197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2212:12 | 2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2225:12 | 2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:119:12 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:248:12 | 248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:260:12 | 260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:283:12 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:314:12 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:328:12 | 328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:556:12 | 556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:567:12 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:752:12 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:763:12 | 763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:812:12 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:823:12 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:860:12 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:898:12 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:909:12 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:943:12 | 943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:993:12 | 993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1033:12 | 1033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1087:12 | 1087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1137:12 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1320:12 | 1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1332:12 | 1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1347:12 | 1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1357:12 | 1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1447:12 | 1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1544:12 | 1544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1574:12 | 1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1621:12 | 1621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `mime_guess` (build script) generated 6 warnings warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1658:12 | 1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1734:12 | 1734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1812:12 | 1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1823:12 | 1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_REV_MAPPINGS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-8a10c73ee73c3ef1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-7657adb6f8478d0d/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1939:12 | 1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1950:12 | 1950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1983:12 | 1983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2008:12 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2110:12 | 2110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2234:12 | 2234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2246:12 | 2246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2259:12 | 2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2276:12 | 2276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2321:12 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2334:12 | 2334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2346:12 | 2346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2361:12 | 2361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2432:12 | 2432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2468:12 | 2468 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2478:12 | 2478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2519:12 | 2519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2552:12 | 2552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2575:12 | 2575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2597:12 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2638:12 | 2638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2656:12 | 2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2666:12 | 2666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2677:12 | 2677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2688:12 | 2688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2719:12 | 2719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2744:12 | 2744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2776:12 | 2776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling aho-corasick v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=973d329a479ec2c8 -C extra-filename=-973d329a479ec2c8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-79a830e7782d242b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:152:11 | 152 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:162:15 | 162 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:235:11 | 235 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:250:15 | 250 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 103 | pub struct GuardNoSend(()); | ~~ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-c6246bec3240c6ac/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b4fc0330a74fee32 -C extra-filename=-b4fc0330a74fee32 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b606e5f2ed564f6b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tsan_enabled)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `lock_api` (lib) generated 7 warnings Compiling nom v7.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=532fbf4a04069564 -C extra-filename=-532fbf4a04069564 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-f1fe98da70860fe2.rmeta --extern minimal_lexical=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libminimal_lexical-f2dff47cbdca9866.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:396:14 | 396 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:347:6 | 347 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> O2> Parser for Map { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:364:6 | 364 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> H, H: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:381:6 | 381 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:398:6 | 398 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:415:6 | 415 | impl<'a, I: Clone, O, E: crate::error::ParseError, F: Parser, G: Parser> | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:440:5 | 440 | 'a, | _____-^ 441 | | I: Clone, | |____- help: elide the unused lifetime warning: `memchr` (lib) generated 60 warnings (47 duplicates) warning: `parking_lot_core` (lib) generated 2 warnings Compiling regex-syntax v0.7.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-5d0c725f8b4f78a2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-5075a54d0bcce02b/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=8b1d822b9b71e924 -C extra-filename=-8b1d822b9b71e924 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [serde 1.0.197] cargo:rerun-if-changed=build.rs Compiling lazy_static v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c7456355dfc13027 -C extra-filename=-c7456355dfc13027 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `lazy_static` (lib) generated 1 warning Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/overload/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0087079e8a6eab88 -C extra-filename=-0087079e8a6eab88 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rustix v0.38.31 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=5c33f3dbebcde891 -C extra-filename=-5c33f3dbebcde891 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-5c33f3dbebcde891 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:1012:38 | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:2812:38 | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=9f90cd5169687c53 -C extra-filename=-9f90cd5169687c53 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-bc3c9b1e3dfbfb1c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | warning: `nom` (lib) generated 19 warnings Compiling mime v0.3.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=mime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Strongly Typed Mimes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/mime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name mime --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bb706f8df6aa4bc -C extra-filename=-5bb706f8df6aa4bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/parse.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:27:9 | 27 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/parse.rs:185:50 | 185 | fn params_from_str(s: &str, iter: &mut Enumerate, mut start: usize) -> Result { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | fn params_from_str(s: &str, iter: &mut Enumerate>, mut start: usize) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:90:32 | 90 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:139:28 | 139 | pub fn type_(&self) -> Name { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | pub fn type_(&self) -> Name<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:156:30 | 156 | pub fn subtype(&self) -> Name { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 156 | pub fn subtype(&self) -> Name<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:179:36 | 179 | pub fn suffix(&self) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | pub fn suffix(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:442:32 | 442 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:449:32 | 449 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:456:23 | 456 | fn name_eq_str(name: &Name, s: &str) -> bool { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn name_eq_str(name: &Name<'_>, s: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:505:32 | 505 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 505 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:512:32 | 512 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime/src/lib.rs:532:34 | 532 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 532 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `mime` (lib) generated 12 warnings Compiling pin-project-lite v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pin-project-lite/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b21ac27a8d4fd84 -C extra-filename=-8b21ac27a8d4fd84 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=mime_guess CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-8a10c73ee73c3ef1/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name mime_guess --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=23922ae28bcf29c9 -C extra-filename=-23922ae28bcf29c9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern mime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime-5bb706f8df6aa4bc.rmeta --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicase-0ecb3abd74b04b46.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/src/lib.rs:32:7 | 32 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/mime_guess/src/lib.rs:36:11 | 36 | #[cfg(not(feature = "phf"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `mime_guess` (lib) generated 2 warnings Compiling regex v1.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.8.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=2ddf73a0d7b0afa1 -C extra-filename=-2ddf73a0d7b0afa1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-973d329a479ec2c8.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-79a830e7782d242b.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-8b1d822b9b71e924.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:73:37 | 73 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:81:37 | 81 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: `syn` (lib) generated 2882 warnings (315 duplicates) Compiling serde_derive v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=39afa6dd0385004c -C extra-filename=-39afa6dd0385004c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-3efef243f01f9f8e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 30 warnings Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=dc4e396685976064 -C extra-filename=-dc4e396685976064 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-3efef243f01f9f8e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `regex-syntax` (lib) generated 2 warnings Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/matchers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adee4de1476ade29 -C extra-filename=-adee4de1476ade29 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-9f90cd5169687c53.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling askama_parser v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=askama_parser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_parser CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parser for Askama templates' CARGO_PKG_HOMEPAGE='https://github.com/djc/askama' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=askama_parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/askama' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_parser LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name askama_parser --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_parser/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b553dbc54eb4a123 -C extra-filename=-b553dbc54eb4a123 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-532fbf4a04069564.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `aho-corasick` (lib) generated 29 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-2a3ca84083025f74/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-5c33f3dbebcde891/build-script-build` [rustix 0.38.31] cargo:rerun-if-changed=build.rs [rustix 0.38.31] cargo:rustc-cfg=static_assertions [rustix 0.38.31] cargo:rustc-cfg=libc [rustix 0.38.31] cargo:rustc-cfg=netbsdlike [rustix 0.38.31] cargo:rustc-cfg=bsd [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=d4793f7a6e40e4b2 -C extra-filename=-d4793f7a6e40e4b2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern overload=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liboverload-0087079e8a6eab88.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=244f4c0b3dc68f56 -C extra-filename=-244f4c0b3dc68f56 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-8b21ac27a8d4fd84.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtracing_attributes-dc4e396685976064.so --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: `tracing` (lib) generated 2 warnings Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=058f3543d87c2f41 -C extra-filename=-058f3543d87c2f41 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_parser/src/lib.rs:204:16 | 204 | NotEnd(char), | ------ ^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 204 | NotEnd(()), | ~~ warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `nu-ansi-term` (lib) generated 14 warnings Compiling parking_lot v0.12.1 warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=2dafb7f1c74874d1 -C extra-filename=-2dafb7f1c74874d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblock_api-c29777df888fdccb.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot_core-b4fc0330a74fee32.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 106 warnings Compiling errno v0.3.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9acdace630e24cd3 -C extra-filename=-9acdace630e24cd3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/unix.rs:77:13 | 77 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `errno` (lib) generated 3 warnings Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=25571f432b9aa0f9 -C extra-filename=-25571f432b9aa0f9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Compiling log v0.4.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=83377691c02759f1 -C extra-filename=-83377691c02759f1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:342:13 | 342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:343:13 | 343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:494:34 | 494 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 494 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:600:34 | 600 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1140:34 | 1140 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1149:28 | 1149 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1149 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1159:27 | 1159 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1159 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1163:23 | 1163 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1171:34 | 1171 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1171 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1175:28 | 1175 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1188:34 | 1188 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1192:28 | 1192 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1205:34 | 1205 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1209:28 | 1209 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1430:34 | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1447:34 | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:37:11 | 37 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: `askama_parser` (lib) generated 1 warning Compiling bitflags v2.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=cf31d24b662c3886 -C extra-filename=-cf31d24b662c3886 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `thread_local` (lib) generated 7 warnings Compiling serde_json v1.0.114 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=234577dbc6864775 -C extra-filename=-234577dbc6864775 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-234577dbc6864775 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `log` (lib) generated 19 warnings Compiling tracing-log v0.1.4 warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log-tracer"' --cfg 'feature="std"' --cfg 'feature="trace-logger"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "env_logger", "interest-cache", "log-tracer", "lru", "std", "trace-logger"))' -C metadata=09b599894182c855 -C extra-filename=-09b599894182c855 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-83377691c02759f1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex-syntax` (lib) generated 8 warnings Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=879b047a7a3dd1ad -C extra-filename=-879b047a7a3dd1ad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-adee4de1476ade29.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-d4793f7a6e40e4b2.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-2dafb7f1c74874d1.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-058f3543d87c2f41.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b606e5f2ed564f6b.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-25571f432b9aa0f9.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-244f4c0b3dc68f56.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde_derive` (lib) generated 130 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-21f3eb2630009a4b/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a2d6eec5b77b7a65 -C extra-filename=-a2d6eec5b77b7a65 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-39afa6dd0385004c.so --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log-0.1.4/src/lib.rs:121:5 | 121 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `bitflags` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-5d0c725f8b4f78a2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5594cd4ea019381d -C extra-filename=-5594cd4ea019381d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-39afa6dd0385004c.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-01d48bd468f85bc7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-234577dbc6864775/build-script-build` [serde_json 1.0.114] cargo:rerun-if-changed=build.rs [serde_json 1.0.114] cargo:rustc-cfg=limb_width_64 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-2a3ca84083025f74/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e7d903c441678052 -C extra-filename=-e7d903c441678052 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-cf31d24b662c3886.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberrno-9acdace630e24cd3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3004 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3005 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | ^^^^^^^ ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3004 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3005 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | ^^^^^^^ ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 191 | #[cfg(any(no_float_copysign, not(feature = "std")))] | ^^^^^^^^^^^^^^^^^ ... 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 | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `num_as_copysign_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 196 | #[cfg(all(not(no_float_copysign), feature = "std"))] | ^^^^^^^^^^^^^^^^^ ... 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 | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `num_as_copysign_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 191 | #[cfg(any(no_float_copysign, not(feature = "std")))] | ^^^^^^^^^^^^^^^^^ ... 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 | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `num_as_copysign_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 196 | #[cfg(all(not(no_float_copysign), feature = "std"))] | ^^^^^^^^^^^^^^^^^ ... 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 | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `num_as_copysign_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 121 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 916 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 952 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 30 31) 1285 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 30 31) 1285 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning 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) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning 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) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 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 warning originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 210 | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 228 | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1045 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | ^^^^^^^ ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1045 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | ^^^^^^^ ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:101:13 | 101 | #![cfg_attr(linux_raw, deny(unsafe_code))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustc_attrs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:102:13 | 102 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustc_attrs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:103:13 | 103 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:104:17 | 104 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_ffi_c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:105:13 | 105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_ffi_c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_c_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:106:13 | 106 | #![cfg_attr(core_c_str, feature(core_c_str))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_c_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_c_string` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:107:36 | 107 | #![cfg_attr(all(feature = "alloc", alloc_c_string), feature(alloc_c_string))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_c_string)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_ffi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:108:36 | 108 | #![cfg_attr(all(feature = "alloc", alloc_ffi), feature(alloc_ffi))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_ffi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_intrinsics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:113:39 | 113 | any(feature = "rustc-dep-of-std", core_intrinsics), | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_intrinsics)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm_experimental_arch` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:116:13 | 116 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:134:17 | 134 | #[cfg(all(test, static_assertions))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:138:21 | 138 | #[cfg(all(test, not(static_assertions)))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:166:9 | 166 | all(linux_raw, feature = "use-libc-auxv"), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:167:9 | 167 | all(libc, not(any(windows, target_os = "espidf", target_os = "wasi"))) | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:9:13 | 9 | #![cfg_attr(linux_raw, allow(unsafe_code))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:173:12 | 173 | #[cfg_attr(libc, path = "backend/libc/mod.rs")] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:174:12 | 174 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:175:12 | 175 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] | ^^^^ help: found config with similar value: `target_os = "wasi"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:205:7 | 205 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:214:7 | 214 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:229:5 | 229 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:295:7 | 295 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:346:9 | 346 | all(bsd, feature = "event"), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:347:9 | 347 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:354:57 | 354 | #[cfg(any(feature = "process", feature = "runtime", all(bsd, feature = "event")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:364:9 | 364 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:383:9 | 383 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:393:9 | 393 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:118:7 | 118 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:146:11 | 146 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:111:7 | 111 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:117:7 | 117 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:200:7 | 200 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:203:11 | 203 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:207:5 | 207 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:208:5 | 208 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:73:11 | 73 | #[cfg(any(linux_kernel, all(target_os = "redox", feature = "event")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:222:5 | 222 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:223:5 | 223 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:238:5 | 238 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:10:11 | 10 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:14:11 | 14 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:22:11 | 22 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:24:11 | 24 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:26:11 | 26 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:28:11 | 28 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:30:11 | 30 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:32:11 | 32 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:34:11 | 34 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:36:11 | 36 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:38:11 | 38 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:40:11 | 40 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:42:11 | 42 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:44:11 | 44 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:46:11 | 46 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:48:11 | 48 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:50:11 | 50 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:52:11 | 52 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:54:11 | 54 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:56:11 | 56 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:58:11 | 58 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:60:11 | 60 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:62:11 | 62 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:64:11 | 64 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:68:5 | 68 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:81:11 | 81 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:83:11 | 83 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:99:5 | 99 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:112:7 | 112 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:115:11 | 115 | #[cfg(any(linux_like, target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:118:5 | 118 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:124:15 | 124 | #[cfg(any(all(linux_like, not(target_os = "android")), target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:136:11 | 136 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:144:7 | 144 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:150:5 | 150 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:157:11 | 157 | #[cfg(any(linux_like, target_os = "aix", target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:160:5 | 160 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:293:7 | 293 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:311:7 | 311 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:3:7 | 3 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:18:11 | 18 | #[cfg(all(linux_kernel, any(target_arch = "sparc", target_arch = "sparc64")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:21:11 | 21 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:1:15 | 1 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "nto", target_os = "vita")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:11:5 | 11 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:21:5 | 21 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:33:15 | 33 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:35:11 | 35 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:19 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:32 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:15 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:28 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:194:9 | 194 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:209:9 | 209 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:163:25 | 163 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:35 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:48 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:31 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:44 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:291:9 | 291 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:19 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:32 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:15 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:28 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:6:5 | 6 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:17:7 | 17 | #[cfg(solarish)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:63:5 | 63 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:64:5 | 64 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:75:5 | 75 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:76:5 | 76 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:102:5 | 102 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:103:5 | 103 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:114:5 | 114 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:115:5 | 115 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:7:9 | 7 | all(linux_kernel, feature = "procfs") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:13:11 | 13 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:18:5 | 18 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:19:5 | 19 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:20:5 | 20 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:31:5 | 31 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:43:11 | 43 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:48:5 | 48 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:61:5 | 61 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:72:31 | 72 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:76:11 | 76 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:79:7 | 79 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:11 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:18 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:86:7 | 86 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:92:31 | 92 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:94:31 | 94 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:309:7 | 309 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:701:5 | 701 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:11 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:26 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1008:5 | 1008 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1029:7 | 1029 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1064:7 | 1064 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1111:5 | 1111 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1134:7 | 1134 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1188:5 | 1188 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1189:5 | 1189 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1190:5 | 1190 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1236:11 | 1236 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1242:11 | 1242 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1311:15 | 1311 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1316:7 | 1316 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1339:7 | 1339 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1358:15 | 1358 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1376:7 | 1376 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1444:5 | 1444 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1460:5 | 1460 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:11 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:26 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1606:5 | 1606 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1607:5 | 1607 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1608:5 | 1608 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1651:7 | 1651 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1687:5 | 1687 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1703:11 | 1703 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1724:7 | 1724 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1759:11 | 1759 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1761:11 | 1761 | #[cfg(all(linux_kernel, target_pointer_width = "64"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1782:11 | 1782 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1808:11 | 1808 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1833:11 | 1833 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1869:11 | 1869 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1902:7 | 1902 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1918:7 | 1918 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1961:7 | 1961 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1974:7 | 1974 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1998:7 | 1998 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2012:7 | 2012 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2021:7 | 2021 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2024:7 | 2024 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2031:7 | 2031 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2044:11 | 2044 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2069:7 | 2069 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2106:7 | 2106 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2111:7 | 2111 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2116:7 | 2116 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2129:7 | 2129 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2218:7 | 2218 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2222:7 | 2222 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:11 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:18 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:11 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:18 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:11 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:18 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:11 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:18 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:11 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:18 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:11 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:18 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:11 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:18 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:11 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:18 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:11 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:18 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:11 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:18 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:11 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:18 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:11 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:18 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:151:9 | 151 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:152:9 | 152 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:159:9 | 159 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:160:9 | 160 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:214:9 | 214 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:215:9 | 215 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:222:9 | 222 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:223:9 | 223 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:582:9 | 582 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:605:9 | 605 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:622:9 | 622 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:645:9 | 645 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:663:9 | 663 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:681:9 | 681 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:15 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:30 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:19 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:26 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:843:11 | 843 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:19 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:26 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:39 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:53 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:19 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:26 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:39 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:53 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1411:9 | 1411 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1429:9 | 1429 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:15 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:30 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:19 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:26 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1537:11 | 1537 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:336:7 | 336 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:355:7 | 355 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:366:7 | 366 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:400:7 | 400 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:431:7 | 431 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:555:5 | 555 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:556:5 | 556 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:557:5 | 557 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:586:11 | 586 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:633:11 | 633 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:783:5 | 783 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:784:5 | 784 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:953:15 | 953 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:961:9 | 961 | all(linux_kernel, target_pointer_width = "64"), | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:975:11 | 975 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1006:5 | 1006 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1007:5 | 1007 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1023:7 | 1023 | #[cfg(linux_like)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1163:7 | 1163 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:53:19 | 53 | #[cfg(any(linux_like, target_os = "fuchsia"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:58:13 | 58 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:242:13 | 242 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:271:13 | 271 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:272:13 | 272 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:287:13 | 287 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:300:13 | 300 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:308:13 | 308 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:315:13 | 315 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:525:9 | 525 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:882:19 | 882 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:886:19 | 886 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:891:13 | 891 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:899:19 | 899 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:903:19 | 903 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:919:19 | 919 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:50:9 | 50 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:70:11 | 70 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:74:9 | 74 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:89:9 | 89 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:105:9 | 105 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:117:11 | 117 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:121:9 | 121 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:134:9 | 134 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:147:9 | 147 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:172:9 | 172 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:184:9 | 184 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:206:9 | 206 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:227:11 | 227 | #[cfg(freebsdlike)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:231:9 | 231 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:232:9 | 232 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:255:15 | 255 | #[cfg(any(bsd, target_env = "newlib"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:264:9 | 264 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:314:9 | 314 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:315:9 | 315 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:329:9 | 329 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:330:9 | 330 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:344:9 | 344 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:345:9 | 345 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:359:9 | 359 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:360:9 | 360 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:374:9 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:386:9 | 386 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:398:9 | 398 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:410:9 | 410 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:422:9 | 422 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:435:9 | 435 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:448:9 | 448 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:460:9 | 460 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:473:9 | 473 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:486:9 | 486 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:500:9 | 500 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:501:9 | 501 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:528:9 | 528 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:529:9 | 529 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:542:11 | 542 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:556:9 | 556 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:568:15 | 568 | #[cfg(any(bsd, target_os = "haiku"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:575:9 | 575 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:587:9 | 587 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:605:9 | 605 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:606:9 | 606 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:626:9 | 626 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:627:9 | 627 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:650:9 | 650 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:663:9 | 663 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:682:9 | 682 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:692:9 | 692 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:724:9 | 724 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:725:9 | 725 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:739:9 | 739 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:740:9 | 740 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:757:9 | 757 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:778:9 | 778 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:779:9 | 779 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:795:11 | 795 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:798:11 | 798 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:801:11 | 801 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:804:11 | 804 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:826:9 | 826 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:848:9 | 848 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:849:9 | 849 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:863:9 | 863 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:875:9 | 875 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:876:9 | 876 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:894:11 | 894 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:921:9 | 921 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:936:9 | 936 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:949:9 | 949 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:970:9 | 970 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:971:9 | 971 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:985:9 | 985 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:1011:9 | 1011 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:20:7 | 20 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:55:13 | 55 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:142:7 | 142 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:306:5 | 306 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:328:5 | 328 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:7:7 | 7 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:15:5 | 15 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:16:5 | 16 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:17:5 | 17 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:26:7 | 26 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:28:7 | 28 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:31:11 | 31 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:35:7 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:47:7 | 47 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:50:7 | 50 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:52:7 | 52 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:57:7 | 57 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:11 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:18 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:69:7 | 69 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:75:7 | 75 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:83:5 | 83 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:84:5 | 84 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:85:5 | 85 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:94:7 | 94 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:96:7 | 96 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:99:11 | 99 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:103:7 | 103 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:113:11 | 113 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:115:7 | 115 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:118:7 | 118 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:125:7 | 125 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:11 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:18 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:142:11 | 142 | #[cfg(all(wasi_ext, target_os = "wasi"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:256:5 | 256 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:14:7 | 14 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:20:15 | 20 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:274:7 | 274 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:415:7 | 415 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:436:15 | 436 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:60:11 | 60 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:67:11 | 67 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:76:11 | 76 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:11:5 | 11 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:12:5 | 12 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:66:7 | 66 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:74:7 | 74 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:168:5 | 168 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:232:5 | 232 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:233:5 | 233 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:305:5 | 305 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:353:7 | 353 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:262:15 | 262 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:14:12 | 14 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:17:16 | 17 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:18:22 | 18 | Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:25:16 | 25 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:26:20 | 26 | End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:33:16 | 33 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:34:24 | 34 | Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:15 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:22 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:35 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:49 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:15 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:22 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:35 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:49 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/ioctl.rs:19:7 | 19 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:14:7 | 14 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:284:7 | 284 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:303:7 | 303 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:11 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:25 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:31:7 | 31 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:34:7 | 34 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:37:7 | 37 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:306:7 | 306 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:311:9 | 311 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:319:9 | 319 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:327:15 | 327 | #[cfg(all(not(linux_raw), target_os = "android"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:332:5 | 332 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:342:5 | 342 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:11 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:25 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:11 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:25 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:11 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:25 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:11 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:25 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:11 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:25 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:11 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:25 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:11 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:25 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:11 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:25 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:15 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:29 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:15 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:29 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:15 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:29 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:15 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:29 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:15 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:29 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:4:11 | 4 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:8:11 | 8 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:12:7 | 12 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:24:11 | 24 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:29:7 | 29 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:34:5 | 34 | fix_y2038, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:35:5 | 35 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:36:9 | 36 | all(libc, target_arch = "x86_64", target_pointer_width = "32") | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:42:9 | 42 | not(fix_y2038), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:43:5 | 43 | libc, | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:51:7 | 51 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:66:7 | 66 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:77:7 | 77 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:110:7 | 110 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `tracing-log` (lib) generated 1 warning Compiling num_cpus v1.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_cpus --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d625871998a0f415 -C extra-filename=-d625871998a0f415 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus/src/lib.rs:355:5 | 355 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus/src/lib.rs:437:5 | 437 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_cpus/src/lib.rs:34:1 | 33 | / #[cfg(not(windows))] 34 | | extern crate libc; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `num_cpus` (lib) generated 3 warnings Compiling itoa v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itoa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4a8e9b6e6b666b5f -C extra-filename=-4a8e9b6e6b666b5f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ryu v1.0.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.17 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=2488c1f2ec57ca0e -C extra-filename=-2488c1f2ec57ca0e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="raw"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b919bed84fdf97ea -C extra-filename=-b919bed84fdf97ea --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rustix` (lib) generated 498 warnings Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=b7d4e4f24118165e -C extra-filename=-b7d4e4f24118165e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling equivalent v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/equivalent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb05863e19684d49 -C extra-filename=-bb05863e19684d49 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling askama_escape v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=askama_escape CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_escape CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Optimized HTML escaping code, extracted from Askama' CARGO_PKG_HOMEPAGE='https://github.com/djc/askama' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=askama_escape CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/askama' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_escape LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name askama_escape --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_escape/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("json"))' -C metadata=4c7f6d10c1900e78 -C extra-filename=-4c7f6d10c1900e78 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fastrand v2.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=de031c168222b64a -C extra-filename=-de031c168222b64a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs:618:11 | 618 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling rustc-hash v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94306557ea2e7059 -C extra-filename=-94306557ea2e7059 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `fastrand` (lib) generated 1 warning Compiling tempfile v3.10.1 Compiling indexmap v2.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.10.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=83ac8b7c652b26e9 -C extra-filename=-83ac8b7c652b26e9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-de031c168222b64a.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-e7d903c441678052.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.2.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=097ad2897db99995 -C extra-filename=-097ad2897db99995 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libequivalent-bb05863e19684d49.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-b919bed84fdf97ea.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ ^^^^ ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 943 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1334 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove this bound ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1334 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove these bounds ... 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: `serde` (lib) generated 305 warnings (14 duplicates) Compiling basic-toml v0.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=basic_toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml CARGO_PKG_AUTHORS='Alex Crichton :David Tolnay ' CARGO_PKG_DESCRIPTION='Minimal TOML library with few dependencies' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=basic-toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/basic-toml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name basic_toml --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b35d376281f0520 -C extra-filename=-0b35d376281f0520 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde-a2d6eec5b77b7a65.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/de.rs:239:37 | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow)]) -> bool { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 239 | fn headers_equal(hdr_a: &[(Span, Cow<'_, str>)], hdr_b: &[(Span, Cow)]) -> bool { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/de.rs:239:65 | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow)]) -> bool { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow<'_, str>)]) -> bool { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/de.rs:1289:38 | 1289 | let intermediate = |me: &mut Deserializer| -> Result<(), Box> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1289 | let intermediate = |me: &mut Deserializer<'_>| -> Result<(), Box> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/de.rs:1547:32 | 1547 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/error.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/error.rs:46:40 | 46 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/ser.rs:112:37 | 112 | fn _emit_key(&mut self, state: &State) -> Result<(), Error> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn _emit_key(&mut self, state: &State<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/ser.rs:201:45 | 201 | fn emit_table_header(&mut self, state: &State) -> Result<(), Error> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | fn emit_table_header(&mut self, state: &State<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/ser.rs:265:39 | 265 | fn emit_key_part(&mut self, key: &State) -> Result { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn emit_key_part(&mut self, key: &State<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/ser.rs:816:32 | 816 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 816 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/tokens.rs:282:18 | 282 | &mut Tokenizer, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | &mut Tokenizer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/tokens.rs:505:42 | 505 | fn into_cow(self, input: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 505 | fn into_cow(self, input: &str) -> Cow<'_, str> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-01d48bd468f85bc7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=4bf0ab68bb2ec26f -C extra-filename=-4bf0ab68bb2ec26f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-2488c1f2ec57ca0e.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-5594cd4ea019381d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg limb_width_64` warning: struct `DottedTableDeserializer` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/basic-toml/src/de.rs:731:8 | 731 | struct DottedTableDeserializer<'a> { | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ Compiling rustdoc-json-types v0.1.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/rustdoc-json-types) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustdoc_json_types CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/rustdoc-json-types CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc-json-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc_json_types --edition=2021 src/rustdoc-json-types/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0bef84511c3f16b -C extra-filename=-c0bef84511c3f16b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_hash-94306557ea2e7059.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-5594cd4ea019381d.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde` (lib) generated 305 warnings (221 duplicates) Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=09801c8ca822e951 -C extra-filename=-09801c8ca822e951 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libeither-b7d4e4f24118165e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `basic-toml` (lib) generated 13 warnings Compiling askama_derive v0.12.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=askama_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_derive CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Procedural macro package for Askama' CARGO_PKG_HOMEPAGE='https://github.com/djc/askama' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=askama_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/askama' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name askama_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="basic-toml"' --cfg 'feature="config"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("basic-toml", "config", "humansize", "markdown", "num-traits", "serde", "serde-json", "serde-yaml", "urlencode", "with-actix-web", "with-axum", "with-gotham", "with-hyper", "with-mendes", "with-rocket", "with-tide", "with-warp"))' -C metadata=2b20baa8da7945ff -C extra-filename=-2b20baa8da7945ff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern parser=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libaskama_parser-b553dbc54eb4a123.rlib --extern basic_toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libbasic_toml-0b35d376281f0520.rlib --extern mime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime-5bb706f8df6aa4bc.rlib --extern mime_guess=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime_guess-23922ae28bcf29c9.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde-a2d6eec5b77b7a65.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-3efef243f01f9f8e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound Compiling threadpool v1.8.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name threadpool --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f47644387494d28 -C extra-filename=-5f47644387494d28 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern num_cpus=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_cpus-d625871998a0f415.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool/src/lib.rs:81:1 | 81 | extern crate num_cpus; | ^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool/src/lib.rs:694:32 | 694 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 694 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: trait objects without an explicit `dyn` are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool/src/lib.rs:99:22 | 99 | type Thunk<'a> = Box; | ^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(bare_trait_objects)]` help: if this is an object-safe trait, use `dyn` | 99 | type Thunk<'a> = Box; | +++ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/threadpool/src/lib.rs:631:42 | 631 | self.shared_data.join_generation.compare_and_swap( | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: `itertools` (lib) generated 50 warnings Compiling tracing-tree v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=756f83260355927b -C extra-filename=-756f83260355927b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-d4793f7a6e40e4b2.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-09b599894182c855.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-879b047a7a3dd1ad.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:275:25 | 275 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 275 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:337:48 | 337 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 337 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:408:45 | 408 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:35 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:479:68 | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:512:55 | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-tree-0.2.5/src/lib.rs:590:44 | 590 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ Compiling askama v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=askama CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Type-safe, compiled Jinja-like templates for Rust' CARGO_PKG_HOMEPAGE='https://github.com/djc/askama' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=askama CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/askama' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name askama --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/askama/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="config"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("comrak", "config", "default", "dep_humansize", "dep_num_traits", "humansize", "markdown", "mime", "mime_guess", "num-traits", "percent-encoding", "serde", "serde-json", "serde-yaml", "serde_json", "serde_yaml", "urlencode", "with-actix-web", "with-axum", "with-gotham", "with-hyper", "with-mendes", "with-rocket", "with-tide", "with-warp"))' -C metadata=c7ba8a71f6e6dfd1 -C extra-filename=-c7ba8a71f6e6dfd1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern askama_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libaskama_derive-2b20baa8da7945ff.so --extern askama_escape=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaskama_escape-4c7f6d10c1900e78.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling minifier v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=minifier CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minifier CARGO_PKG_AUTHORS='Guillaume Gomez ' CARGO_PKG_DESCRIPTION='Minifier tool/lib for JS/CSS/JSON files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minifier CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/minifier-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minifier LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name minifier --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("html", "regex"))' -C metadata=2b6cb5d09ced428b -C extra-filename=-2b6cb5d09ced428b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-tree` (lib) generated 7 warnings Compiling arrayvec v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=185e8c7b5e048142 -C extra-filename=-185e8c7b5e048142 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:604:50 | 604 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 604 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:631:65 | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:1203:32 | 1203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:498:32 | 498 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 498 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:957:23 | 957 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `regex` (lib) generated 2 warnings warning: `arrayvec` (lib) generated 9 warnings warning: `serde_json` (lib) generated 34 warnings warning: `threadpool` (lib) generated 4 warnings Compiling rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/librustdoc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustdoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/librustdoc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc --edition=2021 src/librustdoc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc"))' -C metadata=f9fe73aaeb85bcdf -C extra-filename=-f9fe73aaeb85bcdf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-185e8c7b5e048142.rmeta --extern askama=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaskama-c7ba8a71f6e6dfd1.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-097ad2897db99995.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-09801c8ca822e951.rmeta --extern minifier=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libminifier-2b6cb5d09ced428b.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --extern rustdoc_json_types=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustdoc_json_types-c0bef84511c3f16b.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-5594cd4ea019381d.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4bf0ab68bb2ec26f.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b606e5f2ed564f6b.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-83ac8b7c652b26e9.rmeta --extern threadpool=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthreadpool-5f47644387494d28.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-244f4c0b3dc68f56.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-879b047a7a3dd1ad.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_tree-756f83260355927b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-subscriber` (lib) generated 8 warnings Compiling rustdoc-tool v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustdoc) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustdoc_tool_binary CARGO_CRATE_NAME=rustdoc_tool_binary CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustdoc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc-tool CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc_tool_binary --edition=2021 src/tools/rustdoc/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc"))' -C metadata=f9ca1a0eee4eacee -C extra-filename=-f9ca1a0eee4eacee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustdoc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustdoc-f9fe73aaeb85bcdf.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 2m 54s c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustdoc_tool_binary" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" < Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustdoc" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustdoc" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/libstd-b90d3534f4e3d3cc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/libstd-b90d3534f4e3d3cc.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/libstd-b90d3534f4e3d3cc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/libstd-b90d3534f4e3d3cc.so" Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-0d4a6a97fb5bcb03.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/librustc_driver-0d4a6a97fb5bcb03.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-0d4a6a97fb5bcb03.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/librustc_driver-0d4a6a97fb5bcb03.so" > DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust_types.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/rust_types.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust_types.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/rust_types.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-gdb" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdb" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-gdb" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdb" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-gdbgui" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdbgui" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-gdbgui" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdbgui" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_load_rust_pretty_printers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_load_rust_pretty_printers.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_load_rust_pretty_printers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_load_rust_pretty_printers.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_lookup.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_lookup.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_lookup.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_lookup.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_providers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_providers.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/gdb_providers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_providers.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-lldb" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-lldb" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/rust-lldb" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-lldb" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_lookup.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_lookup.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_lookup.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_lookup.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_providers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_providers.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_providers.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_providers.py" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_commands" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_commands" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/etc/lldb_commands" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_commands" < DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "" } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0 c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Building stage0 tool rust-installer (x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rust-installer/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } Compiling libc v0.2.153 Compiling crossbeam-utils v0.8.19 Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling rustix v0.38.31 Compiling cc v1.0.90 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=53fcd89bf8233b7f -C extra-filename=-53fcd89bf8233b7f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crossbeam-utils-53fcd89bf8233b7f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bbf34c2be873c1cd -C extra-filename=-bbf34c2be873c1cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/libc-bbf34c2be873c1cd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=1.0.90 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=90 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=5c96df0e0a64b15a -C extra-filename=-5c96df0e0a64b15a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1fadf6d0e410063a -C extra-filename=-1fadf6d0e410063a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-1fadf6d0e410063a -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9805c056340a92d7 -C extra-filename=-9805c056340a92d7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rustix-9805c056340a92d7 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ce307f562bf992d -C extra-filename=-7ce307f562bf992d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=72463ed61a8b1eec -C extra-filename=-72463ed61a8b1eec --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pkg-config v0.3.30 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.30 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pkg_config --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0acdef2223e55122 -C extra-filename=-0acdef2223e55122 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `proc-macro2` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-b35cbeafbbfc371e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-1fadf6d0e410063a/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config/src/lib.rs:262:32 | 262 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 262 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config/src/lib.rs:269:32 | 269 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 269 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config/src/lib.rs:410:48 | 410 | fn format_output(output: &Output, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 410 | fn format_output(output: &Output, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/libc-74d444b7ff2e56f2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/libc-bbf34c2be873c1cd/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs [proc-macro2 1.0.78] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.78] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.78 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-b35cbeafbbfc371e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=807f06528002259f -C extra-filename=-807f06528002259f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libunicode_ident-7ce307f562bf992d.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-2b4cf615b3d878bf/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crossbeam-utils-53fcd89bf8233b7f/build-script-build` [crossbeam-utils 0.8.19] cargo:rerun-if-changed=no_atomic.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-2b4cf615b3d878bf/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a32fcccca5165d3f -C extra-filename=-a32fcccca5165d3f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling utf8parse v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name utf8parse --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=8b430b45852c264c -C extra-filename=-8b430b45852c264c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/libc-74d444b7ff2e56f2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=19d47f8c625b1168 -C extra-filename=-19d47f8c625b1168 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:42:7 | 42 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:65:11 | 65 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:106:11 | 106 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:74:23 | 74 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:78:23 | 78 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/lib.rs:81:23 | 81 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:1:11 | 1 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:27:11 | 27 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:36:35 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:50:11 | 50 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:53:35 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:101:11 | 101 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling anstyle-parse v0.2.3 warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_parse --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=be585284e65cd159 -C extra-filename=-be585284e65cd159 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern utf8parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-8b430b45852c264c.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rustix-7cce1bdb7bff588d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rustix-9805c056340a92d7/build-script-build` [rustix 0.38.31] cargo:rerun-if-changed=build.rs warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ [rustix 0.38.31] cargo:rustc-cfg=static_assertions [rustix 0.38.31] cargo:rustc-cfg=libc [rustix 0.38.31] cargo:rustc-cfg=netbsdlike [rustix 0.38.31] cargo:rustc-cfg=bsd [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling quote v1.0.35 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=7aab0ebb62e7abde -C extra-filename=-7aab0ebb62e7abde --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-807f06528002259f.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `pkg-config` (lib) generated 3 warnings Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=e7d1b086a03e4851 -C extra-filename=-e7d1b086a03e4851 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a32fcccca5165d3f.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `quote` (lib) generated 13 warnings Compiling errno v0.3.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2324d2611eb5c212 -C extra-filename=-2324d2611eb5c212 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/unix.rs:77:13 | 77 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `proc-macro2` (lib) generated 256 warnings Compiling rayon-core v1.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ad7ed2605e288165 -C extra-filename=-ad7ed2605e288165 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rayon-core-ad7ed2605e288165 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `libc` (lib) generated 11 warnings Compiling colorchoice v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name colorchoice --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13c4d333b942cd76 -C extra-filename=-13c4d333b942cd76 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `errno` (lib) generated 3 warnings Compiling anstyle v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc5c087d7691ffb1 -C extra-filename=-cc5c087d7691ffb1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling lzma-sys v0.1.20 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=b349ee8ba9820817 -C extra-filename=-b349ee8ba9820817 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/lzma-sys-b349ee8ba9820817 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libcc-5c96df0e0a64b15a.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libpkg_config-0acdef2223e55122.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling bitflags v2.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=f271fd297e3c69a0 -C extra-filename=-f271fd297e3c69a0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crc32fast v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc119380cab6b570 -C extra-filename=-fc119380cab6b570 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crc32fast-fc119380cab6b570 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `crossbeam-utils` (lib) generated 43 warnings Compiling anstyle-query v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_query --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f66f6e80283666d1 -C extra-filename=-f66f6e80283666d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `crossbeam-epoch` (lib) generated 20 warnings Compiling anstream v0.6.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstream --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=8f2cd1655ca1cf4f -C extra-filename=-8f2cd1655ca1cf4f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle-cc5c087d7691ffb1.rmeta --extern anstyle_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle_parse-be585284e65cd159.rmeta --extern anstyle_query=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle_query-f66f6e80283666d1.rmeta --extern colorchoice=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcolorchoice-13c4d333b942cd76.rmeta --extern utf8parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-8b430b45852c264c.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rustix-7cce1bdb7bff588d/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=cbdeef60e1238ff5 -C extra-filename=-cbdeef60e1238ff5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libbitflags-f271fd297e3c69a0.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liberrno-2324d2611eb5c212.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core CARGO_MANIFEST_LINKS=rayon-core CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rayon-core-ec0d84e2d2a0b6db/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rayon-core-ad7ed2605e288165/build-script-build` [rayon-core 1.12.1] cargo:rerun-if-changed=build.rs Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=688b40fc0fbdf675 -C extra-filename=-688b40fc0fbdf675 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-e7d1b086a03e4851.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a32fcccca5165d3f.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_MANIFEST_LINKS=lzma CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/lzma-sys-b349ee8ba9820817/build-script-build` [lzma-sys 0.1.20] cargo:rerun-if-changed=build.rs [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LZMA_API_STATIC [lzma-sys 0.1.20] cargo:root=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out [lzma-sys 0.1.20] cargo:include=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys/xz-5.2/src/liblzma/api Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crc32fast-5a0a555a88dd98d7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crc32fast-fc119380cab6b570/build-script-build` [lzma-sys 0.1.20] TARGET = Some("x86_64-unknown-openbsd") [lzma-sys 0.1.20] OPT_LEVEL = Some("3") [lzma-sys 0.1.20] HOST = Some("x86_64-unknown-openbsd") [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [lzma-sys 0.1.20] CC_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [lzma-sys 0.1.20] CC_x86_64_unknown_openbsd = Some("cc") [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [crc32fast 1.4.0] cargo:rerun-if-changed=build.rs warning: `bitflags` (lib) generated 1 warning Compiling syn v2.0.52 [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [lzma-sys 0.1.20] CRATE_CC_NO_DEFAULTS = None [lzma-sys 0.1.20] DEBUG = Some("false") [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [lzma-sys 0.1.20] CFLAGS_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [lzma-sys 0.1.20] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f0dba20320a04759 -C extra-filename=-f0dba20320a04759 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-807f06528002259f.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libquote-7aab0ebb62e7abde.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libunicode_ident-7ce307f562bf992d.rmeta --cap-lints warn -Z binary-dep-depinfo` [crc32fast 1.4.0] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling strsim v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c79d8b50eb3b0821 -C extra-filename=-c79d8b50eb3b0821 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:101:13 | 101 | #![cfg_attr(linux_raw, deny(unsafe_code))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustc_attrs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:102:13 | 102 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustc_attrs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:103:13 | 103 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:104:17 | 104 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_ffi_c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:105:13 | 105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_ffi_c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_c_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:106:13 | 106 | #![cfg_attr(core_c_str, feature(core_c_str))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_c_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_c_string` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:107:36 | 107 | #![cfg_attr(all(feature = "alloc", alloc_c_string), feature(alloc_c_string))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_c_string)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_ffi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:108:36 | 108 | #![cfg_attr(all(feature = "alloc", alloc_ffi), feature(alloc_ffi))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_ffi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_intrinsics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:113:39 | 113 | any(feature = "rustc-dep-of-std", core_intrinsics), | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_intrinsics)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm_experimental_arch` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:116:13 | 116 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:134:17 | 134 | #[cfg(all(test, static_assertions))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:138:21 | 138 | #[cfg(all(test, not(static_assertions)))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:166:9 | 166 | all(linux_raw, feature = "use-libc-auxv"), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:167:9 | 167 | all(libc, not(any(windows, target_os = "espidf", target_os = "wasi"))) | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:9:13 | 9 | #![cfg_attr(linux_raw, allow(unsafe_code))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:173:12 | 173 | #[cfg_attr(libc, path = "backend/libc/mod.rs")] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:174:12 | 174 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:175:12 | 175 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] | ^^^^ help: found config with similar value: `target_os = "wasi"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:205:7 | 205 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:214:7 | 214 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:229:5 | 229 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:295:7 | 295 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:346:9 | 346 | all(bsd, feature = "event"), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:347:9 | 347 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:354:57 | 354 | #[cfg(any(feature = "process", feature = "runtime", all(bsd, feature = "event")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:364:9 | 364 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:383:9 | 383 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:393:9 | 393 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:118:7 | 118 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:146:11 | 146 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:111:7 | 111 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:117:7 | 117 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:200:7 | 200 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:203:11 | 203 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:207:5 | 207 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:208:5 | 208 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:73:11 | 73 | #[cfg(any(linux_kernel, all(target_os = "redox", feature = "event")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:222:5 | 222 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:223:5 | 223 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim/src/lib.rs:38:29 | 38 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:238:5 | 238 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:10:11 | 10 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:14:11 | 14 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:22:11 | 22 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:24:11 | 24 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:26:11 | 26 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:28:11 | 28 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:30:11 | 30 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:32:11 | 32 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:34:11 | 34 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:36:11 | 36 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:38:11 | 38 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:40:11 | 40 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:42:11 | 42 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:44:11 | 44 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:46:11 | 46 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:48:11 | 48 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:50:11 | 50 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:52:11 | 52 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:54:11 | 54 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:56:11 | 56 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:58:11 | 58 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:60:11 | 60 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:62:11 | 62 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:64:11 | 64 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:68:5 | 68 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:81:11 | 81 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:83:11 | 83 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:99:5 | 99 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:112:7 | 112 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:115:11 | 115 | #[cfg(any(linux_like, target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:118:5 | 118 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:124:15 | 124 | #[cfg(any(all(linux_like, not(target_os = "android")), target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:136:11 | 136 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:144:7 | 144 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:150:5 | 150 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:157:11 | 157 | #[cfg(any(linux_like, target_os = "aix", target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:160:5 | 160 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:293:7 | 293 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:311:7 | 311 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:3:7 | 3 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:18:11 | 18 | #[cfg(all(linux_kernel, any(target_arch = "sparc", target_arch = "sparc64")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:21:11 | 21 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:1:15 | 1 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "nto", target_os = "vita")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:11:5 | 11 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:21:5 | 21 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:33:15 | 33 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:35:11 | 35 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:19 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:32 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:15 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:28 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:194:9 | 194 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:209:9 | 209 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:163:25 | 163 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:35 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:48 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:31 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:44 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:291:9 | 291 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:19 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:32 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:15 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:28 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:6:5 | 6 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:17:7 | 17 | #[cfg(solarish)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:63:5 | 63 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:64:5 | 64 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:75:5 | 75 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:76:5 | 76 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:102:5 | 102 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:103:5 | 103 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:114:5 | 114 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:115:5 | 115 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:7:9 | 7 | all(linux_kernel, feature = "procfs") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:13:11 | 13 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:18:5 | 18 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:19:5 | 19 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:20:5 | 20 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:31:5 | 31 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:43:11 | 43 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:48:5 | 48 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:61:5 | 61 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:72:31 | 72 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:76:11 | 76 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:79:7 | 79 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:11 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:18 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:86:7 | 86 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:92:31 | 92 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:94:31 | 94 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:309:7 | 309 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:701:5 | 701 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:11 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:26 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1008:5 | 1008 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1029:7 | 1029 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1064:7 | 1064 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1111:5 | 1111 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1134:7 | 1134 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1188:5 | 1188 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1189:5 | 1189 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1190:5 | 1190 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1236:11 | 1236 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1242:11 | 1242 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1311:15 | 1311 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1316:7 | 1316 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1339:7 | 1339 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1358:15 | 1358 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1376:7 | 1376 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1444:5 | 1444 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1460:5 | 1460 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:11 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:26 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1606:5 | 1606 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1607:5 | 1607 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1608:5 | 1608 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1651:7 | 1651 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1687:5 | 1687 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1703:11 | 1703 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1724:7 | 1724 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1759:11 | 1759 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1761:11 | 1761 | #[cfg(all(linux_kernel, target_pointer_width = "64"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1782:11 | 1782 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1808:11 | 1808 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1833:11 | 1833 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1869:11 | 1869 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1902:7 | 1902 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1918:7 | 1918 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1961:7 | 1961 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1974:7 | 1974 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1998:7 | 1998 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2012:7 | 2012 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2021:7 | 2021 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2024:7 | 2024 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2031:7 | 2031 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2044:11 | 2044 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2069:7 | 2069 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2106:7 | 2106 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2111:7 | 2111 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2116:7 | 2116 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2129:7 | 2129 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2218:7 | 2218 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2222:7 | 2222 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:11 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:18 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:11 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:18 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:11 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:18 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:11 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:18 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:11 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:18 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:11 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:18 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:11 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:18 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:11 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:18 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:11 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:18 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:11 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:18 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:11 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:18 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:11 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:18 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:151:9 | 151 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:152:9 | 152 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:159:9 | 159 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:160:9 | 160 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:214:9 | 214 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:215:9 | 215 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:222:9 | 222 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:223:9 | 223 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:582:9 | 582 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:605:9 | 605 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:622:9 | 622 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:645:9 | 645 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:663:9 | 663 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:681:9 | 681 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:15 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:30 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:19 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:26 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:843:11 | 843 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:19 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:26 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:39 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:53 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:19 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:26 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:39 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:53 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1411:9 | 1411 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1429:9 | 1429 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:15 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:30 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:19 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:26 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1537:11 | 1537 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:336:7 | 336 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:355:7 | 355 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:366:7 | 366 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:400:7 | 400 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:431:7 | 431 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:555:5 | 555 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:556:5 | 556 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:557:5 | 557 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:586:11 | 586 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:633:11 | 633 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:783:5 | 783 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:784:5 | 784 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:953:15 | 953 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:961:9 | 961 | all(linux_kernel, target_pointer_width = "64"), | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:975:11 | 975 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1006:5 | 1006 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1007:5 | 1007 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1023:7 | 1023 | #[cfg(linux_like)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1163:7 | 1163 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:53:19 | 53 | #[cfg(any(linux_like, target_os = "fuchsia"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:58:13 | 58 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:242:13 | 242 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:271:13 | 271 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:272:13 | 272 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:287:13 | 287 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:300:13 | 300 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:308:13 | 308 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:315:13 | 315 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:525:9 | 525 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:882:19 | 882 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:886:19 | 886 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:891:13 | 891 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:899:19 | 899 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:903:19 | 903 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:919:19 | 919 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:50:9 | 50 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:70:11 | 70 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:74:9 | 74 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:89:9 | 89 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:105:9 | 105 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:117:11 | 117 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:121:9 | 121 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:134:9 | 134 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:147:9 | 147 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:172:9 | 172 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:184:9 | 184 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:206:9 | 206 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:227:11 | 227 | #[cfg(freebsdlike)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:231:9 | 231 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:232:9 | 232 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:255:15 | 255 | #[cfg(any(bsd, target_env = "newlib"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:264:9 | 264 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:314:9 | 314 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:315:9 | 315 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:329:9 | 329 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:330:9 | 330 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:344:9 | 344 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:345:9 | 345 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:359:9 | 359 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:360:9 | 360 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:374:9 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:386:9 | 386 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:398:9 | 398 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:410:9 | 410 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:422:9 | 422 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:435:9 | 435 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:448:9 | 448 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:460:9 | 460 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:473:9 | 473 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:486:9 | 486 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:500:9 | 500 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:501:9 | 501 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:528:9 | 528 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:529:9 | 529 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:542:11 | 542 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:556:9 | 556 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:568:15 | 568 | #[cfg(any(bsd, target_os = "haiku"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:575:9 | 575 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:587:9 | 587 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:605:9 | 605 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:606:9 | 606 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:626:9 | 626 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:627:9 | 627 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:650:9 | 650 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:663:9 | 663 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:682:9 | 682 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:692:9 | 692 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:724:9 | 724 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:725:9 | 725 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:739:9 | 739 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:740:9 | 740 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:757:9 | 757 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:778:9 | 778 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:779:9 | 779 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:795:11 | 795 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:798:11 | 798 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:801:11 | 801 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:804:11 | 804 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:826:9 | 826 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:848:9 | 848 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:849:9 | 849 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:863:9 | 863 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:875:9 | 875 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:876:9 | 876 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:894:11 | 894 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:921:9 | 921 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:936:9 | 936 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:949:9 | 949 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:970:9 | 970 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:971:9 | 971 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:985:9 | 985 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:1011:9 | 1011 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:20:7 | 20 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:55:13 | 55 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:142:7 | 142 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:306:5 | 306 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:328:5 | 328 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:7:7 | 7 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:15:5 | 15 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:16:5 | 16 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:17:5 | 17 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:26:7 | 26 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:28:7 | 28 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:31:11 | 31 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:35:7 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:47:7 | 47 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:50:7 | 50 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:52:7 | 52 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:57:7 | 57 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:11 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:18 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:69:7 | 69 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:75:7 | 75 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:83:5 | 83 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:84:5 | 84 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:85:5 | 85 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:94:7 | 94 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:96:7 | 96 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:99:11 | 99 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:103:7 | 103 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:113:11 | 113 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:115:7 | 115 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:118:7 | 118 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:125:7 | 125 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:11 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:18 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:142:11 | 142 | #[cfg(all(wasi_ext, target_os = "wasi"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:256:5 | 256 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:14:7 | 14 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:20:15 | 20 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:274:7 | 274 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:415:7 | 415 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:436:15 | 436 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:60:11 | 60 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:67:11 | 67 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:76:11 | 76 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:11:5 | 11 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:12:5 | 12 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:66:7 | 66 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:74:7 | 74 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:168:5 | 168 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:232:5 | 232 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:233:5 | 233 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:305:5 | 305 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:353:7 | 353 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:262:15 | 262 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:14:12 | 14 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:17:16 | 17 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:18:22 | 18 | Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:25:16 | 25 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:26:20 | 26 | End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:33:16 | 33 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:34:24 | 34 | Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:15 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:22 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:35 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:49 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:15 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:22 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:35 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:49 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/ioctl.rs:19:7 | 19 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:14:7 | 14 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:284:7 | 284 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:303:7 | 303 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:11 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:25 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:31:7 | 31 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:34:7 | 34 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:37:7 | 37 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:306:7 | 306 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:311:9 | 311 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:319:9 | 319 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:327:15 | 327 | #[cfg(all(not(linux_raw), target_os = "android"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:332:5 | 332 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:342:5 | 342 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:11 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:25 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:11 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:25 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:11 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:25 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:11 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:25 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:11 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:25 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:11 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:25 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:11 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:25 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:11 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:25 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:15 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:29 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:15 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:29 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:15 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:29 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:15 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:29 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:15 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:29 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:4:11 | 4 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:8:11 | 8 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:12:7 | 12 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:24:11 | 24 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:29:7 | 29 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:34:5 | 34 | fix_y2038, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:35:5 | 35 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:36:9 | 36 | all(libc, target_arch = "x86_64", target_pointer_width = "32") | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:42:9 | 42 | not(fix_y2038), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:43:5 | 43 | libc, | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:51:7 | 51 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:66:7 | 66 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:77:7 | 77 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:110:7 | 110 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=96887f9fdf194da7 -C extra-filename=-96887f9fdf194da7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling heck v0.4.1 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name heck --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=98b174a4713ef32f -C extra-filename=-98b174a4713ef32f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/kebab.rs:41:32 | 41 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 41 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lower_camel.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_kebab.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_snake.rs:56:32 | 56 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/snake.rs:54:32 | 54 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/title.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/train.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/upper_camel.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:85:30 | 85 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:86:24 | 86 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 86 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:82:18 | 82 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:178:36 | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:191:36 | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:199:37 | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ Compiling anyhow v1.0.80 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f4c405984e1ccc26 -C extra-filename=-f4c405984e1ccc26 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/anyhow-f4c405984e1ccc26 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `heck` (lib) generated 14 warnings Compiling clap_lex v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b6d0e1774781964 -C extra-filename=-4b6d0e1774781964 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/anyhow-911b2eb847e194ce/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/anyhow-f4c405984e1ccc26/build-script-build` [anyhow 1.0.80] cargo:rerun-if-changed=build/probe.rs [anyhow 1.0.80] cargo:rustc-cfg=std_backtrace Compiling xattr v1.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name xattr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unsupported"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=6d352f8a2dd4e715 -C extra-filename=-6d352f8a2dd4e715 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librustix-cbdeef60e1238ff5.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clap_builder v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e2f915f176e28890 -C extra-filename=-e2f915f176e28890 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstream-8f2cd1655ca1cf4f.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle-cc5c087d7691ffb1.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-4b6d0e1774781964.rmeta --extern strsim=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libstrsim-c79d8b50eb3b0821.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xattr/src/error.rs:22:32 | 22 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `strsim` (lib) generated 1 warning Compiling miniz_oxide v0.7.2 warning: `xattr` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="with-alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=edb5ab7d1e7788bc -C extra-filename=-edb5ab7d1e7788bc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libadler-96887f9fdf194da7.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rayon-core-ec0d84e2d2a0b6db/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rayon_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4a6bab5efe02de73 -C extra-filename=-4a6bab5efe02de73 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-688b40fc0fbdf675.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a32fcccca5165d3f.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:314:16 | 314 | fn command<'help>() -> Command { | -^^^^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:317:27 | 317 | fn command_for_update<'help>() -> Command { | -^^^^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4435:27 | 4435 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 4435 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4442:27 | 4442 | fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4442 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4659:79 | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4883:32 | 4883 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 4883 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:177:37 | 177 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:188:37 | 188 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/styled_str.rs:203:37 | 203 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:567:37 | 567 | fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/format.rs:548:37 | 548 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:849:27 | 849 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:887:48 | 887 | fn formatted(&self, styles: &Styles) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 887 | fn formatted(&self, styles: &Styles) -> Cow<'_, StyledStr> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:943:27 | 943 | fn fmt(&self, _: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 943 | fn fmt(&self, _: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/arg_matcher.rs:117:66 | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry { | ------------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<'_, Id, MatchedArg> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/error.rs:39:37 | 39 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:224:26 | 224 | ) -> Option> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:262:31 | 262 | ) -> Option> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 262 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1080:33 | 1080 | ) -> Result>, MatchesError> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1099:38 | 1099 | ) -> Result>, MatchesError> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:78:38 | 78 | pub(crate) fn vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 78 | pub(crate) fn vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:86:54 | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:94:42 | 94 | pub(crate) fn raw_vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 94 | pub(crate) fn raw_vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:98:58 | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/output/fmt.rs:80:37 | 80 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:82:45 | 82 | pub fn entry(&mut self, key: K) -> Entry { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:121:31 | 121 | pub fn iter(&self) -> Iter { | ----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 121 | pub fn iter(&self) -> Iter<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:128:42 | 128 | pub fn iter_mut(&mut self) -> IterMut { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:734:38 | 734 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 734 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1063:51 | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1077:52 | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1077 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1511:18 | 1511 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1609:18 | 1609 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1609 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1624:20 | 1624 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1624 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1774:60 | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1774 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:1971:58 | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1971 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2168:32 | 2168 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/deflate/core.rs:2247:20 | 2247 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2247 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:967:30 | 967 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 967 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:968:19 | 968 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 968 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide/src/inflate/core.rs:1786:18 | 1786 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `rustix` (lib) generated 498 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crc32fast-5a0a555a88dd98d7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e4f4f135c89982f2 -C extra-filename=-e4f4f135c89982f2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast/src/lib.rs:174:32 | 174 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 174 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `crc32fast` (lib) generated 2 warnings Compiling filetime v0.2.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3ec2237163ca683 -C extra-filename=-c3ec2237163ca683 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-72463ed61a8b1eec.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/unix/mod.rs:88:11 | 88 | #[cfg(target_os = "bitrig")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/unix/mod.rs:97:15 | 97 | #[cfg(not(target_os = "bitrig"))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | warning: `filetime` (lib) generated 4 warnings Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f57c11f793f2c386 -C extra-filename=-f57c11f793f2c386 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=458a82694bad4dd5 -C extra-filename=-458a82694bad4dd5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: trait `AppTag` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4888:18 | 4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `into_any` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/ext.rs:56:8 | 51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static { | --------- method in this trait ... 56 | fn into_any(self: Box) -> Box; | ^^^^^^^^ warning: methods `parse` and `parse_` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:609:8 | 591 | trait AnyValueParser: Send + Sync + 'static { | -------------- methods in this trait ... 609 | fn parse( | ^^^^^ ... 616 | fn parse_( | ^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:145:21 | 145 | pub enum Entry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 145 - pub enum Entry<'a, K: 'a, V: 'a> { 145 + pub enum Entry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:174:29 | 174 | pub struct VacantEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 174 - pub struct VacantEntry<'a, K: 'a, V: 'a> { 174 + pub struct VacantEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:179:31 | 179 | pub struct OccupiedEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 179 - pub struct OccupiedEntry<'a, K: 'a, V: 'a> { 179 + pub struct OccupiedEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:184:22 | 184 | pub struct Iter<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 184 - pub struct Iter<'a, K: 'a, V: 'a> { 184 + pub struct Iter<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:220:25 | 220 | pub struct IterMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 220 - pub struct IterMut<'a, K: 'a, V: 'a> { 220 + pub struct IterMut<'a, K, V> { | Compiling rayon v1.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rayon CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rayon --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rayon/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4fb82bd3b8b91746 -C extra-filename=-4fb82bd3b8b91746 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libeither-458a82694bad4dd5.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon_core-4a6bab5efe02de73.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `miniz_oxide` (lib) generated 20 warnings Compiling walkdir v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bec94fa787c33d64 -C extra-filename=-bec94fa787c33d64 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libsame_file-f57c11f793f2c386.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tar v0.4.40 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="xattr"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=b6944ba7ec96f4fa -C extra-filename=-b6944ba7ec96f4fa --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libfiletime-c3ec2237163ca683.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --extern xattr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxattr-6d352f8a2dd4e715.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:81:52 | 81 | pub fn entries(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 81 | pub fn entries(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:186:62 | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:77:41 | 77 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:87:36 | 87 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 87 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:104:53 | 104 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:113:48 | 113 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:135:59 | 135 | pub fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:285:38 | 285 | pub fn from(entry: Entry) -> EntryFields { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry<'_, R>) -> EntryFields { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:285:46 | 285 | pub fn from(entry: Entry) -> EntryFields { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry) -> EntryFields<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:303:37 | 303 | fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 303 | fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:307:32 | 307 | fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:336:49 | 336 | fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:343:44 | 343 | fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 343 | fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:367:55 | 367 | fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:855:32 | 855 | fn set_xattrs(me: &mut EntryFields, dst: &Path) -> io::Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn set_xattrs(me: &mut EntryFields<'_>, dst: &Path) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/error.rs:32:32 | 32 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:334:41 | 334 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 334 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:345:36 | 345 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 345 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:394:53 | 394 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 394 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:408:48 | 408 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 408 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:846:41 | 846 | fn debug_fields(&self, b: &mut fmt::DebugStruct) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 846 | fn debug_fields(&self, b: &mut fmt::DebugStruct<'_, '_>) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:893:32 | 893 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 893 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:917:32 | 917 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 917 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:941:32 | 941 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 941 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:950:36 | 950 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 950 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1112:32 | 1112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1283:32 | 1283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1301:32 | 1301 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1344:32 | 1344 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1344 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1589:46 | 1589 | pub fn path2bytes(p: &Path) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | pub fn path2bytes(p: &Path) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1618:29 | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1618 | pub fn bytes2path(bytes: Cow<'_, [u8]>) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/header.rs:1618:54 | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1618 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | +++ Compiling flate2 v1.0.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=479da88091b57e0d -C extra-filename=-479da88091b57e0d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-e4f4f135c89982f2.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libminiz_oxide-edb5ab7d1e7788bc.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:526:32 | 526 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/mem.rs:554:32 | 554 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/archive.rs:36:27 | 36 | pub struct Entries<'a, R: 'a + Read> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/entry.rs:23:25 | 23 | pub struct Entry<'a, R: 'a + Read> { | ^^^^^ help: remove this bound warning: `flate2` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/anyhow-911b2eb847e194ce/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anyhow --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=bddea0a9baa1ffff -C extra-filename=-bddea0a9baa1ffff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg std_backtrace` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:210:13 | 210 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:211:13 | 211 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:215:9 | 215 | not(anyhow_no_unsafe_op_in_unsafe_fn_lint), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:218:13 | 218 | #![cfg_attr(anyhow_no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:242:5 | 242 | anyhow_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:244:9 | 244 | not(error_generic_member_access) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:411:12 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:1:7 | 1 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:4:15 | 4 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:7:15 | 7 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:10:7 | 10 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:17:15 | 17 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:24:11 | 24 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:31:15 | 31 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:38:7 | 38 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:50:9 | 50 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:51:9 | 51 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:59:32 | 59 | #[cfg(all(feature = "std", not(std_backtrace), not(feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:66:15 | 66 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:6:7 | 6 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:120:32 | 120 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 120 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:146:11 | 146 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:160:11 | 160 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:172:40 | 172 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 172 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:3:28 | 3 | #[cfg(any(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:11:11 | 11 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:14:7 | 14 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:581:12 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:664:28 | 664 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:711:7 | 711 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:728:9 | 728 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:729:9 | 729 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:757:28 | 757 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:811:7 | 811 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:852:9 | 852 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:853:9 | 853 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:376:15 | 376 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:415:16 | 415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:540:11 | 540 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:550:11 | 550 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:95:19 | 95 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:99:19 | 99 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:103:21 | 103 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:104:21 | 104 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:123:40 | 123 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:127:19 | 127 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:131:21 | 131 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:132:21 | 132 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:152:40 | 152 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:156:19 | 156 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:160:21 | 160 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:161:21 | 161 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:183:19 | 183 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:187:19 | 187 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:191:21 | 191 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:192:21 | 192 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:212:19 | 212 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:216:19 | 216 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:220:21 | 220 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:221:21 | 221 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:328:40 | 328 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:332:19 | 332 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:336:21 | 336 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:337:21 | 337 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:405:28 | 405 | pub fn chain(&self) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | pub fn chain(&self) -> Chain<'_> { | ++++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:445:23 | 445 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:450:19 | 450 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:529:23 | 529 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:533:19 | 533 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:589:40 | 589 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 589 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:595:40 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:612:32 | 612 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:616:11 | 616 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:620:13 | 620 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:621:13 | 621 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:611:30 | 611 | object_ref: unsafe fn(Ref) -> Ref, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 611 | object_ref: unsafe fn(Ref<'_, ErrorImpl>) -> Ref, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:611:49 | 611 | object_ref: unsafe fn(Ref) -> Ref, | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 611 | object_ref: unsafe fn(Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:615:35 | 615 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 615 | object_downcast: unsafe fn(Ref<'_, ErrorImpl>, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:615:69 | 615 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 615 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:623:36 | 623 | object_backtrace: unsafe fn(Ref) -> Option<&Backtrace>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 623 | object_backtrace: unsafe fn(Ref<'_, ErrorImpl>) -> Option<&Backtrace>, | +++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:653:15 | 653 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:658:11 | 658 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:645:31 | 645 | unsafe fn object_ref(e: Ref) -> Ref | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 645 | unsafe fn object_ref(e: Ref<'_, ErrorImpl>) -> Ref | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:645:50 | 645 | unsafe fn object_ref(e: Ref) -> Ref | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 645 | unsafe fn object_ref(e: Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:685:36 | 685 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 685 | unsafe fn object_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:685:78 | 685 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 685 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:695:19 | 695 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:703:15 | 703 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:731:23 | 731 | fn no_backtrace(e: Ref) -> Option<&Backtrace> { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:738:40 | 738 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 738 | unsafe fn context_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:738:82 | 738 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 738 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:795:43 | 795 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 795 | unsafe fn context_chain_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:795:85 | 795 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 795 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:856:38 | 856 | unsafe fn context_backtrace(e: Ref) -> Option<&Backtrace> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 856 | unsafe fn context_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:894:27 | 894 | fn erase(&self) -> Ref { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn erase(&self) -> Ref<'_, ErrorImpl> { | +++ warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:925:15 | 925 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:942:11 | 942 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:903:41 | 903 | pub(crate) unsafe fn error(this: Ref) -> &(dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 903 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) { | +++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:914:19 | 914 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:921:15 | 921 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:910:45 | 910 | pub(crate) unsafe fn error_mut(this: Mut) -> &mut (dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 910 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:926:45 | 926 | pub(crate) unsafe fn backtrace(this: Ref) -> &Backtrace { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 926 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace { | +++ warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:934:23 | 934 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:936:27 | 936 | #[cfg(not(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:951:41 | 951 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 951 | pub(crate) unsafe fn chain(this: Ref<'_, Self>) -> Chain { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:951:52 | 951 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | pub(crate) unsafe fn chain(this: Ref) -> Chain<'_> { | ++++ warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:964:11 | 964 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:974:40 | 974 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 974 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:7:43 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:7:64 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:43:19 | 43 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:20:41 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:20:62 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:48:32 | 48 | pub fn by_ref(&self) -> Ref { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn by_ref(&self) -> Ref<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:55:36 | 55 | pub fn by_mut(&mut self) -> Mut { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 55 | pub fn by_mut(&mut self) -> Mut<'_, T> { | +++ warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:94:15 | 94 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:109:15 | 109 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:117:15 | 117 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:151:11 | 151 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:166:15 | 166 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:7:7 | 7 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:17:32 | 17 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:49:32 | 49 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:62:32 | 62 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 62 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:69:32 | 69 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:80:11 | 80 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:681:15 | 681 | #[cfg(anyhow_no_fmt_arguments_as_str)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:683:19 | 683 | #[cfg(not(anyhow_no_fmt_arguments_as_str))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:680:29 | 680 | pub fn format_err(args: Arguments) -> Error { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | pub fn format_err(args: Arguments<'_>) -> Error { | ++++ warning: `syn` (lib) generated 1259 warnings (90 duplicates) Compiling clap_derive v4.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=e12ea6f60a355691 -C extra-filename=-e12ea6f60a355691 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern heck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libheck-98b174a4713ef32f.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-807f06528002259f.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libquote-7aab0ebb62e7abde.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libsyn-f0dba20320a04759.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/lib.rs:19:1 | 19 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/attr.rs:75:21 | 75 | fn parse(input: ParseStream) -> syn::Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 75 | fn parse(input: ParseStream<'_>) -> syn::Result { | ++++ warning: `anyhow` (lib) generated 137 warnings [lzma-sys 0.1.20] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [lzma-sys 0.1.20] AR_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [lzma-sys 0.1.20] AR_x86_64_unknown_openbsd = Some("ar") [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [lzma-sys 0.1.20] ARFLAGS_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [lzma-sys 0.1.20] ARFLAGS_x86_64_unknown_openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_ARFLAGS [lzma-sys 0.1.20] HOST_ARFLAGS = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS [lzma-sys 0.1.20] ARFLAGS = None [lzma-sys 0.1.20] cargo:rustc-link-lib=static=lzma [lzma-sys 0.1.20] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out warning: `tar` (lib) generated 34 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lzma_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lzma_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lzma-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=f91d4d4909de1b17 -C extra-filename=-f91d4d4909de1b17 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-19d47f8c625b1168.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out -l static=lzma` Compiling xz2 v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=xz2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xz2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name xz2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=17ce81c98f96d5f6 -C extra-filename=-17ce81c98f96d5f6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern lzma_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblzma_sys-f91d4d4909de1b17.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/xz2/src/stream.rs:837:32 | 837 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 837 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `xz2` (lib) generated 1 warning warning: `clap_derive` (lib) generated 2 warnings Compiling clap v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=9e1255f4f1b6e9c2 -C extra-filename=-9e1255f4f1b6e9c2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-e2f915f176e28890.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libclap_derive-e12ea6f60a355691.so --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling installer v0.0.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rust-installer) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=installer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rust-installer CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=installer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name installer --edition=2021 src/tools/rust-installer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7142c206272c47e1 -C extra-filename=-7142c206272c47e1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanyhow-bddea0a9baa1ffff.rmeta --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap-9e1255f4f1b6e9c2.rmeta --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libflate2-479da88091b57e0d.rmeta --extern rayon=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon-4fb82bd3b8b91746.rmeta --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libtar-b6944ba7ec96f4fa.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-bec94fa787c33d64.rmeta --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxz2-17ce81c98f96d5f6.rmeta -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out` warning: `clap_builder` (lib) generated 36 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rust-installer CARGO_CRATE_NAME=rust_installer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rust-installer CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=installer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rust_installer --edition=2021 src/tools/rust-installer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35e50aa60e1da526 -C extra-filename=-35e50aa60e1da526 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanyhow-bddea0a9baa1ffff.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap-9e1255f4f1b6e9c2.rlib --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libflate2-479da88091b57e0d.rlib --extern installer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libinstaller-7142c206272c47e1.rlib --extern rayon=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon-4fb82bd3b8b91746.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libtar-b6944ba7ec96f4fa.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-bec94fa787c33d64.rlib --extern xz2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxz2-17ce81c98f96d5f6.rlib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-94b194cea9b7a668/out` Finished `release` profile [optimized] target(s) in 41.92s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/rust-installer" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" < ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "" } < RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rustc-1.78.0-x86_64-unknown-openbsd running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image" "--component-name=rustc" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rustc installed." "--package-name=rustc-1.78.0-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 6.478 seconds < Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-6b3dbc6c010c57a9.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-6b3dbc6c010c57a9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-40af393b223d58db.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-40af393b223d58db.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-8889a72c11d282f9.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-8889a72c11d282f9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-38de8d53ffb2ebad.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-38de8d53ffb2ebad.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-488ac81225b3d457.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-488ac81225b3d457.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-c1bd7c141a691af3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-c1bd7c141a691af3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-10789bb394eb3c3d.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-10789bb394eb3c3d.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-ad478d8b3a5f022f.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-ad478d8b3a5f022f.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-9b08391d3914d1f2.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-9b08391d3914d1f2.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-b37079a9c80a39bd.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-b37079a9c80a39bd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-f4374da8b195d3f1.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-f4374da8b195d3f1.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-108369a88169ff19.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-108369a88169ff19.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-f4bba9c452fb9aac.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-f4bba9c452fb9aac.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-2e86fcc9cfa5cc0e.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-2e86fcc9cfa5cc0e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-2f2dd376b184355b.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-2f2dd376b184355b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-3be2e29eaee37599.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-3be2e29eaee37599.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-b4ea7ba65bcf6a08.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-b4ea7ba65bcf6a08.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-f9d261ddb8c43284.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-f9d261ddb8c43284.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-7d4f6bc5a8623831.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-7d4f6bc5a8623831.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-b9845d5680a671a2.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-b9845d5680a671a2.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-b90d3534f4e3d3cc.so" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.so" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-29919624e7055c1c.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-29919624e7055c1c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libsysroot-d2b956857acb3335.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-d2b956857acb3335.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-873175ce59c901df.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-873175ce59c901df.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-0008a776bfcab0e3.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-0008a776bfcab0e3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-25466a909ce78b88.rlib" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-25466a909ce78b88.rlib" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rust-std-1.78.0-x86_64-unknown-openbsd running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image" "--component-name=rust-std-x86_64-unknown-openbsd" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rust-std installed." "--package-name=rust-std-1.78.0-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 2.668 seconds < Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Src Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/arena.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/arena.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/rpc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/rpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/handle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/closure.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/closure.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/fxhash.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/fxhash.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/scoped_cell.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/scoped_cell.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/symbol.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/symbol.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/buffer.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/server.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/server.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/client.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/client.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/bridge/selfless_reify.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/selfless_reify.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/diagnostic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/diagnostic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/src/quote.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/quote.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/proc_macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/task/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/task/wake.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/wake.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/task/poll.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/poll.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/task/ready.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/ready.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/num.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/builders.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/builders.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/nofloat.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/nofloat.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/fmt/rt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/rt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/metadata.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/metadata.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/unique.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/unique.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/non_null.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/non_null.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/const_ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/mut_ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/mut_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ptr/alignment.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/alignment.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_void.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_void.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_double.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_double.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_long.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_long.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_longlong.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_longlong.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_ulonglong.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ulonglong.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_ulong.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ulong.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_char.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_char.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_schar.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_schar.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_uchar.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_uchar.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_float.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_float.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_int.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_int.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_uint.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_uint.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_short.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_short.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_ushort.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ushort.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/alloc/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/alloc/global.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/global.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/alloc/layout.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/layout.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/cell/once.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/cell/lazy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell/lazy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/convert/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/convert/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/convert/num.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/convert/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ascii/ascii_char.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ascii/ascii_char.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/sync/atomic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/sync/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/sync/exclusive.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/exclusive.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/array/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/array/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/array/drain.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/array/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/array/equality.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/equality.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/mem/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/mem/manually_drop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/manually_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/mem/maybe_uninit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/maybe_uninit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/mem/transmutability.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/transmutability.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/prelude/v1.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/prelude/v1.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/prelude/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/prelude/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/unicode/unicode_data.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/unicode_data.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/unicode/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/unicode/printable.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/printable.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/unicode/printable.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/printable.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/panic/unwind_safe.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/panic/location.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/location.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/panic/panic_info.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/panic_info.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/macros/panic.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/macros/panic.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/macros/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/macros/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/char/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/char/decode.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/decode.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/char/methods.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/methods.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/char/convert.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/convert.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/io/borrowed_buf.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/io/borrowed_buf.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/future.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/future.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/into_future.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/into_future.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/pending.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/pending.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/poll_fn.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/poll_fn.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/join.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/join.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/future/ready.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/ready.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/intrinsics/simd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/intrinsics/mir.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics/mir.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/once.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/from_coroutine.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/from_coroutine.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/once_with.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/once_with.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/repeat_with.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat_with.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/repeat_n.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat_n.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/from_fn.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/from_fn.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/successors.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/successors.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/repeat.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources/empty.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/empty.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/copied.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/copied.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/cloned.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/cloned.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/by_ref_sized.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/by_ref_sized.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/take.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/take.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/peekable.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/peekable.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/cycle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/cycle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/take_while.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/take_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/map_while.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/skip_while.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/skip_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/intersperse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/intersperse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/fuse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/fuse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/enumerate.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/enumerate.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/scan.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/scan.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/flatten.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/flatten.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/chain.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/chain.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/filter_map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/filter_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/skip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/skip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/zip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/zip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/filter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/filter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/array_chunks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/array_chunks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/map_windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/inspect.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/inspect.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/rev.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/rev.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/adapters/step_by.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/step_by.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/double_ended.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/double_ended.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/exact_size.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/exact_size.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/accum.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/accum.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/marker.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/marker.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/iterator.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/unchecked_iterator.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/unchecked_iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/traits/collect.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/collect.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/range.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/iter/sources.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/iter/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/iter/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/rotate.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/rotate.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/specialize.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/specialize.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/cmp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/memchr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/memchr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/select.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/sort.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/slice/index.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/index.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/async_iter/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/async_iter/async_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/async_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/async_iter/from_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/pattern.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/validations.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/validations.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/traits.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/traits.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/converts.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/converts.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/count.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/count.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/str/lossy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/lossy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/hash/sip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/cmp/bytewise.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cmp/bytewise.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/flt2dec/decoder.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/decoder.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/flt2dec/estimator.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/estimator.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/i32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/u32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/i64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/u64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/i16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/u16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/i128.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i128.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/u128.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u128.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/i8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/u8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/isize.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/isize.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/usize.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/usize.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/shells/int_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/table.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/table.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/lemire.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/lemire.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/parse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/parse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/decimal.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/decimal.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/common.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/number.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/number.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/fpu.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/fpu.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/dec2flt/slow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/slow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/int_log10.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/int_log10.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/f32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/f64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/overflow_panic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/overflow_panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/wrapping.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/wrapping.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/saturating.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/saturating.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/bignum.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/bignum.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/nonzero.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/nonzero.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/int_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/uint_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/uint_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/diy_float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/diy_float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/num/fmt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/net/display_buffer.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/display_buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/net/parser.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/range.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/index_range.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/index_range.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/coroutine.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/coroutine.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/unsize.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/unsize.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/deref.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/deref.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/arith.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/arith.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/function.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/function.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/async_function.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/async_function.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/drop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/try_trait.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/try_trait.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/bit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/bit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/control_flow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/control_flow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ops/index.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/index.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/error.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/error.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/panic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/tuple.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/clone.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/clone.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/escape.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/escape.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/primitive.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/primitive.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/panicking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panicking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/asserting.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/asserting.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/arch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/arch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/cell.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/bool.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/bool.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/pin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/pin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/option.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/option.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/cmp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/marker.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/marker.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/intrinsics.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/primitive_docs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/primitive_docs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/internal_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/internal_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/unit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/default.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/default.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/result.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/result.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/hint.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hint.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/borrow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/src/any.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/fmt/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/fmt/num.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/fmt/builders.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/builders.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/fmt/float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/panic/location.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/panic/location.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/io/borrowed_buf.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/io/borrowed_buf.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/copied.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/copied.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/cloned.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/cloned.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/by_ref_sized.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/by_ref_sized.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/take.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/take.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/peekable.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/peekable.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/cycle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/cycle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/take_while.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/take_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/skip_while.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/skip_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/intersperse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/intersperse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/fuse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/fuse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/enumerate.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/enumerate.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/scan.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/scan.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/flatten.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/flatten.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/chain.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/chain.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/filter_map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/filter_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/flat_map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/flat_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/skip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/skip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/zip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/zip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/filter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/filter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/array_chunks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/array_chunks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/map_windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/map_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/inspect.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/inspect.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/adapters/step_by.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/step_by.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/traits/double_ended.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/double_ended.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/traits/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/traits/accum.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/accum.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/traits/step.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/step.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/traits/iterator.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/range.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/iter/sources.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/sources.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/async_iter/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/async_iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/hash/sip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/flt2dec/random.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/flt2dec/estimator.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/estimator.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/dec2flt/lemire.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/lemire.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/dec2flt/parse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/parse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/dec2flt/float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/i32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/u32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/ieee754.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/ieee754.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/i64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/u64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/i16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/u16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/i128.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i128.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/u128.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u128.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/i8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/u8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/wrapping.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/wrapping.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/int_log.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/int_log.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/const_from.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/const_from.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/bignum.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/bignum.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/nan.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/nan.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/int_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/uint_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/uint_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/num/ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/net/parser.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/ops/control_flow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ops/control_flow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/atomic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/panic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/simd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/unicode.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/unicode.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/tuple.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/clone.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/clone.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/future.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/future.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/asserting.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/asserting.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/task.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/cell.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/cell.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/bool.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/bool.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/mem.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/pin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/option.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/option.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/pattern.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/pin_macro.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pin_macro.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/nonzero.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/nonzero.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/cmp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/manually_drop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/manually_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/char.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/char.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/waker.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/waker.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/const_ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/intrinsics.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/intrinsics.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/result.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/result.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/convert.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/convert.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/array.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/any.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/str_lossy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/str_lossy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/tests/lazy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/lazy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/ascii/is_ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ascii/is_ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/char/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/char/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/char/methods.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/char/methods.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/str/corpora.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/corpora.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/str/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/str/char_count.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/char_count.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/hash/sip.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/int_log/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/int_log/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/int_pow/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/int_pow/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/num/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/net/addr_parser.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/net/addr_parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/tuple.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/pattern.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/fmt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/array.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/benches/any.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/core/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/dbghelp32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/dbghelp32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/dbghelp64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/dbghelp64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/libunwind.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/libunwind.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/miri.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/backtrace/noop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/noop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/mmap_fake.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_fake.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/coff.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/coff.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/xcoff.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/xcoff.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/elf.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/elf.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/stash.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/stash.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/macho.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/macho.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_macos.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_macos.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_illumos.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_illumos.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/mmap_windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_haiku.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_haiku.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_aix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_aix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/mmap_unix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli/libs_libnx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_libnx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/gimli.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/miri.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/dbghelp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/dbghelp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/symbolize/noop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/noop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/print/fuchsia.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/print/fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/capture.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/capture.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/dbghelp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/dbghelp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/types.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/src/print.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/print.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/accuracy/main.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/accuracy/main.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/accuracy/auxiliary.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/accuracy/auxiliary.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/common/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/smoke.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/smoke.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/long_fn_name.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/long_fn_name.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/sgx-image-base.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/sgx-image-base.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/current-exe-mismatch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/current-exe-mismatch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/concurrent-panics.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/concurrent-panics.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/tests/skip_inner_frames.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/skip_inner_frames.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/examples/backtrace.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/examples/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/examples/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/examples/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/x86_64-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/i686-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i686-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/aarch64-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/aarch64-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/android-ndk.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/android-ndk.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/android-sdk.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/android-sdk.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/debuglink.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/debuglink.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/run.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/run.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/debuglink-docker.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/debuglink-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/run-docker.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/run-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/ci/runtest-android.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/runtest-android.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/benches/benchmarks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/benches/benchmarks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/.github/actions/report-code-size-changes/action.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/actions/report-code-size-changes/action.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/.github/actions/build-with-patched-std/action.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/actions/build-with-patched-std/action.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/.github/workflows/check-binary-size.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/workflows/check-binary-size.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/.github/workflows/main.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/workflows/main.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/Cargo.lock" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/Cargo.lock" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/backtrace/build.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort/src/android.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/android.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort/src/zkvm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/zkvm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_abort/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/intrinsics_data/arm_intrinsics.json" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/intrinsics_data/arm_intrinsics.json" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/openbsd/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/openbsd/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/macos/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/loongarch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/loongarch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/arm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/cpuinfo.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/cpuinfo.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/auxvec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/auxvec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/powerpc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/x86.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/os/other.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/other.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-rpi3.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-rpi3.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-no-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-no-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-empty-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-empty-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-artificial-aarch64.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-artificial-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/test_data/macos-virtualbox-linux-x86-4850HQ.auxv" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/macos-virtualbox-linux-x86-4850HQ.auxv" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/aarch64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/x86.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/loongarch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/loongarch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/arm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/mips.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/cache.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/detect/bit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/bit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/tests/x86-specific.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/x86-specific.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/tests/cpu-detection.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/cpu-detection.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/std_detect/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/simd-test-macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/simd-test-macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse41.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse41.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/bmi1.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bmi1.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse42.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse42.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/bmi2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse3.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse3.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/ssse3.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ssse3.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512bf16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bf16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse4a.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse4a.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sha.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sha.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/fma.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/fma.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512ifma.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512ifma.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/f16c.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/f16c.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/rdtsc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rdtsc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512cd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512cd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/cpuid.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/cpuid.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/rdrand.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rdrand.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/sse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/xsave.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/xsave.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512f.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512f.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/gfni.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/gfni.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512vnni.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vnni.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/abm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/abm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/tbm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/tbm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/rtm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rtm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/bswap.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bswap.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/fxsr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/fxsr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/aes.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/aes.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/vaes.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/vaes.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/eflags.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/eflags.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/bt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/test.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/test.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx512bw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/adx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/adx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86/avx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/mips/msa.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/msa.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/mips/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/wasm32/simd128.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/simd128.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/wasm32/atomic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/wasm32/relaxed_simd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/relaxed_simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/wasm32/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/wasm32/memory.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/memory.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/load_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/load_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/store_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/store_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/table_lookup_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/table_lookup_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/neon/shift_and_insert_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/shift_and_insert_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/cp15.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/cp15.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/v8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/v8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/common.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/not_mclass.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/not_mclass.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/crc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/crc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/crypto.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/crypto.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/hints.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/hints.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm_shared/test_support.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/test_support.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/nvptx/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/nvptx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/sse41.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse41.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/sse42.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse42.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/sse2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/bmi2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/avx2.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx2.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/rdrand.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/rdrand.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/sse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/xsave.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/xsave.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/avx512f.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx512f.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/bmi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bmi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/abm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/abm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/bswap.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bswap.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/fxsr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/fxsr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/bt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/adx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/adx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/x86_64/avx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/powerpc64/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/powerpc/altivec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/altivec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/powerpc/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/powerpc/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/powerpc/vsx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/vsx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm/simd32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/simd32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm/neon.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/neon.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm/dsp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/dsp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/arm/sat.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/sat.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv64/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv64/zk.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv64/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv32/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv32/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv32/zk.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv32/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/tme.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/tme.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/prefetch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/prefetch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/aarch64/test_support.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/test_support.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv_shared/zb.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/zb.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv_shared/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv_shared/zk.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/riscv_shared/p.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/p.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/core_arch_docs.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/core_arch_docs.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/v64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/v64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/simd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/src/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/MISSING.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/MISSING.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/avx512f.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/avx512f.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/avx512bw.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/avx512bw.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/core_arch/rustfmt.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/rustfmt.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-gen/src/main.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen/src/main.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-gen/neon.spec" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen/neon.spec" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-gen/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-gen/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/assert-instr-macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/assert-instr-macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/assert-instr-macro/build.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-test/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-test/src/wasm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-test/src/disassembly.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/disassembly.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/crates/stdarch-test/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/examples/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/examples/connect5.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/connect5.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/examples/wasm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/examples/hex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/hex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/wasm32-wasi/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/wasm32-wasi/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/mips-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/nvptx64-nvidia-cuda/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/nvptx64-nvidia-cuda/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/mipsel-unknown-linux-musl/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mipsel-unknown-linux-musl/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/style.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/style.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/run.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/run.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/run-docker.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/run-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/build-std-detect.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/build-std-detect.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/dox.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/dox.sh" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/ci/gba.json" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/gba.json" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/.github/workflows/main.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/.github/workflows/main.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/CONTRIBUTING.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/CONTRIBUTING.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/rustfmt.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/rustfmt.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/triagebot.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/triagebot.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/vendor.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/vendor.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/stdarch/.cirrus.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/.cirrus.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/gcc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/gcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/emcc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/emcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/seh.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/seh.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/miri.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/hermit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/hermit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/src/dummy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/dummy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/panic_unwind/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/rc/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/rc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/boxed/thin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed/thin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/ffi/c_str/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/alloc/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/alloc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/sync/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/sync/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/linked_list/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/binary_heap/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/binary_heap/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/map/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/map/entry.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/entry.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/borrow/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/node/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/node/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/set/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/append.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/append.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/node.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/node.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/navigate.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/navigate.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/remove.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/remove.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/search.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/search.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/set_val.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set_val.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/mem.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/dedup_sorted_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/dedup_sorted_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/merge_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/merge_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/set.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/split.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/split.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/borrow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/btree/fix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/fix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/spec_extend.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_extend.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/drain.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/spec_from_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/into_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/into_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/vec_deque/iter_mut.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/iter_mut.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/collections/linked_list.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/spec_from_iter_nested.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter_nested.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/spec_extend.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_extend.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/splice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/splice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/extract_if.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/extract_if.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/spec_from_elem.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_elem.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/drain.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/is_zero.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/is_zero.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/in_place_drop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/in_place_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/set_len_on_drop.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/set_len_on_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/partial_eq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/partial_eq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/spec_from_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/into_iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/into_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/in_place_collect.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/in_place_collect.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/vec/cow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/cow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/slice/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/slice/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/raw_vec/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/raw_vec/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/testing/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/testing/rng.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/rng.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/testing/ord_chaos.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/ord_chaos.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/testing/crash_test.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/crash_test.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/raw_vec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/sync.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/sync.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/rc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/rc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/boxed.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/string.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/task.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/fmt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/src/borrow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/vec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/rc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/rc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/arc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/arc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/boxed.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/boxed.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/vec_deque.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/vec_deque.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/string.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/btree_set_hash.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/btree_set_hash.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/task.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/heap.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/heap.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/c_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/cow_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/cow_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/const_fns.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/const_fns.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/autotraits.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/autotraits.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/fmt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/linked_list.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/borrow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/tests/thin_box.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/thin_box.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/btree/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/btree/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/btree/set.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/vec.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/vec_deque_append.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec_deque_append.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/vec_deque.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec_deque.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/string.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/binary_heap.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/binary_heap.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/benches/linked_list.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/alloc/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/profiler_builtins/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/profiler_builtins/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/profiler_builtins/build.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-alloc/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-alloc/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-alloc/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/helpers/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/helpers/shuffle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/shuffle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/helpers/metrics.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/metrics.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/helpers/concurrency.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/concurrency.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/parser/compiled/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/compiled/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/parser/compiled.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/compiled.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/parm/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parm/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/searcher/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/searcher/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/parm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/terminfo/searcher.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/searcher.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term/win.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/win.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/formatters/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/formatters/terse.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/terse.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/formatters/json.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/json.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/formatters/junit.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/junit.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/formatters/pretty.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/pretty.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/stats/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/stats/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/console.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/console.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/bench.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/bench.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/cli.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/cli.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/term.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/types.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/options.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/options.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/stats.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/stats.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/test_result.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/test_result.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/src/event.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/event.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/test/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/masks/bitmask.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/bitmask.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/masks/full_masks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/full_masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/ptr/const_ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/ptr/mut_ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/mut_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/cmp/ord.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/ord.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/cmp/eq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/eq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/num/float.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/num/int.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/int.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/num/uint.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/uint.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/prelude.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/prelude.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/num.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/cmp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/simd/ptr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vendor/x86.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vendor/powerpc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vendor/arm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/ops/deref.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/deref.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/ops/assign.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/assign.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/ops/shift_scalar.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/shift_scalar.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/ops/unary.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/unary.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/core_simd_docs.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/core_simd_docs.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/swizzle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/swizzle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/swizzle_dyn.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/swizzle_dyn.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/iter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vendor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/vector.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vector.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/alias.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/alias.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/to_bytes.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/to_bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/masks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/select.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/fmt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/lane_count.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/lane_count.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/src/cast.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/cast.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask16.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask16.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/masksize.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/masksize.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/round.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/round.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/try_from_slice.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/try_from_slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/swizzle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/swizzle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/autoderef.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/autoderef.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/swizzle_dyn.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/swizzle_dyn.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/to_bytes.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/to_bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/masks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/ops_macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/ops_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/f32_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/i32_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/u32_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/f64_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/i64_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/u64_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/i16_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i16_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/u16_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u16_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/i8_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i8_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/u8_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u8_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/isize_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/isize_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/usize_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/usize_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/mask_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/cast.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/cast.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/tests/pointers.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/pointers.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/examples/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/examples/spectral_norm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/spectral_norm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/examples/matrix_inversion.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/matrix_inversion.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/examples/dot_product.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/dot_product.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/examples/nbody.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/nbody.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/core_simd/webdriver.json" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/webdriver.json" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/src/wasm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/src/biteq.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/biteq.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/src/subnormals.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/subnormals.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/src/array.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/test_helpers/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/std_float/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/crates/std_float/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/std_float/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/ISSUE_TEMPLATE/blank_issue.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/blank_issue.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/ISSUE_TEMPLATE/bug_report.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/bug_report.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/workflows/doc.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/workflows/doc.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/workflows/ci.yml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/workflows/ci.yml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/CONTRIBUTING.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/CONTRIBUTING.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/beginners-guide.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/beginners-guide.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/Cargo.lock" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/Cargo.lock" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/portable-simd/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rtstartup/rsend.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rtstartup/rsend.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rtstartup/rsbegin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rtstartup/rsbegin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind/src/libunwind.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/libunwind.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind/src/unwinding.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/unwinding.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind/src/wasm.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/unwind/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-core/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/sysroot/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/sysroot/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/sysroot/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/backtrace/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/backtrace/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/ios/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/ios/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/ios/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/ios/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/ios/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/ios/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/horizon/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/horizon/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/horizon/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/dragonfly/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/dragonfly/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/dragonfly/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/espidf/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/espidf/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/espidf/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/openbsd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/openbsd/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/openbsd/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fuchsia/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fuchsia/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fuchsia/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/io/fd/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/io/fd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/io/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasi/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/macos/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/macos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/macos/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/macos/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/macos/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/macos/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/wasip2/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasip2/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vxworks/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vxworks/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vxworks/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/watchos/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/watchos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/watchos/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/watchos/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/watchos/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/watchos/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solid/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solid/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solid/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vita/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vita/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/vita/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fortanix_sgx/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fortanix_sgx/arch.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/arch.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fortanix_sgx/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fortanix_sgx/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/fs/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/fs/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/ffi/os_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/ffi/os_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/io/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/ucred/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/ucred.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/stream.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/datagram.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/datagram.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/listener.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/ancillary.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ancillary.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/net/addr.rs.orig.port" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs.orig.port" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/unix/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/l4re/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/l4re/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/l4re/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/netbsd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/netbsd/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/netbsd/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/netbsd/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/linux/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/linux/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/linux/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/linux/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/linux/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/emscripten/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/emscripten/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/emscripten/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/uefi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/uefi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/uefi/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/uefi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hurd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hurd/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hurd/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/haiku/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/haiku/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/haiku/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/android/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/android/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/android/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/android/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/redox/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/redox/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/redox/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fd/owned.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fd/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fd/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/fd/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/illumos/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/illumos/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/illumos/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/io/handle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/io/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/io/socket.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/socket.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/io/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/windows/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/ffi/definitions/memoryflags.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi/definitions/memoryflags.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/ffi/definitions.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi/definitions.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services/systime.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/systime.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services/log.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/log.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services/ticktimer.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/ticktimer.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services/dns.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/dns.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/xous/services.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/nto/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/nto/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/nto/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/aix/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/aix/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/aix/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solaris/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solaris/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/solaris/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/raw/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/raw/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/raw/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/raw/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/linux_ext/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/linux_ext/tcp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/tcp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/linux_ext/addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/linux_ext/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/linux_ext/socket.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/socket.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/freebsd/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/freebsd/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/freebsd/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/freebsd/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hermit/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hermit/io/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/io/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hermit/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/hermit/ffi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/os/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/fs/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/fs/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/ffi/os_str/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/os_str/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/ffi/os_str.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/os_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/local/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/local/dynamic_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local/dynamic_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/scoped.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/scoped.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/local.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/thread/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/error/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/error/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/lazy_lock/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/lazy_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/once_lock/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/condvar/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/condvar/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/zero.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/zero.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/waker.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/waker.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/counter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/counter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/utils.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/utils.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/select.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/list.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/list.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/context.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/context.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpmc/array.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/once/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/rwlock/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/rwlock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/reentrant_lock/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/reentrant_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/barrier/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/barrier/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpsc/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpsc/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mpsc/sync_tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/sync_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mutex/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mutex/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/once.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/once_lock.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/reentrant_lock.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/reentrant_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/lazy_lock.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/lazy_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/rwlock.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/rwlock.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/poison.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/poison.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/condvar.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/condvar.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/barrier.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/barrier.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sync/mutex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mutex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/f32/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f32/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/hash/map/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/map/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/hash/set/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/set/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/hash/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/hash/set.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/collections/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/prelude/v1.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/prelude/v1.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/prelude/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/prelude/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/process/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/process/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/panic/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panic/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/error/repr_unpacked.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/repr_unpacked.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/error/repr_bitpacked.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/repr_bitpacked.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/error/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/stdio/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/stdio/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/impls/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/impls/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/bufreader/buffer.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufreader/buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/linewritershim.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/linewritershim.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/bufreader.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufreader.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/linewriter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/linewriter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/bufwriter.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufwriter.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/buffered/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/cursor/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/cursor/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/copy/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/copy/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/util/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/util/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/prelude.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/prelude.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/util.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/util.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/cursor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/cursor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/impls.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/impls.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/io/copy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/copy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/path/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/path/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/env/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/env/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/wtf8/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_local_key/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_local_key/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_parking/id.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_parking/id.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_parking/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_parking/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_parking/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_parking/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/net/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/net/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/wtf8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wtf8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/backtrace.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_info.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_info.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/wstr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wstr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/lazy_box.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/lazy_box.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys_common/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/time/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/time/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/hash/random.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/hash/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/f64/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f64/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/num/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/num/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/udp/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/udp/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/tcp/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/tcp/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/socket_addr/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/socket_addr/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/ip_addr/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/ip_addr/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/tcp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/tcp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/udp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/udp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/net/test.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/test.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/thread_local/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/thread_local/static_local.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/static_local.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/thread_local/os_local.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/os_local.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/thread_local/fast_local.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/fast_local.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/windows7.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/pthread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/itron.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/itron.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/no_threads.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/teeos.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/teeos.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/xous.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/condvar/sgx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/once/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/once/queue.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/queue.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/once/no_threads.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/once/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/sgx/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/sgx/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/windows7.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/solid.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/solid.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/queue.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/queue.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/no_threads.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/teeos.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/teeos.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/xous.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/rwlock/sgx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/windows7.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/fuchsia.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/pthread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/itron.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/itron.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/no_threads.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/xous.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mutex/sgx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/sync/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/windows/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/windows/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/unsupported_backslash.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/unsupported_backslash.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/windows.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/sgx.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/path/unix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/pipe.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/thread_parking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/common.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unsupported/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/fd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/helpers.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/helpers.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasi/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasip2/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasip2/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/abi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/abi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/zkvm/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/abi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/abi/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/abi/sockets.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/sockets.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/solid/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/os/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/kernel_copy/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_parking/pthread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_parking/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_parking/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_parking/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_parking/netbsd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_parking/netbsd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_parking/darwin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_parking/darwin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_common/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_unix/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_unsupported/wait_status/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported/wait_status/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_unsupported/wait_status.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported/wait_status.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_fuchsia.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_unsupported.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/zircon.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/zircon.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_common.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_common.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_vxworks.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_vxworks.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/process/process_unix.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/fd/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/fd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/android.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/android.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/rand.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/rand.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/pipe.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/l4re.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/l4re.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/weak.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/weak.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/stack_overflow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/stack_overflow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/kernel_copy.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/unix/os.rs.orig.port" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs.orig.port" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/time/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/time/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/thread_parking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/abi.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/abi.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/task.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/spin.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/spin.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/itron/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/helpers.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/helpers.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/uefi/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/rand.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/rand.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/teeos/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/os/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/os/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/thread_local_key/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread_local_key/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/alloc/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/alloc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/c/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/c/windows_sys.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/windows_sys.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/c/bindings.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/bindings.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/handle/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/handle/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/stdio/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stdio/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/process/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/process/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/args/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/c.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/rand.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/rand.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/handle.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/pipe.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/thread_parking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/api.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/api.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/io.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/stack_overflow_uwp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stack_overflow_uwp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/compat.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/compat.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/stack_overflow.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stack_overflow.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/windows/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/net/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/net/tcpstream.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/tcpstream.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/net/udp.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/udp.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/net/tcplistener.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/tcplistener.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/net/dns.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/dns.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/thread_parking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/xous/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasm/atomics/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasm/atomics/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasm/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasm/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/wasm/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/tls/sync_bitset/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/sync_bitset/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/tls/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/tls/sync_bitset.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/sync_bitset.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/usercalls/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/usercalls/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/usercalls/raw.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/entry.S" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/entry.S" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/panic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/reloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/reloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/abi/mem.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/unsafe_list/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/unsafe_list/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/spin_mutex/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/spin_mutex/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/unsafe_list.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/unsafe_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/waitqueue/spin_mutex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/spin_mutex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/fd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/thread_parking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/sgx/thread_local_key.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/thread_local_key.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/common/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/common/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/common/small_c_string.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/small_c_string.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/common/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/fd.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/stdio.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/thread_local_dtor.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/thread_local_dtor.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/args.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/os.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/net.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/hermit/futex.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/pal/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/os_str/bytes/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/bytes/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/os_str/wtf8.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/wtf8.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/os_str/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/os_str/bytes.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/dwarf/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/dwarf/eh.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/eh.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/dwarf/tests.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/gcc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/gcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/emcc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/emcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/personality/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/sys/cmath.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/cmath.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/f32.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f32.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/f64.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f64.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/panic.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/alloc.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/backtrace.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/time.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/panicking.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panicking.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/path.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/path.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/ascii.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/num.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/error.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/keyword_docs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/keyword_docs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/fs.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/macros.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/process.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/rt.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/rt.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/src/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/common/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/thread.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/create_dir_all_bare.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/create_dir_all_bare.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/process_spawning.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/process_spawning.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/run-time-detect.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/run-time-detect.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/switch-stdout.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/switch-stdout.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/tests/env.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/benches/hash/mod.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/benches/hash/map.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/benches/hash/set_ops.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/set_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/benches/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/std/build.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std/Cargo.toml" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/library/rustc-std-workspace-std/lib.rs" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.modulemap" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.modulemap" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/unwind.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/libunwind.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/libunwind.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/__libunwind_config.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/__libunwind_config.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/unwind_arm_ehabi.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_arm_ehabi.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/unwind_itanium.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_itanium.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/libunwind.modulemap" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/libunwind.modulemap" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/include/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindRegistersRestore.S" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRegistersRestore.S" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindRegistersSave.S" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRegistersSave.S" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindLevel1.c" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindLevel1.c" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind-sjlj.c" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-sjlj.c" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind-wasm.c" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-wasm.c" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindRustSgx.c" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.c" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/dwarf2.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/dwarf2.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind-EHABI.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-EHABI.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/cet_unwind.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/cet_unwind.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/config.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/config.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/libunwind_ext.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind_ext.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindRustSgx.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/assembly.h" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/assembly.h" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind-EHABI.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-EHABI.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/libunwind.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind-seh.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-seh.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Unwind_AIXExtras.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind_AIXExtras.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/AddressSpace.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/AddressSpace.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/FrameHeaderCache.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/FrameHeaderCache.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/CompactUnwinder.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CompactUnwinder.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/DwarfParser.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/DwarfParser.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/EHHeaderParser.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/EHHeaderParser.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/UnwindCursor.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindCursor.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/DwarfInstructions.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/DwarfInstructions.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/Registers.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Registers.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/RWMutex.hpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/RWMutex.hpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/src/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/cmake/Modules/HandleLibunwindFlags.cmake" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/Modules/HandleLibunwindFlags.cmake" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/cmake/config-ix.cmake" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/config-ix.cmake" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-static.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-static.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-merged.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-merged.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/ibm-libunwind-shared.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/ibm-libunwind-shared.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-shared.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-shared.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/armv7m-picolibc-libunwind.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/armv7m-picolibc-libunwind.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/cmake-bridge.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/cmake-bridge.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/apple-libunwind-backdeployment.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/apple-libunwind-backdeployment.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-mingw.cfg.in" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-mingw.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/aix_signal_unwind.pass.sh.S" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/aix_signal_unwind.pass.sh.S" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/libunwind_01.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind_01.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/libunwind_02.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind_02.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/signal_unwind.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/signal_unwind.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/forceunwind.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/forceunwind.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/alignment.compile.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/alignment.compile.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/signal_frame.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/signal_frame.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/unw_resume.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unw_resume.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/unwind_leaffunction.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unwind_leaffunction.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/bad_unwind_info.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/bad_unwind_info.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/floatregister.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/floatregister.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/unwind_scalable_vectors.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unwind_scalable_vectors.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/frameheadercache_test.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/frameheadercache_test.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/lit.cfg.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/lit.cfg.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/unw_getcontext.pass.cpp" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unw_getcontext.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/remember_state_leak.pass.sh.s" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/remember_state_leak.pass.sh.s" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/test/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/docs/BuildingLibunwind.rst" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/BuildingLibunwind.rst" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/docs/index.rst" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/index.rst" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/docs/README.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/README.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/docs/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/docs/conf.py" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/conf.py" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/LICENSE.TXT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/LICENSE.TXT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/README_RUST_SGX.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/README_RUST_SGX.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/.clang-format" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/.clang-format" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/llvm-project/libunwind/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/Cargo.lock" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/Cargo.lock" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rust-src-1.78.0 running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/image" "--component-name=rust-src" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rust-src installed." "--package-name=rust-src-1.78.0" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rust-src" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 1.552 seconds < Src c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } Compiling proc-macro2 v1.0.74 Fresh unicode-ident v1.0.12 Compiling libc v0.2.153 Compiling pkg-config v0.3.30 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Compiling serde v1.0.197 Compiling vcpkg v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.74 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0581179d3a236012 -C extra-filename=-0581179d3a236012 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-0581179d3a236012 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=60ab2378870ab61f -C extra-filename=-60ab2378870ab61f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-60ab2378870ab61f -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.30 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pkg_config --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkg-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16eb1d5cb080d83a -C extra-filename=-16eb1d5cb080d83a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `libc` (lib) generated 11 warnings Fresh autocfg v1.1.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/autocfg/src/error.rs:29:32 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 29 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1e3b13df3376808a -C extra-filename=-1e3b13df3376808a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-1e3b13df3376808a -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=vcpkg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/vcpkg CARGO_PKG_AUTHORS='Jim McGrath ' CARGO_PKG_DESCRIPTION='A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vcpkg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcgoo/vcpkg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/vcpkg LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name vcpkg --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/vcpkg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=249a4736af743c3e -C extra-filename=-249a4736af743c3e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `autocfg` (lib) generated 1 warning Fresh once_cell v1.19.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `once_cell` (lib) generated 4 warnings Compiling thiserror v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cdc3f3cf9722bb2 -C extra-filename=-7cdc3f3cf9722bb2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-7cdc3f3cf9722bb2 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `proc-macro2` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.74 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-1c454db0f53d6aff/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-0581179d3a236012/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-cff9d03b392cc7e2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-1e3b13df3376808a/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-d205d300e6657d1e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-7cdc3f3cf9722bb2/build-script-build` [serde 1.0.197] cargo:rerun-if-changed=build.rs [thiserror 1.0.57] cargo:rerun-if-changed=build/probe.rs Fresh version_check v0.9.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/channel.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/version_check/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `version_check` (lib) generated 4 warnings Compiling memchr v2.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=6315f6df8057683d -C extra-filename=-6315f6df8057683d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [proc-macro2 1.0.74] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.74] cargo:rustc-cfg=wrap_proc_macro Compiling regex-syntax v0.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4a537e4db3a01aa9 -C extra-filename=-4a537e4db3a01aa9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.74 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-1c454db0f53d6aff/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4712a8e5143b41a7 -C extra-filename=-4712a8e5143b41a7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-d059755e7d002200/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-60ab2378870ab61f/build-script-build` [libc 0.2.153] cargo:rerun-if-changed=build.rs [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-d059755e7d002200/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4628cd17da9aed1a -C extra-filename=-4628cd17da9aed1a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:170:7 | 170 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:173:7 | 173 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:251:12 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:259:12 | 259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:337:11 | 337 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:337:45 | 337 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:337:63 | 337 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:345:11 | 345 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:345:45 | 345 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:345:63 | 345 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:378:11 | 378 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:378:45 | 378 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:378:63 | 378 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:147:7 | 147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:164:11 | 164 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:323:11 | 323 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:323:31 | 323 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:337:11 | 337 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:337:31 | 337 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:408:11 | 408 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:408:31 | 408 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:423:11 | 423 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:423:31 | 423 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:428:11 | 428 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:428:31 | 428 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:492:11 | 492 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:494:11 | 494 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:22:11 | 22 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:29:11 | 29 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:76:19 | 76 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:78:23 | 78 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:109:19 | 109 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:499:15 | 499 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:513:11 | 513 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:529:11 | 529 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:544:11 | 544 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:557:11 | 557 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:570:15 | 570 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:575:11 | 575 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:617:15 | 617 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:622:11 | 622 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:630:15 | 630 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:635:11 | 635 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:643:11 | 643 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:651:15 | 651 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:654:19 | 654 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:660:11 | 660 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:667:13 | 667 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:876:15 | 876 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:887:11 | 887 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1055:19 | 1055 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1061:15 | 1061 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1101:15 | 1101 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1118:27 | 1118 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:1120:27 | 1120 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:22:11 | 22 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:33:15 | 33 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:43:19 | 43 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:55:19 | 55 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:64:19 | 64 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/extra.rs:73:19 | 73 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:9:7 | 9 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:347:7 | 347 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:353:7 | 353 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:375:7 | 375 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:408:11 | 408 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:440:11 | 440 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:448:11 | 448 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:456:11 | 456 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:474:11 | 474 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:466:19 | 466 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:485:23 | 485 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:487:19 | 487 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:859:19 | 859 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/wrapper.rs:861:23 | 861 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:426:11 | 426 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:454:11 | 454 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:460:11 | 460 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:469:15 | 469 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:469:49 | 469 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:469:67 | 469 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:499:11 | 499 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/lib.rs:521:11 | 521 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8236a92acbba9771 -C extra-filename=-8236a92acbba9771 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling jobserver v0.1.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91540a1d9d9c7a0f -C extra-filename=-91540a1d9d9c7a0f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-4628cd17da9aed1a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/marker.rs:15:39 | 15 | pub(crate) struct ProcMacroAutoTraits(Rc<()>); | ------------------- ^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 15 | pub(crate) struct ProcMacroAutoTraits(()); | ~~ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:299:19 | 299 | pub(crate) struct SourceFile { | ^^^^^^^^^^ warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2-1.0.74/src/fallback.rs:305:12 | 303 | impl SourceFile { | --------------- methods in this implementation 304 | /// Get the path to this source file as a string. 305 | pub fn path(&self) -> PathBuf { | ^^^^ ... 309 | pub fn is_real(&self) -> bool { | ^^^^^^^ warning: trait `Byte` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/ext.rs:42:18 | 42 | pub(crate) trait Byte { | ^^^^ | = note: `#[warn(dead_code)]` on by default Compiling quote v1.0.35 Compiling tinyvec v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ff5a09e502f4eb60 -C extra-filename=-ff5a09e502f4eb60 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=6f23d9ed36ed480b -C extra-filename=-6f23d9ed36ed480b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-8236a92acbba9771.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs:7:13 | 7 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly_const_generics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:219:34 | 219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, `tinyvec_macros` = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1062:12 | 1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1112:12 | 1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1332:12 | 1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling syn v2.0.46 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.46 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6c76eba7bed81ecf -C extra-filename=-6c76eba7bed81ecf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling cc v1.0.83 warning: `proc-macro2` (lib) generated 131 warnings Compiling aho-corasick v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.83 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.83 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.83 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=85731a9a93b33c21 -C extra-filename=-85731a9a93b33c21 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libjobserver-91540a1d9d9c7a0f.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-4628cd17da9aed1a.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=33876bd581a113e4 -C extra-filename=-33876bd581a113e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cc-1.0.83/src/lib.rs:2366:22 | 2366 | Catalyst(&'static str), | -------- ^^^^^^^^^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 2366 | Catalyst(()), | ~~ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:319:12 | 319 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:325:12 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:335:12 | 335 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:352:12 | 352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:355:12 | 355 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:370:12 | 370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:376:12 | 376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:382:12 | 382 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:390:5 | 390 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:402:12 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:428:12 | 428 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:433:5 | 433 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:445:12 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:457:12 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:486:12 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:494:12 | 494 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:500:12 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:511:12 | 511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:853:12 | 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:900:12 | 900 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:918:12 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:443:1 | 443 | / ast_enum_of_structs! { 444 | | /// Content of a compile-time structured attribute. 445 | | /// 446 | | /// ## Path ... | 473 | | } 474 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:236:16 | 236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:382:16 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:413:16 | 413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:511:16 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:650:16 | 650 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:658:16 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/attr.rs:768:16 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:21:1 | 21 | / ast_enum_of_structs! { 22 | | /// Data stored within an enum variant or struct. 23 | | /// 24 | | /// # Syntax tree enum ... | 40 | | } 41 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:46:16 | 46 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:55:16 | 55 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:290:16 | 290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:303:20 | 303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:340:20 | 340 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:361:16 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/data.rs:392:16 | 392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:66:16 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/derive.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:87:16 | 87 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:12:1 | 12 | / ast_enum_of_structs! { 13 | | /// A Rust expression. 14 | | /// 15 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 239 | | } 240 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:265:16 | 265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:287:16 | 287 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:320:16 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:331:16 | 331 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:370:16 | 370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:381:16 | 381 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:392:16 | 392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:424:16 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:456:16 | 456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:468:16 | 468 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:509:16 | 509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:536:16 | 536 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:546:16 | 546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:580:16 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:669:16 | 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:804:16 | 804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:848:16 | 848 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:904:16 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:1037:16 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:1824:16 | 1824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:1919:16 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:1945:16 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2039:16 | 2039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2084:16 | 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2101:16 | 2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2119:16 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2160:16 | 2160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2171:16 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2201:16 | 2201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2223:16 | 2223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2289:16 | 2289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2312:16 | 2312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2321:16 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2335:16 | 2335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2344:16 | 2344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2353:16 | 2353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2365:16 | 2365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2439:16 | 2439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2488:16 | 2488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2512:16 | 2512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2531:16 | 2531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2542:16 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2554:16 | 2554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2650:16 | 2650 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2704:16 | 2704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2723:16 | 2723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2766:16 | 2766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2803:16 | 2803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2817:16 | 2817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2831:16 | 2831 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2864:16 | 2864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2257:28 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2274 | / impl_by_parsing_expr! { 2275 | | ExprAssign, Assign, "expected assignment expression", 2276 | | ExprAwait, Await, "expected await expression", 2277 | | ExprBinary, Binary, "expected binary operation", ... | 2285 | | ExprTuple, Tuple, "expected tuple expression", 2286 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:1130:20 | 1130 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:2994:16 | 2994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3005:16 | 3005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3016:16 | 3016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3026:16 | 3026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3037:16 | 3037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3050:16 | 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3060:16 | 3060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3100:16 | 3100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3113:16 | 3113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3122:16 | 3122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3133:16 | 3133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3149:16 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3160:16 | 3160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3179:16 | 3179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3191:16 | 3191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3200:16 | 3200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3211:16 | 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3220:16 | 3220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3233:16 | 3233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3242:16 | 3242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3263:16 | 3263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3277:16 | 3277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3287:16 | 3287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3296:16 | 3296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3306:16 | 3306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3317:16 | 3317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3330:16 | 3330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3339:16 | 3339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3377:16 | 3377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3392:16 | 3392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3402:16 | 3402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3415:16 | 3415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3440:16 | 3440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3455:16 | 3455 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3467:16 | 3467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3477:16 | 3477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3485:16 | 3485 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/expr.rs:3496:16 | 3496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/file.rs:80:16 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/file.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/file.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:286:5 | 286 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:294:5 | 294 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:302:5 | 302 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:19:16 | 19 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:28:1 | 28 | / ast_enum_of_structs! { 29 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 30 | | /// `'a: 'b`, `const LEN: usize`. 31 | | /// ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:52:16 | 52 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:63:16 | 63 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:76:16 | 76 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:344:20 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 385 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:352:20 | 352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 385 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 385 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:367:20 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 385 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:375:20 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 385 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:344:20 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 387 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:352:20 | 352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 387 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 387 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:367:20 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 387 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:375:20 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 387 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:344:20 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 389 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:352:20 | 352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 389 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 389 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:367:20 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 389 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:375:20 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 389 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:401:16 | 401 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:445:1 | 445 | / ast_enum_of_structs! { 446 | | /// A trait or lifetime used as a bound on a type parameter. 447 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 448 | | #[non_exhaustive] ... | 453 | | } 454 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:458:16 | 458 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:489:1 | 489 | / ast_enum_of_structs! { 490 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 491 | | /// 492 | | /// # Syntax tree enum ... | 505 | | } 506 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:510:16 | 510 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:520:16 | 520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:328:9 | 328 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:538:16 | 538 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:601:16 | 601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:628:16 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:695:16 | 695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:807:16 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:832:16 | 832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:843:16 | 843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:867:16 | 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:898:16 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:909:16 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:980:16 | 980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1121:16 | 1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1143:16 | 1143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1174:16 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1199:16 | 1199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/generics.rs:1218:16 | 1218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ident.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:17:16 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:9:1 | 9 | / ast_enum_of_structs! { 10 | | /// Things that can appear directly inside of a module or scope. 11 | | /// 12 | | /// # Syntax tree enum ... | 86 | | } 87 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:91:16 | 91 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:108:16 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:122:16 | 122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:160:16 | 160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:235:16 | 235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:297:16 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:420:16 | 420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 414 | | /// 415 | | /// # Syntax tree enum ... | 436 | | } 437 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:441:16 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:451:16 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:459:16 | 459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:469:16 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:484:1 | 484 | / ast_enum_of_structs! { 485 | | /// An item within an `extern` block. 486 | | /// 487 | | /// # Syntax tree enum ... | 526 | | } 527 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:542:16 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:578:1 | 578 | / ast_enum_of_structs! { 579 | | /// An item declaration within the definition of a trait. 580 | | /// 581 | | /// # Syntax tree enum ... | 620 | | } 621 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:640:16 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:674:1 | 674 | / ast_enum_of_structs! { 675 | | /// An item within an impl block. 676 | | /// 677 | | /// # Syntax tree enum ... | 716 | | } 717 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:721:16 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:751:16 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:767:16 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:778:16 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:807:16 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:805:1 | 805 | / ast_enum_of_structs! { 806 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 807 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 808 | | pub enum FnArg { ... | 814 | | } 815 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1190:16 | 1190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1244:16 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1311:16 | 1311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1393:16 | 1393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1411:16 | 1411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1455:16 | 1455 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1489:16 | 1489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1518:16 | 1518 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1585:16 | 1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1699:16 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1748:16 | 1748 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1773:16 | 1773 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1852:16 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1884:16 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1933:16 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:1951:16 | 1951 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2005:16 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2029:16 | 2029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2053:16 | 2053 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2104:16 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2179:16 | 2179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2235:16 | 2235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2320:16 | 2320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2357:16 | 2357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2386:16 | 2386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2443:16 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2461:16 | 2461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2573:16 | 2573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2668:16 | 2668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2705:16 | 2705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2746:16 | 2746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2808:16 | 2808 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2844:16 | 2844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2861:16 | 2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2877:16 | 2877 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2889:16 | 2889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2905:16 | 2905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2920:16 | 2920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2933:16 | 2933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2952:16 | 2952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2965:16 | 2965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2980:16 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:2995:16 | 2995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3021:16 | 3021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3034:16 | 3034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3056:16 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3093:16 | 3093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3115:16 | 3115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3124:16 | 3124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3131:16 | 3131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3147:16 | 3147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3156:16 | 3156 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3172:16 | 3172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3191:16 | 3191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3211:16 | 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3220:16 | 3220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3236:16 | 3236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3250:16 | 3250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3266:16 | 3266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3275:16 | 3275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3285:16 | 3285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3299:16 | 3299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3312:16 | 3312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3321:16 | 3321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3345:16 | 3345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3378:16 | 3378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/item.rs:3391:16 | 3391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:695:12 | 695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:706:12 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 771 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 771 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 771 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 772 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 772 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 772 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 773 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 773 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 773 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 774 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 774 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 774 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 775 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 775 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 775 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:732:20 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 776 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:742:20 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 776 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:750:20 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 776 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:560:16 | 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:636:16 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:674:16 | 674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:919:16 | 919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:930:16 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:941:16 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:952:16 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:970:16 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:977:16 | 977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:984:16 | 984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:991:16 | 991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:998:16 | 998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lit.rs:1012:16 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:26:16 | 26 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:168:16 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/mac.rs:203:16 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/op.rs:208:16 | 208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1163:12 | 1163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1198:12 | 1198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1212:12 | 1212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1363:12 | 1363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1371:12 | 1371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1375:12 | 1375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1383:12 | 1383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse.rs:1251:16 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// A pattern in a local binding, function signature, match expression, or 7 | | /// various other places. 8 | | /// ... | 90 | | } 91 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:160:16 | 160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:183:16 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:195:16 | 195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:794:16 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:803:16 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:813:16 | 813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:823:16 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:831:16 | 831 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:841:16 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:857:16 | 857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:876:16 | 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/pat.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:102:16 | 102 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:166:16 | 166 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:192:16 | 192 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:227:16 | 227 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:88:16 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:290:16 | 290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:455:16 | 455 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:421:20 | 421 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:543:20 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:684:16 | 684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:797:16 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:807:16 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/path.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:360:12 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:380:12 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:389:12 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:402:12 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:416:12 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:1024:12 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:1039:12 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:265:16 | 265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:317:16 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:335:16 | 335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:1081:16 | 1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/punctuated.rs:1092:16 | 1092 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:12:16 | 12 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:40:16 | 40 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:65:16 | 65 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/restriction.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:5:16 | 5 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:134:20 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/stmt.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// # Syntax tree enum ... | 80 | | } 81 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:111:16 | 111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:146:16 | 146 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:195:16 | 195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:205:16 | 205 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:242:16 | 242 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:253:16 | 253 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:580:16 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:694:16 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:727:16 | 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:772:16 | 772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:901:16 | 901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:972:16 | 972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:287:20 | 287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:746:20 | 746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:781:20 | 781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:835:20 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1002:16 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1011:16 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1022:16 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1036:16 | 1036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1046:16 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1067:16 | 1067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1088:16 | 1088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1103:16 | 1103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1111:16 | 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1120:16 | 1120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1129:16 | 1129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1136:16 | 1136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1143:16 | 1143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1156:16 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1168:16 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/ty.rs:1181:16 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:606:16 | 606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fold")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/lib.rs:819:16 | 819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:942:12 | 942 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:973:12 | 973 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:986:12 | 986 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:999:12 | 999 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1048:12 | 1048 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1085:12 | 1085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1096:12 | 1096 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1109:12 | 1109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1125:12 | 1125 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1150:12 | 1150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1162:12 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1185:12 | 1185 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1199:12 | 1199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1257:12 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1282:12 | 1282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1308:12 | 1308 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1321:12 | 1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1372:12 | 1372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1392:12 | 1392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1416:12 | 1416 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1429:12 | 1429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1445:12 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1457:12 | 1457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1472:12 | 1472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1485:12 | 1485 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1496:12 | 1496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1510:12 | 1510 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1588:12 | 1588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1600:12 | 1600 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1613:12 | 1613 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1640:12 | 1640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1652:12 | 1652 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1668:12 | 1668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1680:12 | 1680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1692:12 | 1692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1704:12 | 1704 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1716:12 | 1716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1728:12 | 1728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1754:12 | 1754 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1779:12 | 1779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1792:12 | 1792 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1805:12 | 1805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1817:12 | 1817 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1839:12 | 1839 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1851:12 | 1851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1862:12 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1884:12 | 1884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1897:12 | 1897 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1909:12 | 1909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1929:12 | 1929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:1989:12 | 1989 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2029:12 | 2029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2049:12 | 2049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2063:12 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2093:12 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2101:12 | 2101 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2112:12 | 2112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2143:12 | 2143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2162:12 | 2162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2178:12 | 2178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2207:12 | 2207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2221:12 | 2221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2239:12 | 2239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2252:12 | 2252 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2269:12 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2288:12 | 2288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2304:12 | 2304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2328:12 | 2328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2345:12 | 2345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2362:12 | 2362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2377:12 | 2377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2392:12 | 2392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2503:12 | 2503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2517:12 | 2517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2529:12 | 2529 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2554:12 | 2554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2565:12 | 2565 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2579:12 | 2579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2591:12 | 2591 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2603:12 | 2603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2660:12 | 2660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2672:12 | 2672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2684:12 | 2684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2697:12 | 2697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2708:12 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2720:12 | 2720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2735:12 | 2735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2747:12 | 2747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2761:12 | 2761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2774:12 | 2774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2785:12 | 2785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2796:12 | 2796 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2827:12 | 2827 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2842:12 | 2842 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2855:12 | 2855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2869:12 | 2869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2880:12 | 2880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2896:12 | 2896 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2909:12 | 2909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2935:12 | 2935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2946:12 | 2946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2961:12 | 2961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2973:12 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:2986:12 | 2986 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3000:12 | 3000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3020:12 | 3020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3037:12 | 3037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3050:12 | 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3062:12 | 3062 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3079:12 | 3079 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3107:12 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3120:12 | 3120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3137:12 | 3137 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3148:12 | 3148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3159:12 | 3159 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3169:12 | 3169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3179:12 | 3179 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3189:12 | 3189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3204:12 | 3204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3220:12 | 3220 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3231:12 | 3231 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3242:12 | 3242 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3279:12 | 3279 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3301:12 | 3301 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3313:12 | 3313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3323:12 | 3323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3334:12 | 3334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3344:12 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3356:12 | 3356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3368:12 | 3368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3382:12 | 3382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3395:12 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3408:12 | 3408 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3421:12 | 3421 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3435:12 | 3435 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:3446:12 | 3446 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:33:16 | 33 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:38:16 | 38 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:46:16 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:61:16 | 61 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:66:16 | 66 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:71:16 | 71 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:76:16 | 76 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:81:16 | 81 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:86:16 | 86 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:91:16 | 91 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:101:16 | 101 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:106:16 | 106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:111:16 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:116:16 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:126:16 | 126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:146:16 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:151:16 | 151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:156:16 | 156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:166:16 | 166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:176:16 | 176 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:181:16 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:191:16 | 191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:196:16 | 196 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:226:16 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:236:16 | 236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:271:16 | 271 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:291:16 | 291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:301:16 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:306:16 | 306 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:326:16 | 326 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:331:16 | 331 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:341:16 | 341 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:351:16 | 351 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:356:16 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:361:16 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:366:16 | 366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:371:16 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:376:16 | 376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:381:16 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:386:16 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:391:16 | 391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:396:16 | 396 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:401:16 | 401 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:406:16 | 406 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:414:16 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:419:16 | 419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:424:16 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:429:16 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:434:16 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:439:16 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:449:16 | 449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:459:16 | 459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:469:16 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:479:16 | 479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:484:16 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:494:16 | 494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:499:16 | 499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:509:16 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:514:16 | 514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:524:16 | 524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:529:16 | 529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:537:16 | 537 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:566:16 | 566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:571:16 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:591:16 | 591 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:596:16 | 596 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:601:16 | 601 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:606:16 | 606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:614:16 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:619:16 | 619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:624:16 | 624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:634:16 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:649:16 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:659:16 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:664:16 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:669:16 | 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:674:16 | 674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:679:16 | 679 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:684:16 | 684 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:689:16 | 689 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:694:16 | 694 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:704:16 | 704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:719:16 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:727:16 | 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:732:16 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:742:16 | 742 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/fold.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:939:12 | 939 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:956:12 | 956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:987:12 | 987 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1013:12 | 1013 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1024:12 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1039:12 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1148:12 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1191:12 | 1191 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1225:12 | 1225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1238:12 | 1238 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1248:12 | 1248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1257:12 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1271:12 | 1271 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1397:12 | 1397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1438:12 | 1438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1464:12 | 1464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1478:12 | 1478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1495:12 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1549:12 | 1549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1561:12 | 1561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1575:12 | 1575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1588:12 | 1588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1618:12 | 1618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1684:12 | 1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1759:12 | 1759 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1773:12 | 1773 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1803:12 | 1803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1817:12 | 1817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1831:12 | 1831 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1854:12 | 1854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1866:12 | 1866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1878:12 | 1878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1893:12 | 1893 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1905:12 | 1905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1917:12 | 1917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1947:12 | 1947 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1964:12 | 1964 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1974:12 | 1974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2000:12 | 2000 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2016:12 | 2016 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2028:12 | 2028 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2040:12 | 2040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2093:12 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2118:12 | 2118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2177:12 | 2177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2195:12 | 2195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2219:12 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2243:12 | 2243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2263:12 | 2263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2289:12 | 2289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2315:12 | 2315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2324:12 | 2324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2381:12 | 2381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2419:12 | 2419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2438:12 | 2438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2451:12 | 2451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2467:12 | 2467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2491:12 | 2491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2506:12 | 2506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2527:12 | 2527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2546:12 | 2546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2562:12 | 2562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2590:12 | 2590 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2610:12 | 2610 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2627:12 | 2627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2642:12 | 2642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2657:12 | 2657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2673:12 | 2673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2751:12 | 2751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2767:12 | 2767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2780:12 | 2780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2791:12 | 2791 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2809:12 | 2809 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2824:12 | 2824 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2842:12 | 2842 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2852:12 | 2852 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2862:12 | 2862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2878:12 | 2878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2938:12 | 2938 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2955:12 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2970:12 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2982:12 | 2982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:2995:12 | 2995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3006:12 | 3006 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3021:12 | 3021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3043:12 | 3043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3058:12 | 3058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3077:12 | 3077 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3090:12 | 3090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3101:12 | 3101 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3113:12 | 3113 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3129:12 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3138:12 | 3138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3151:12 | 3151 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3167:12 | 3167 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3179:12 | 3179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3194:12 | 3194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3214:12 | 3214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3228:12 | 3228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3257:12 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3270:12 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3292:12 | 3292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3304:12 | 3304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3317:12 | 3317 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3330:12 | 3330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3354:12 | 3354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3374:12 | 3374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3389:12 | 3389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3401:12 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3424:12 | 3424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3478:12 | 3478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3489:12 | 3489 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3513:12 | 3513 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3522:12 | 3522 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3534:12 | 3534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3542:12 | 3542 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3550:12 | 3550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3558:12 | 3558 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3578:12 | 3578 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3596:12 | 3596 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3605:12 | 3605 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3616:12 | 3616 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3627:12 | 3627 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3640:12 | 3640 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3649:12 | 3649 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3661:12 | 3661 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3673:12 | 3673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3691:12 | 3691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `tinyvec` (lib) generated 7 warnings Compiling smallvec v1.11.2 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3699:12 | 3699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3711:12 | 3711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec-1.11.2 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.11.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec-1.11.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/smallvec-1.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="write"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=38f5d1825d170df2 -C extra-filename=-38f5d1825d170df2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3719:12 | 3719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3729:12 | 3729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3739:12 | 3739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3763:12 | 3763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3779:12 | 3779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3795:12 | 3795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3806:12 | 3806 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `memchr` (lib) generated 1 warning Compiling crc32fast v1.3.2 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3822:12 | 3822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:3834:12 | 3834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=c68e3c38397c247a -C extra-filename=-c68e3c38397c247a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-c68e3c38397c247a -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:33:16 | 33 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:38:16 | 38 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:46:16 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:61:16 | 61 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:66:16 | 66 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:71:16 | 71 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:76:16 | 76 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:81:16 | 81 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:86:16 | 86 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:91:16 | 91 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:101:16 | 101 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:106:16 | 106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:111:16 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:116:16 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:126:16 | 126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:146:16 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:151:16 | 151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:156:16 | 156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:166:16 | 166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:176:16 | 176 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:181:16 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:191:16 | 191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:196:16 | 196 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:226:16 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:236:16 | 236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:271:16 | 271 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:291:16 | 291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:301:16 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:306:16 | 306 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:326:16 | 326 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:331:16 | 331 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:341:16 | 341 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:351:16 | 351 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:356:16 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:361:16 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:366:16 | 366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:371:16 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:376:16 | 376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:381:16 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:386:16 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:391:16 | 391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:396:16 | 396 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:401:16 | 401 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:406:16 | 406 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:414:16 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:419:16 | 419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:424:16 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:429:16 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:434:16 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:439:16 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:449:16 | 449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:459:16 | 459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:469:16 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:479:16 | 479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:484:16 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:494:16 | 494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:499:16 | 499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:509:16 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:514:16 | 514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:524:16 | 524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:529:16 | 529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:537:16 | 537 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:566:16 | 566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:571:16 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:591:16 | 591 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:596:16 | 596 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:601:16 | 601 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:606:16 | 606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:614:16 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:619:16 | 619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:624:16 | 624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:634:16 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:649:16 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:659:16 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:664:16 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:669:16 | 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:674:16 | 674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:679:16 | 679 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:684:16 | 684 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:689:16 | 689 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:694:16 | 694 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:704:16 | 704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:719:16 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:727:16 | 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:732:16 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:742:16 | 742 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:757:16 | 757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:762:16 | 762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:767:16 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:772:16 | 772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:792:16 | 792 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:797:16 | 797 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:807:16 | 807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:832:16 | 832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:842:16 | 842 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:852:16 | 852 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:857:16 | 857 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:867:16 | 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:877:16 | 877 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:897:16 | 897 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:902:16 | 902 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:912:16 | 912 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/visit_mut.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:70:12 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:89:12 | 89 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:112:12 | 112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:122:12 | 122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:132:12 | 132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:159:12 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:171:12 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:182:12 | 182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:193:12 | 193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:227:12 | 227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:300:12 | 300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:311:12 | 311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:323:12 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:335:12 | 335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:347:12 | 347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:359:12 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:370:12 | 370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:382:12 | 382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:406:12 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:425:12 | 425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:436:12 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:447:12 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:459:12 | 459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:485:12 | 485 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:498:12 | 498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:510:12 | 510 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:520:12 | 520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:533:12 | 533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:543:12 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:578:12 | 578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:593:12 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:627:12 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:663:12 | 663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:689:12 | 689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:700:12 | 700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:733:12 | 733 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:746:12 | 746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:757:12 | 757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:771:12 | 771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:780:12 | 780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:792:12 | 792 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:815:12 | 815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:846:12 | 846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:856:12 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:881:12 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:892:12 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:908:12 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:922:12 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:936:12 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:947:12 | 947 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:959:12 | 959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:991:12 | 991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1004:12 | 1004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1039:12 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1049:12 | 1049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1073:12 | 1073 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1091:12 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1121:12 | 1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1133:12 | 1133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1163:12 | 1163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1190:12 | 1190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1243:12 | 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1289:12 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1428:12 | 1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1499:12 | 1499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1510:12 | 1510 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1532:12 | 1532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1543:12 | 1543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1557:12 | 1557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1568:12 | 1568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1603:12 | 1603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1613:12 | 1613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1636:12 | 1636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1647:12 | 1647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1672:12 | 1672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1675:12 | 1675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1706:12 | 1706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1735:12 | 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1770:12 | 1770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1773:12 | 1773 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1780:12 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1793:12 | 1793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1821:12 | 1821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1832:12 | 1832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1848:12 | 1848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1871:12 | 1871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1883:12 | 1883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1909:12 | 1909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1935:12 | 1935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1958:12 | 1958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1969:12 | 1969 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1979:12 | 1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:1989:12 | 1989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2013:12 | 2013 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2023:12 | 2023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2053:12 | 2053 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2062:12 | 2062 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2081:12 | 2081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2092:12 | 2092 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2103:12 | 2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2128:12 | 2128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2140:12 | 2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2152:12 | 2152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/clone.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:34:12 | 34 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:48:12 | 48 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:72:12 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:110:12 | 110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:122:12 | 122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:271:12 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:281:12 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:308:12 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:332:12 | 332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:348:12 | 348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:364:12 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:379:12 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:392:12 | 392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:470:12 | 470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:486:12 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:503:12 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:520:12 | 520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:537:12 | 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:570:12 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:621:12 | 621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:645:12 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:714:12 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:748:12 | 748 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:765:12 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:780:12 | 780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:813:12 | 813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:830:12 | 830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:863:12 | 863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:899:12 | 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:915:12 | 915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:932:12 | 932 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1003:12 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1019:12 | 1019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1051:12 | 1051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1067:12 | 1067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1131:12 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1141:12 | 1141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1153:12 | 1153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1165:12 | 1165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1177:12 | 1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1192:12 | 1192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1218:12 | 1218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1237:12 | 1237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1272:12 | 1272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1309:12 | 1309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1328:12 | 1328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1391:12 | 1391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1403:12 | 1403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1421:12 | 1421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1445:12 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1508:12 | 1508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1518:12 | 1518 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1590:12 | 1590 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1610:12 | 1610 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1667:12 | 1667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1684:12 | 1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1704:12 | 1704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1727:12 | 1727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1772:12 | 1772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1793:12 | 1793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1861:12 | 1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1887:12 | 1887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1908:12 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1937:12 | 1937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1949:12 | 1949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1973:12 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2004:12 | 2004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2020:12 | 2020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2082:12 | 2082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2100:12 | 2100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2132:12 | 2132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2149:12 | 2149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2164:12 | 2164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2199:12 | 2199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2233:12 | 2233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2250:12 | 2250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2265:12 | 2265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2280:12 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2292:12 | 2292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2302:12 | 2302 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2325:12 | 2325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2338:12 | 2338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2357:12 | 2357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2371:12 | 2371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2387:12 | 2387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2406:12 | 2406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2421:12 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2459:12 | 2459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2471:12 | 2471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2558:12 | 2558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2579:12 | 2579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2607:12 | 2607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2624:12 | 2624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2645:12 | 2645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2660:12 | 2660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2675:12 | 2675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2689:12 | 2689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2703:12 | 2703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2751:12 | 2751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2766:12 | 2766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2781:12 | 2781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2798:12 | 2798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2815:12 | 2815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2845:12 | 2845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2884:12 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2893:12 | 2893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2903:12 | 2903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2912:12 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2923:12 | 2923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:2992:12 | 2992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:3025:12 | 3025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/debug.rs:3035:12 | 3035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:11:12 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:21:12 | 21 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:31:12 | 31 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:39:12 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:50:12 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:64:12 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:75:12 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:78:12 | 78 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:85:12 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:98:12 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:105:12 | 105 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:148:12 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:155:12 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:165:12 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:176:12 | 176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:187:12 | 187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:190:12 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:205:12 | 205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:212:12 | 212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:215:12 | 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:222:12 | 222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:225:12 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:232:12 | 232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:235:12 | 235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:243:12 | 243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:246:12 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:323:12 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:330:12 | 330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:340:12 | 340 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:343:12 | 343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:364:12 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:406:12 | 406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:413:12 | 413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:416:12 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:437:12 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:440:12 | 440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:447:12 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:450:12 | 450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:479:12 | 479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:482:12 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:494:12 | 494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:501:12 | 501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:504:12 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:511:12 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:514:12 | 514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:524:12 | 524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:531:12 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:534:12 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:541:12 | 541 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:551:12 | 551 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:573:12 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:576:12 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:583:12 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:593:12 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:596:12 | 596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:625:12 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:635:12 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:647:12 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:650:12 | 650 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:667:12 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:670:12 | 670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:687:12 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:697:12 | 697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:700:12 | 700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:733:12 | 733 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:742:12 | 742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:782:12 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:789:12 | 789 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:792:12 | 792 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:810:12 | 810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:813:12 | 813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:827:12 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:843:12 | 843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:846:12 | 846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:853:12 | 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:856:12 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:864:12 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:876:12 | 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:917:12 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:934:12 | 934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:948:12 | 948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:964:12 | 964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:977:12 | 977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:989:12 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:992:12 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1003:12 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1052:12 | 1052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1064:12 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1067:12 | 1067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1078:12 | 1078 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1086:12 | 1086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1097:12 | 1097 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1108:12 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1111:12 | 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1121:12 | 1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1147:12 | 1147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1156:12 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1182:12 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1185:12 | 1185 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1204:12 | 1204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1215:12 | 1215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1218:12 | 1218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1226:12 | 1226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1229:12 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1239:12 | 1239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1248:12 | 1248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1266:12 | 1266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1268:12 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1274:12 | 1274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1276:12 | 1276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1280:12 | 1280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1282:12 | 1282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1284:12 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1287:12 | 1287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1307:12 | 1307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1310:12 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1318:12 | 1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1321:12 | 1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1348:12 | 1348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1351:12 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1369:12 | 1369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1372:12 | 1372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1379:12 | 1379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1382:12 | 1382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1413:12 | 1413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1433:12 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1443:12 | 1443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1446:12 | 1446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1454:12 | 1454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1457:12 | 1457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1464:12 | 1464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1477:12 | 1477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1485:12 | 1485 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1495:12 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1498:12 | 1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1506:12 | 1506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1519:12 | 1519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1526:12 | 1526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1536:12 | 1536 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1539:12 | 1539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1557:12 | 1557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1567:12 | 1567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1577:12 | 1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1580:12 | 1580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1588:12 | 1588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1591:12 | 1591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1602:12 | 1602 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1613:12 | 1613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1625:12 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1628:12 | 1628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1639:12 | 1639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1642:12 | 1642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1653:12 | 1653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1667:12 | 1667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1707:12 | 1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1721:12 | 1721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1740:12 | 1740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1763:12 | 1763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1774:12 | 1774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1789:12 | 1789 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1818:12 | 1818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1837:12 | 1837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1840:12 | 1840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1850:12 | 1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1860:12 | 1860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1867:12 | 1867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1870:12 | 1870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1877:12 | 1877 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1880:12 | 1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1887:12 | 1887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1890:12 | 1890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1902:12 | 1902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1920:12 | 1920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1940:12 | 1940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1951:12 | 1951 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1965:12 | 1965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1982:12 | 1982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:1995:12 | 1995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2007:12 | 2007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2010:12 | 2010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2020:12 | 2020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2027:12 | 2027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2037:12 | 2037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2040:12 | 2040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2047:12 | 2047 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2050:12 | 2050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2057:12 | 2057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2077:12 | 2077 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2084:12 | 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2105:12 | 2105 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2108:12 | 2108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2125:12 | 2125 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2132:12 | 2132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/eq.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:9:12 | 9 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:19:12 | 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:44:12 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:56:12 | 56 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:85:12 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:96:12 | 96 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:215:12 | 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:225:12 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:235:12 | 235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:249:12 | 249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:284:12 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:305:12 | 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:315:12 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:533:12 | 533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:557:12 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:581:12 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:593:12 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:605:12 | 605 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:617:12 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:647:12 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:669:12 | 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:695:12 | 695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:706:12 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:787:12 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:813:12 | 813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:836:12 | 836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:849:12 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:861:12 | 861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:873:12 | 873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:884:12 | 884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:899:12 | 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:910:12 | 910 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:932:12 | 932 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:944:12 | 944 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:955:12 | 955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:968:12 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:979:12 | 979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:994:12 | 994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1008:12 | 1008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1021:12 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1034:12 | 1034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1056:12 | 1056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1066:12 | 1066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1076:12 | 1076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1088:12 | 1088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1107:12 | 1107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1150:12 | 1150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1162:12 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1176:12 | 1176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1224:12 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1247:12 | 1247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1260:12 | 1260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1291:12 | 1291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1307:12 | 1307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1321:12 | 1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1348:12 | 1348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1433:12 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1448:12 | 1448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1517:12 | 1517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1575:12 | 1575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1608:12 | 1608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1622:12 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1636:12 | 1636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1735:12 | 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1746:12 | 1746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1778:12 | 1778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1824:12 | 1824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1940:12 | 1940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1951:12 | 1951 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1973:12 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1984:12 | 1984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2034:12 | 2034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2077:12 | 2077 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2111:12 | 2111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2140:12 | 2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2154:12 | 2154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2190:12 | 2190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2207:12 | 2207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2235:12 | 2235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2247:12 | 2247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2260:12 | 2260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2308:12 | 2308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2335:12 | 2335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2362:12 | 2362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2433:12 | 2433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2459:12 | 2459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2469:12 | 2469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2479:12 | 2479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2487:12 | 2487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2497:12 | 2497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2505:12 | 2505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2520:12 | 2520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2543:12 | 2543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2553:12 | 2553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2564:12 | 2564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2576:12 | 2576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2598:12 | 2598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2609:12 | 2609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2619:12 | 2619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2639:12 | 2639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2647:12 | 2647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2657:12 | 2657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2667:12 | 2667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2678:12 | 2678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2689:12 | 2689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2720:12 | 2720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2732:12 | 2732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2745:12 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2756:12 | 2756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2777:12 | 2777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-2.0.46/src/gen/hash.rs:2787:12 | 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling unicode-normalization v0.1.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization-0.1.22 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization-0.1.22 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=10fb8024350490b1 -C extra-filename=-10fb8024350490b1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec-6f23d9ed36ed480b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-utils v0.8.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f481aa3db8237102 -C extra-filename=-f481aa3db8237102 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-f481aa3db8237102 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling regex-automata v0.4.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=671f37ec313d4792 -C extra-filename=-671f37ec313d4792 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-33876bd581a113e4.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4a537e4db3a01aa9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `cc` (lib) generated 1 warning Compiling libz-sys v1.1.12 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="libc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=9c16150f87baa211 -C extra-filename=-9c16150f87baa211 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-9c16150f87baa211 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-249a4736af743c3e.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-b0085c2d882697aa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-f481aa3db8237102/build-script-build` [crossbeam-utils 0.8.17] cargo:rerun-if-changed=no_atomic.rs Compiling gix-trace v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_trace CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-trace CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to provide minimal `tracing` support that can be turned off to zero cost' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-trace CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-trace LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_trace --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-trace/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "tracing", "tracing-detail"))' -C metadata=3aaeed3f9aae0350 -C extra-filename=-3aaeed3f9aae0350 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_LIBC=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_MANIFEST_LINKS=z CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libz-sys-2edbc2b055fa1caf/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-9c16150f87baa211/build-script-build` [libz-sys 1.1.12] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [libz-sys 1.1.12] cargo:rerun-if-changed=build.rs [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_NO_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=SYSROOT [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rustc-link-lib=z [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-b0085c2d882697aa/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6a7a4465ae71eb94 -C extra-filename=-6a7a4465ae71eb94 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libz-sys-2edbc2b055fa1caf/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libz_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="libc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=0c607269a8436f23 -C extra-filename=-0c607269a8436f23 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -l z` warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:8:11 | 8 | #[cfg(not(zng))] | ^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:15:7 | 15 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:31:11 | 31 | #[cfg(any(zng, feature = "libc"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:42:11 | 42 | #[cfg(any(zng, feature = "libc"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:47:9 | 47 | not(zng), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:54:9 | 54 | not(zng), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:60:11 | 60 | #[cfg(all(zng, windows, not(target_env = "gnu")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:63:11 | 63 | #[cfg(all(zng, not(all(windows, not(target_env = "gnu")))))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:108:11 | 108 | #[cfg(not(zng))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:115:7 | 115 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:221:11 | 221 | #[cfg(not(zng))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:255:7 | 255 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:272:7 | 272 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:283:7 | 283 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:289:7 | 289 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:301:7 | 301 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:316:7 | 316 | #[cfg(zng)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:327:11 | 327 | #[cfg(any(zng, feature = "libc"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/lib.rs:74:23 | 74 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/lib.rs:78:23 | 78 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/lib.rs:81:23 | 81 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/mod.rs:18:47 | 18 | if #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:1:11 | 1 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:27:11 | 27 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:36:35 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:50:11 | 50 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:53:35 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `libz-sys` (lib) generated 18 warnings Fresh scopeguard v1.2.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/scopeguard/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:101:11 | 101 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `scopeguard` (lib) generated 1 warning Fresh lock_api v0.4.11 warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:152:11 | 152 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/mutex.rs:162:15 | 162 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:235:11 | 235 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/remutex.rs:250:15 | 250 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lock_api/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 103 | pub struct GuardNoSend(()); | ~~ warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `lock_api` (lib) generated 7 warnings Compiling parking_lot_core v0.9.9 warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-c6246bec3240c6ac/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e4ba0ad1f419bc4d -C extra-filename=-e4ba0ad1f419bc4d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-utils-0.8.17/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `crossbeam_loom` 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot_core/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tsan_enabled)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `parking_lot_core` (lib) generated 2 warnings Compiling bitflags v2.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.4.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=97a826a10e8a0c60 -C extra-filename=-97a826a10e8a0c60 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused import: `external::__private::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/lib.rs:255:21 | 255 | pub use crate::{external::__private::*, traits::__private::*}; | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: struct `AsDisplay` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitflags-2.4.1/src/parser.rs:80:19 | 80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `bitflags` (lib) generated 2 warnings Compiling parking_lot v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=fd05f464b3f547dc -C extra-filename=-fd05f464b3f547dc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblock_api-c29777df888fdccb.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot_core-e4ba0ad1f419bc4d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `crossbeam-utils` (lib) generated 21 warnings Fresh fastrand v2.0.1 warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fastrand/src/lib.rs:618:11 | 618 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `fastrand` (lib) generated 1 warning Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/same-file/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc278d23c96c49d6 -C extra-filename=-fc278d23c96c49d6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling walkdir v2.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.4.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8b7273e72a07436 -C extra-filename=-b8b7273e72a07436 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fc278d23c96c49d6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crc32fast-e5ad1918a7115245/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-c68e3c38397c247a/build-script-build` [crc32fast 1.3.2] cargo:rerun-if-changed=build.rs [crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/adler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=809aff547aac1085 -C extra-filename=-809aff547aac1085 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crc32fast-e5ad1918a7115245/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=63ff964af5c8a615 -C extra-filename=-63ff964af5c8a615 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/src/specialized/pclmulqdq.rs:147:5 | 147 | drop(K6); | ^^^^^--^ | | | argument has type `i64` | = note: use `let _ = ...` to ignore the expression or result = note: `#[warn(dropping_copy_types)]` on by default Compiling miniz_oxide v0.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1 CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="with-alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b1544f7749209b18 -C extra-filename=-b1544f7749209b18 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern adler=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libadler-809aff547aac1085.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused doc comment --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1/src/deflate/core.rs:430:13 | 430 | / /// Put HuffmanOxide on the heap with default trick to avoid 431 | | /// excessive stack copies. | |_______________________________________^ 432 | huff: Box::default(), | -------------------- rustdoc does not generate documentation for expression fields | = help: use `//` for a plain comment = note: `#[warn(unused_doc_comments)]` on by default warning: unused doc comment --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1/src/deflate/core.rs:524:13 | 524 | / /// Put HuffmanOxide on the heap with default trick to avoid 525 | | /// excessive stack copies. | |_______________________________________^ 526 | huff: Box::default(), | -------------------- rustdoc does not generate documentation for expression fields | = help: use `//` for a plain comment warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/miniz_oxide-0.7.1/src/inflate/core.rs:1744:18 | 1744 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `crc32fast` (lib) generated 2 warnings Compiling prodash v28.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=prodash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/prodash CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A dashboard for visualizing progress of asynchronous and possibly blocking tasks' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=prodash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/prodash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=28.0.0 CARGO_PKG_VERSION_MAJOR=28 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/prodash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name prodash --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/prodash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="parking_lot"' --cfg 'feature="progress-tree"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "bytesize", "crosstermion", "ctrlc", "dashmap", "default", "futures-core", "futures-lite", "human_format", "humantime", "is-terminal", "local-time", "log", "parking_lot", "progress-log", "progress-tree", "progress-tree-hp-hashmap", "progress-tree-log", "render-line", "render-line-autoconfigure", "render-line-crossterm", "render-tui", "render-tui-crossterm", "signal-hook", "time", "tui", "tui-react", "unicode-segmentation", "unicode-width", "unit-bytes", "unit-duration", "unit-human"))' -C metadata=c935273c2377e4fd -C extra-filename=-c935273c2377e4fd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `atty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/prodash/src/lib.rs:37:7 | 37 | #[cfg(feature = "atty")] | ^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `bytesize`, `crosstermion`, `ctrlc`, `dashmap`, `default`, `futures-core`, `futures-lite`, `human_format`, `humantime`, `is-terminal`, `local-time`, `log`, `parking_lot`, `progress-log`, `progress-tree`, `progress-tree-hp-hashmap`, `progress-tree-log`, `render-line`, `render-line-autoconfigure`, `render-line-crossterm`, `render-tui`, `render-tui-crossterm`, `signal-hook`, `time`, `tui`, `tui-react`, `unicode-segmentation`, `unicode-width`, `unit-bytes`, `unit-duration`, `unit-human` = help: consider adding `atty` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `miniz_oxide` (lib) generated 3 warnings Compiling bstr v1.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.8.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.8.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="unicode"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=f9265ac7f556ed94 -C extra-filename=-f9265ac7f556ed94 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-671f37ec313d4792.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.8.0/src/utf8.rs:43:12 | 43 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.8.0/src/utf8.rs:57:12 | 57 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `prodash` (lib) generated 1 warning Compiling flate2 v1.0.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=f27d59e633be3de8 -C extra-filename=-f27d59e633be3de8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-63ff964af5c8a615.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-0c607269a8436f23.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libminiz_oxide-b1544f7749209b18.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused import: `libz::Z_BLOCK as MZ_BLOCK` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/ffi/c.rs:383:13 | 383 | pub use libz::Z_BLOCK as MZ_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `syn` (lib) generated 2475 warnings (270 duplicates) Compiling serde_derive v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=900bb12e5b0c78b5 -C extra-filename=-900bb12e5b0c78b5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-6c76eba7bed81ecf.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `flate2` (lib) generated 1 warning Compiling thiserror-impl v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8985362203f3bac4 -C extra-filename=-8985362203f3bac4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-6c76eba7bed81ecf.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `aho-corasick` (lib) generated 11 warnings Compiling gix-utils v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-utils CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate with `gitoxide` utilities that don'\''t need feature toggles' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-utils LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_utils --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12ef0e52fbcbf220 -C extra-filename=-12ef0e52fbcbf220 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern fastrand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-de031c168222b64a.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-10fb8024350490b1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `bstr` (lib) generated 2 warnings Compiling crossbeam-channel v0.5.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-channel-0.5.9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-channel-0.5.9 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_channel --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-channel-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=fcc8d2a999dbe2f8 -C extra-filename=-fcc8d2a999dbe2f8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-6a7a4465ae71eb94.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling sha1_smol v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha1_smol CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1_smol CARGO_PKG_AUTHORS='Armin Ronacher ' CARGO_PKG_DESCRIPTION='Minimal dependency free implementation of SHA1 for Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1_smol CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mitsuhiko/sha1-smol' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1_smol LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha1_smol --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1_smol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=d3ddb9c6e588357d -C extra-filename=-d3ddb9c6e588357d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-d205d300e6657d1e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a36e006ebaeebf3 -C extra-filename=-7a36e006ebaeebf3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-8985362203f3bac4.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: method `simd_eq` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1_smol/src/simd.rs:31:8 | 30 | pub trait SimdExt { | ------- method in this trait 31 | fn simd_eq(self, rhs: Self) -> Self; | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `thiserror` (lib) generated 5 warnings Compiling bytes v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bytes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=485890f892d75c9e -C extra-filename=-485890f892d75c9e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex-syntax` (lib) generated 1 warning Compiling num-traits v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7e79946ab867f515 -C extra-filename=-7e79946ab867f515 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/num-traits-7e79946ab867f515 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-19d8617034a17251.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes.rs:1274:17 | 1274 | #[cfg(all(test, loom))] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes.rs:133:19 | 133 | #[cfg(not(all(loom, test)))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes.rs:141:15 | 141 | #[cfg(all(loom, test))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes.rs:161:19 | 161 | #[cfg(not(all(loom, test)))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes.rs:171:15 | 171 | #[cfg(all(loom, test))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/bytes_mut.rs:1781:17 | 1781 | #[cfg(all(test, loom))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/loom.rs:1:21 | 1 | #[cfg(not(all(test, loom)))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytes/src/loom.rs:23:17 | 23 | #[cfg(all(test, loom))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `sha1_smol` (lib) generated 1 warning Fresh itoa v1.0.10 Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00a9989e6259c5a6 -C extra-filename=-00a9989e6259c5a6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rustix v0.38.31 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1b6aceb28783e0e5 -C extra-filename=-1b6aceb28783e0e5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-1b6aceb28783e0e5 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/num-traits-0893f73b054988c0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/num-traits-7e79946ab867f515/build-script-build` Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=bb138763d94930a1 -C extra-filename=-bb138763d94930a1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/powerfmt/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [num-traits 0.2.17] cargo:rustc-cfg=has_to_int_unchecked warning: `powerfmt` (lib) generated 3 warnings Compiling time-macros v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros-0.2.15 CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION=' Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros-0.2.15 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-macros-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5968e3c3d427ffe5 -C extra-filename=-5968e3c3d427ffe5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtime_core-00a9989e6259c5a6.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [num-traits 0.2.17] cargo:rustc-cfg=has_reverse_bits Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_TERMIOS=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-5801d951f3e4a25c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-1b6aceb28783e0e5/build-script-build` [rustix 0.38.31] cargo:rerun-if-changed=build.rs [num-traits 0.2.17] cargo:rustc-cfg=has_leading_trailing_ones [rustix 0.38.31] cargo:rustc-cfg=static_assertions [rustix 0.38.31] cargo:rustc-cfg=libc [rustix 0.38.31] cargo:rustc-cfg=netbsdlike [rustix 0.38.31] cargo:rustc-cfg=bsd [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.31] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Fresh errno v0.3.8 warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/unix.rs:77:13 | 77 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/errno/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `errno` (lib) generated 3 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c4299e1d5ba2bbdd -C extra-filename=-c4299e1d5ba2bbdd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-c4299e1d5ba2bbdd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` [num-traits 0.2.17] cargo:rustc-cfg=has_div_euclid [num-traits 0.2.17] cargo:rustc-cfg=has_copysign warning: `bytes` (lib) generated 8 warnings Compiling num_threads v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_threads CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_threads LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_threads --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num_threads/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1f525014422d893 -C extra-filename=-b1f525014422d893 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [num-traits 0.2.17] cargo:rustc-cfg=has_is_subnormal Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e180f90097a8a9c -C extra-filename=-0e180f90097a8a9c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [num-traits 0.2.17] cargo:rustc-cfg=has_int_to_from_bytes Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-5801d951f3e4a25c/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=44070d507eb11d6c -C extra-filename=-44070d507eb11d6c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberrno-9acdace630e24cd3.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/typenum-066f69abb1586baa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-c4299e1d5ba2bbdd/build-script-main` [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs Compiling zeroize v1.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zeroize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zeroize CARGO_PKG_AUTHORS='The RustCrypto Project Developers' CARGO_PKG_DESCRIPTION='Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be '\''optimized away'\'' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM'\!' ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zeroize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils/tree/master/zeroize' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zeroize LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zeroize --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zeroize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=b05d6f14c1d6e255 -C extra-filename=-b05d6f14c1d6e255 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [num-traits 0.2.17] cargo:rustc-cfg=has_float_to_from_bytes [num-traits 0.2.17] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/num-traits-0893f73b054988c0/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name num_traits --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=d2b0cf0e7e8d1597 -C extra-filename=-d2b0cf0e7e8d1597 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:101:13 | 101 | #![cfg_attr(linux_raw, deny(unsafe_code))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustc_attrs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:102:13 | 102 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustc_attrs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:103:13 | 103 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:104:17 | 104 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_ffi_c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:105:13 | 105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_ffi_c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_c_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:106:13 | 106 | #![cfg_attr(core_c_str, feature(core_c_str))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_c_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_c_string` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:107:36 | 107 | #![cfg_attr(all(feature = "alloc", alloc_c_string), feature(alloc_c_string))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_c_string)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `alloc_ffi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:108:36 | 108 | #![cfg_attr(all(feature = "alloc", alloc_ffi), feature(alloc_ffi))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(alloc_ffi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `core_intrinsics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:113:39 | 113 | any(feature = "rustc-dep-of-std", core_intrinsics), | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(core_intrinsics)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `asm_experimental_arch` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:116:13 | 116 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:134:17 | 134 | #[cfg(all(test, static_assertions))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `static_assertions` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:138:21 | 138 | #[cfg(all(test, not(static_assertions)))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(static_assertions)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:166:9 | 166 | all(linux_raw, feature = "use-libc-auxv"), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:167:9 | 167 | all(libc, not(any(windows, target_os = "espidf", target_os = "wasi"))) | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:9:13 | 9 | #![cfg_attr(linux_raw, allow(unsafe_code))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:173:12 | 173 | #[cfg_attr(libc, path = "backend/libc/mod.rs")] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:174:12 | 174 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:175:12 | 175 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] | ^^^^ help: found config with similar value: `target_os = "wasi"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:205:7 | 205 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:214:7 | 214 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:229:5 | 229 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:274:12 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "termios")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:295:7 | 295 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:346:9 | 346 | all(bsd, feature = "event"), | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:347:9 | 347 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:354:57 | 354 | #[cfg(any(feature = "process", feature = "runtime", all(bsd, feature = "event")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:364:9 | 364 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:383:9 | 383 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/lib.rs:393:9 | 393 | all(linux_kernel, feature = "net") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:118:7 | 118 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:146:11 | 146 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/weak.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:111:7 | 111 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:117:7 | 117 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:200:7 | 200 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:203:11 | 203 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:207:5 | 207 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/mod.rs:208:5 | 208 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:73:11 | 73 | #[cfg(any(linux_kernel, all(target_os = "redox", feature = "event")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:222:5 | 222 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:223:5 | 223 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:238:5 | 238 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/conv.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:10:11 | 10 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:14:11 | 14 | #[cfg(all(linux_kernel, target_env = "musl"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:22:11 | 22 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:24:11 | 24 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:26:11 | 26 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:28:11 | 28 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:30:11 | 30 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:32:11 | 32 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:34:11 | 34 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:36:11 | 36 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:38:11 | 38 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:40:11 | 40 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:42:11 | 42 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:44:11 | 44 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:46:11 | 46 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:48:11 | 48 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:50:11 | 50 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:52:11 | 52 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:54:11 | 54 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:56:11 | 56 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:58:11 | 58 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:60:11 | 60 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:62:11 | 62 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:64:11 | 64 | #[cfg(all(linux_kernel, feature = "net"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:68:5 | 68 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:81:11 | 81 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:83:11 | 83 | #[cfg(all(linux_kernel, feature = "termios"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:99:5 | 99 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:112:7 | 112 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:115:11 | 115 | #[cfg(any(linux_like, target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:118:5 | 118 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:124:15 | 124 | #[cfg(any(all(linux_like, not(target_os = "android")), target_os = "aix"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:136:11 | 136 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:144:7 | 144 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:150:5 | 150 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:157:11 | 157 | #[cfg(any(linux_like, target_os = "aix", target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:160:5 | 160 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:293:7 | 293 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/c.rs:311:7 | 311 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:3:7 | 3 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:18:11 | 18 | #[cfg(all(linux_kernel, any(target_arch = "sparc", target_arch = "sparc64")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/mod.rs:21:11 | 21 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:1:15 | 1 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "nto", target_os = "vita")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:11:5 | 11 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:21:5 | 21 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:33:15 | 33 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:35:11 | 35 | #[cfg(any(linux_like, target_os = "hurd"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:19 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:273:32 | 273 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:15 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:276:28 | 276 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:194:9 | 194 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:209:9 | 209 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:163:25 | 163 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:35 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:171:48 | 171 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:31 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:174:44 | 174 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:291:9 | 291 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:19 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:303:32 | 303 | #[cfg(not(any(freebsdlike, netbsdlike, target_os = "vita")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:15 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/dir.rs:310:28 | 310 | #[cfg(any(freebsdlike, netbsdlike))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:6:5 | 6 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:17:7 | 17 | #[cfg(solarish)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:48:7 | 48 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:63:5 | 63 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:64:5 | 64 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:75:5 | 75 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:76:5 | 76 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:102:5 | 102 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:103:5 | 103 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:114:5 | 114 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/makedev.rs:115:5 | 115 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:7:9 | 7 | all(linux_kernel, feature = "procfs") | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:13:11 | 13 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:18:5 | 18 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:19:5 | 19 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:20:5 | 20 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:31:5 | 31 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:43:11 | 43 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:48:5 | 48 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:61:5 | 61 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:72:31 | 72 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:76:11 | 76 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:79:7 | 79 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:11 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:84:18 | 84 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:86:7 | 86 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:92:31 | 92 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:94:31 | 94 | #[cfg(all(target_env = "gnu", fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:239:5 | 239 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:309:7 | 309 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:701:5 | 701 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:11 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:959:26 | 959 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1008:5 | 1008 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1029:7 | 1029 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1064:7 | 1064 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1111:5 | 1111 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1134:7 | 1134 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1188:5 | 1188 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1189:5 | 1189 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1190:5 | 1190 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1236:11 | 1236 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1242:11 | 1242 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1311:15 | 1311 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1316:7 | 1316 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1339:7 | 1339 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1358:15 | 1358 | #[cfg(not(any(linux_kernel, target_os = "wasi")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1376:7 | 1376 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1444:5 | 1444 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1460:5 | 1460 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:11 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1573:26 | 1573 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1606:5 | 1606 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1607:5 | 1607 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1608:5 | 1608 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1651:7 | 1651 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1687:5 | 1687 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1703:11 | 1703 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1724:7 | 1724 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1759:11 | 1759 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1761:11 | 1761 | #[cfg(all(linux_kernel, target_pointer_width = "64"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1782:11 | 1782 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1808:11 | 1808 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1833:11 | 1833 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1869:11 | 1869 | #[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1902:7 | 1902 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1918:7 | 1918 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1961:7 | 1961 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1974:7 | 1974 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1998:7 | 1998 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2012:7 | 2012 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2021:7 | 2021 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2024:7 | 2024 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2031:7 | 2031 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2044:11 | 2044 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2069:7 | 2069 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2106:7 | 2106 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2111:7 | 2111 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2116:7 | 2116 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2129:7 | 2129 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2218:7 | 2218 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2222:7 | 2222 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:11 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2234:18 | 2234 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:11 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2261:18 | 2261 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:11 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2297:18 | 2297 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:11 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2324:18 | 2324 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:11 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2355:18 | 2355 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:11 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2386:18 | 2386 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:11 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2417:18 | 2417 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:11 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2435:18 | 2435 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:11 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2453:18 | 2453 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:11 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2468:18 | 2468 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:11 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2481:18 | 2481 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:11 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:2498:18 | 2498 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:151:9 | 151 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:152:9 | 152 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:159:9 | 159 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:160:9 | 160 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:214:9 | 214 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:215:9 | 215 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:222:9 | 222 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:223:9 | 223 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:582:9 | 582 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:605:9 | 605 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:622:9 | 622 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:645:9 | 645 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:663:9 | 663 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:681:9 | 681 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:15 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:806:30 | 806 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:19 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:830:26 | 830 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:843:11 | 843 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:19 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:26 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:39 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1292:53 | 1292 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:19 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:26 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:39 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1294:53 | 1294 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1411:9 | 1411 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1429:9 | 1429 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:15 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1510:30 | 1510 | #[cfg(all(fix_y2038, not(apple)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:19 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1529:26 | 1529 | #[cfg(not(any(apple, fix_y2038)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/syscalls.rs:1537:11 | 1537 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:336:7 | 336 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:355:7 | 355 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:366:7 | 366 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:400:7 | 400 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:431:7 | 431 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:555:5 | 555 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:556:5 | 556 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:557:5 | 557 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:586:11 | 586 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:633:11 | 633 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:783:5 | 783 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:784:5 | 784 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:953:15 | 953 | #[cfg(not(any(linux_like, target_os = "hurd")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:961:9 | 961 | all(linux_kernel, target_pointer_width = "64"), | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:975:11 | 975 | #[cfg(all(linux_kernel, target_pointer_width = "32"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1006:5 | 1006 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1007:5 | 1007 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1023:7 | 1023 | #[cfg(linux_like)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:1163:7 | 1163 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:53:19 | 53 | #[cfg(any(linux_like, target_os = "fuchsia"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:58:13 | 58 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:242:13 | 242 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:271:13 | 271 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:272:13 | 272 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:287:13 | 287 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:300:13 | 300 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:308:13 | 308 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:315:13 | 315 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:525:9 | 525 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:882:19 | 882 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:886:19 | 886 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:891:13 | 891 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:899:19 | 899 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:903:19 | 903 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/fs/types.rs:919:19 | 919 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:50:9 | 50 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:70:11 | 70 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:74:9 | 74 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:89:9 | 89 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:105:9 | 105 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:117:11 | 117 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:121:9 | 121 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:134:9 | 134 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:147:9 | 147 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:172:9 | 172 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:184:9 | 184 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:206:9 | 206 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:227:11 | 227 | #[cfg(freebsdlike)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:231:9 | 231 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:232:9 | 232 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:255:15 | 255 | #[cfg(any(bsd, target_env = "newlib"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:264:9 | 264 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:265:9 | 265 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:314:9 | 314 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:315:9 | 315 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:329:9 | 329 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:330:9 | 330 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:344:9 | 344 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:345:9 | 345 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:359:9 | 359 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:360:9 | 360 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:374:9 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:386:9 | 386 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:398:9 | 398 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:410:9 | 410 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:422:9 | 422 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:435:9 | 435 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:448:9 | 448 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:460:9 | 460 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:473:9 | 473 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:486:9 | 486 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:500:9 | 500 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:501:9 | 501 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:528:9 | 528 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:529:9 | 529 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:542:11 | 542 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:556:9 | 556 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:568:15 | 568 | #[cfg(any(bsd, target_os = "haiku"))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:575:9 | 575 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:587:9 | 587 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:605:9 | 605 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:606:9 | 606 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:626:9 | 626 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:627:9 | 627 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:650:9 | 650 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:663:9 | 663 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:682:9 | 682 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:692:9 | 692 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:724:9 | 724 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:725:9 | 725 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:739:9 | 739 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:740:9 | 740 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:757:9 | 757 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:778:9 | 778 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:779:9 | 779 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:795:11 | 795 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:798:11 | 798 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:801:11 | 801 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:804:11 | 804 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:826:9 | 826 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:848:9 | 848 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:849:9 | 849 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:863:9 | 863 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:875:9 | 875 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:876:9 | 876 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:894:11 | 894 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:921:9 | 921 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:936:9 | 936 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:949:9 | 949 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:970:9 | 970 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:971:9 | 971 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:985:9 | 985 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/errno.rs:1011:9 | 1011 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:20:7 | 20 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/types.rs:55:13 | 55 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:142:7 | 142 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:162:7 | 162 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:306:5 | 306 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/io/syscalls.rs:328:5 | 328 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:35:11 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:102:15 | 102 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:122:15 | 122 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:144:11 | 144 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:200:15 | 200 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:259:11 | 259 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:262:15 | 262 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:271:15 | 271 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:281:11 | 281 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:301:11 | 301 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:304:15 | 304 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:313:15 | 313 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:323:11 | 323 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:341:11 | 341 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:344:15 | 344 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:353:15 | 353 | #[cfg(not(linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/backend/libc/termios/syscalls.rs:363:11 | 363 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:7:7 | 7 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:15:5 | 15 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:16:5 | 16 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:17:5 | 17 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:26:7 | 26 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:28:7 | 28 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:31:11 | 31 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:35:7 | 35 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:45:11 | 45 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:47:7 | 47 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:50:7 | 50 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:52:7 | 52 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:57:7 | 57 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:11 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:66:18 | 66 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:69:7 | 69 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:75:7 | 75 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:83:5 | 83 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:84:5 | 84 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:85:5 | 85 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:94:7 | 94 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:96:7 | 96 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:99:11 | 99 | #[cfg(all(apple, feature = "alloc"))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:103:7 | 103 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:113:11 | 113 | #[cfg(any(linux_kernel, target_os = "freebsd"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:115:7 | 115 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:118:7 | 118 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:120:7 | 120 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:125:7 | 125 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:11 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:134:18 | 134 | #[cfg(any(apple, linux_kernel))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wasi_ext` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/mod.rs:142:11 | 142 | #[cfg(all(wasi_ext, target_os = "wasi"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wasi_ext)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:7:5 | 7 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/abs.rs:256:5 | 256 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:14:7 | 14 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:16:7 | 16 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:20:15 | 20 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:274:7 | 274 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:415:7 | 415 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/at.rs:436:15 | 436 | #[cfg(not(any(apple, target_os = "espidf", target_os = "vita", target_os = "wasi")))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:60:11 | 60 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:67:11 | 67 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fcntl.rs:76:11 | 76 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/typenum-066f69abb1586baa/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=201f655a0c5ee0e6 -C extra-filename=-201f655a0c5ee0e6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:11:5 | 11 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:12:5 | 12 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:32:5 | 32 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:66:7 | 66 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:74:7 | 74 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:168:5 | 168 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:232:5 | 232 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:233:5 | 233 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:305:5 | 305 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:353:7 | 353 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/fd.rs:262:15 | 262 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "fuchsia"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:14:12 | 14 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:17:16 | 17 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:18:22 | 18 | Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:25:16 | 25 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:26:20 | 26 | End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:33:16 | 33 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `staged_api` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:34:24 | 34 | Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(staged_api)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:15 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:22 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:35 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:43:49 | 43 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:15 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:22 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:35 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/fs/seek_from.rs:51:49 | 51 | #[cfg(any(apple, freebsdlike, linux_kernel, solarish))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/ioctl.rs:19:7 | 19 | #[cfg(apple)] | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:14:7 | 14 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:284:7 | 284 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/io/read_write.rs:303:7 | 303 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:11 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:21:25 | 21 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:28:7 | 28 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:31:7 | 31 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:34:7 | 34 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:37:7 | 37 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:306:7 | 306 | #[cfg(linux_raw)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:311:9 | 311 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:319:9 | 319 | not(linux_raw), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:327:15 | 327 | #[cfg(all(not(linux_raw), target_os = "android"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:332:5 | 332 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:342:5 | 342 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:11 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:216:25 | 216 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:11 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:219:25 | 219 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:11 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:227:25 | 227 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:11 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:230:25 | 230 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:11 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:238:25 | 238 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:11 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:241:25 | 241 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:11 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:250:25 | 250 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:11 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/patterns.rs:253:25 | 253 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:15 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:212:29 | 212 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:15 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:237:29 | 237 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:15 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:247:29 | 247 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:15 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:257:29 | 257 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:15 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/ioctl/mod.rs:267:29 | 267 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1365:5 | 1365 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1376:7 | 1376 | #[cfg(bsd)] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1388:11 | 1388 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1406:7 | 1406 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1445:7 | 1445 | #[cfg(linux_kernel)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:30:19 | 30 | #[cfg(not(all(linux_raw, any(target_arch = "powerpc", target_arch = "powerpc64"))))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:32:9 | 32 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:51:15 | 51 | #[cfg(all(linux_raw, any(target_arch = "powerpc", target_arch = "powerpc64")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:58:19 | 58 | #[cfg(not(any(solarish, all(libc, target_env = "newlib"), target_os = "aix")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:58:33 | 58 | #[cfg(not(any(solarish, all(libc, target_env = "newlib"), target_os = "aix")))] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:65:19 | 65 | #[cfg(not(any(solarish, all(libc, target_env = "newlib"), target_os = "aix")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:65:33 | 65 | #[cfg(not(any(solarish, all(libc, target_env = "newlib"), target_os = "aix")))] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:97:19 | 97 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:97:33 | 97 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:104:19 | 104 | #[cfg(any(solarish, all(libc, target_env = "newlib"), target_os = "aix"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:104:33 | 104 | #[cfg(any(solarish, all(libc, target_env = "newlib"), target_os = "aix"))] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:111:13 | 111 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:112:13 | 112 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_to_int_unchecked` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/cast.rs:280:7 | 280 | #[cfg(has_to_int_unchecked)] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:113:13 | 113 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_to_int_unchecked` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/cast.rs:289:11 | 289 | #[cfg(not(has_to_int_unchecked))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:114:17 | 114 | all(libc, target_env = "newlib"), | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:130:19 | 130 | #[cfg(any(linux_kernel, bsd))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:130:33 | 130 | #[cfg(any(linux_kernel, bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:137:19 | 137 | #[cfg(any(solarish, all(libc, target_env = "newlib"), target_os = "aix"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:137:33 | 137 | #[cfg(any(solarish, all(libc, target_env = "newlib"), target_os = "aix"))] | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:144:13 | 144 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:145:13 | 145 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:146:13 | 146 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:147:17 | 147 | all(libc, target_env = "newlib"), | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_like` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:218:13 | 218 | linux_like, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_like)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:267:19 | 267 | #[cfg(any(linux_kernel, solarish, target_os = "aix", target_os = "haiku", target_os = "nto"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:267:33 | 267 | #[cfg(any(linux_kernel, solarish, target_os = "aix", target_os = "haiku", target_os = "nto"))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_is_subnormal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:802:11 | 802 | #[cfg(has_is_subnormal)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_is_subnormal)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:286:13 | 286 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:287:13 | 287 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_is_subnormal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:867:11 | 867 | #[cfg(has_is_subnormal)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_is_subnormal)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:288:13 | 288 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:1948:19 | 1873 | / macro_rules! float_impl_std { 1874 | | ($T:ident $decode:ident) => { 1875 | | impl Float for $T { 1876 | | constant! { ... | 1948 | | #[cfg(has_copysign)] | | ^^^^^^^^^^^^ ... | 1958 | | }; 1959 | | } | |_- in this expansion of `float_impl_std!` ... 2046 | float_impl_std!(f32 integer_decode_f32); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_is_subnormal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:1953:19 | 1873 | / macro_rules! float_impl_std { 1874 | | ($T:ident $decode:ident) => { 1875 | | impl Float for $T { 1876 | | constant! { ... | 1953 | | #[cfg(has_is_subnormal)] | | ^^^^^^^^^^^^^^^^ ... | 1958 | | }; 1959 | | } | |_- in this expansion of `float_impl_std!` ... 2046 | float_impl_std!(f32 integer_decode_f32); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_is_subnormal)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:1948:19 | 1873 | / macro_rules! float_impl_std { 1874 | | ($T:ident $decode:ident) => { 1875 | | impl Float for $T { 1876 | | constant! { ... | 1948 | | #[cfg(has_copysign)] | | ^^^^^^^^^^^^ ... | 1958 | | }; 1959 | | } | |_- in this expansion of `float_impl_std!` ... 2048 | float_impl_std!(f64 integer_decode_f64); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_is_subnormal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/float.rs:1953:19 | 1873 | / macro_rules! float_impl_std { 1874 | | ($T:ident $decode:ident) => { 1875 | | impl Float for $T { 1876 | | constant! { ... | 1953 | | #[cfg(has_is_subnormal)] | | ^^^^^^^^^^^^^^^^ ... | 1958 | | }; 1959 | | } | |_- in this expansion of `float_impl_std!` ... 2048 | float_impl_std!(f64 integer_decode_f64); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_is_subnormal)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 499 | prim_int_impl!(u8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:312:13 | 312 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 499 | prim_int_impl!(u8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `freebsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:313:13 | 313 | freebsdlike, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(freebsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 499 | prim_int_impl!(u8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:333:19 | 333 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:337:19 | 337 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 500 | prim_int_impl!(u16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:341:23 | 341 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:341:28 | 341 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 500 | prim_int_impl!(u16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:345:23 | 345 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:345:28 | 345 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 500 | prim_int_impl!(u16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 501 | prim_int_impl!(u32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:349:23 | 349 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:349:28 | 349 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 501 | prim_int_impl!(u32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:353:23 | 353 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:353:28 | 353 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 501 | prim_int_impl!(u32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:357:23 | 357 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:357:28 | 357 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 502 | prim_int_impl!(u64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:363:13 | 363 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:364:13 | 364 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 502 | prim_int_impl!(u64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:374:13 | 374 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 502 | prim_int_impl!(u64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:375:13 | 375 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:385:13 | 385 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:386:13 | 386 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 503 | prim_int_impl!(u128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:395:13 | 395 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 503 | prim_int_impl!(u128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:396:13 | 396 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 503 | prim_int_impl!(u128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `netbsdlike` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:404:13 | 404 | netbsdlike, | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(netbsdlike)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:405:13 | 405 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 504 | prim_int_impl!(usize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:415:13 | 415 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:416:13 | 416 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 504 | prim_int_impl!(usize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:426:13 | 426 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 504 | prim_int_impl!(usize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:427:13 | 427 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 505 | prim_int_impl!(i8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:437:13 | 437 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:438:13 | 438 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 505 | prim_int_impl!(i8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:447:13 | 447 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 505 | prim_int_impl!(i8, i8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:448:13 | 448 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 506 | prim_int_impl!(i16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:456:23 | 456 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 506 | prim_int_impl!(i16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:456:28 | 456 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:460:23 | 460 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 506 | prim_int_impl!(i16, i16, u16); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 507 | prim_int_impl!(i32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:460:28 | 460 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:466:13 | 466 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 507 | prim_int_impl!(i32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:467:13 | 467 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:475:23 | 475 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 507 | prim_int_impl!(i32, i32, u32); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:475:28 | 475 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:479:23 | 479 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 508 | prim_int_impl!(i64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:479:28 | 479 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 508 | prim_int_impl!(i64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:485:13 | 485 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 508 | prim_int_impl!(i64, i64, u64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:486:13 | 486 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:494:23 | 494 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 509 | prim_int_impl!(i128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:494:28 | 494 | #[cfg(not(any(bsd, solarish, target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 509 | prim_int_impl!(i128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:498:23 | 498 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 509 | prim_int_impl!(i128, i128, u128); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:498:28 | 498 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:504:13 | 504 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:407:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 407 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 510 | prim_int_impl!(isize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:505:13 | 505 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_leading_trailing_ones` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:418:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 418 | | #[cfg(has_leading_trailing_ones)] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 510 | prim_int_impl!(isize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_reverse_bits` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/int.rs:464:19 | 394 | / macro_rules! prim_int_impl { 395 | | ($T:ty, $S:ty, $U:ty) => { 396 | | impl PrimInt for $T { 397 | | #[inline] ... | 464 | | #[cfg(has_reverse_bits)] | | ^^^^^^^^^^^^^^^^ ... | 495 | | }; 496 | | } | |_- in this expansion of `prim_int_impl!` ... 510 | prim_int_impl!(isize, isize, usize); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_reverse_bits)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:5:11 | 5 | #[cfg(not(has_int_to_from_bytes))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` 320 | 321 | int_to_from_bytes_impl!(u8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` 320 | 321 | int_to_from_bytes_impl!(u8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` 320 | 321 | int_to_from_bytes_impl!(u8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` 320 | 321 | int_to_from_bytes_impl!(u8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 322 | int_to_from_bytes_impl!(u16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 322 | int_to_from_bytes_impl!(u16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 322 | int_to_from_bytes_impl!(u16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 322 | int_to_from_bytes_impl!(u16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 323 | int_to_from_bytes_impl!(u32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 323 | int_to_from_bytes_impl!(u32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 323 | int_to_from_bytes_impl!(u32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 323 | int_to_from_bytes_impl!(u32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 324 | int_to_from_bytes_impl!(u64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 324 | int_to_from_bytes_impl!(u64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 324 | int_to_from_bytes_impl!(u64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 324 | int_to_from_bytes_impl!(u64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 325 | int_to_from_bytes_impl!(u128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 325 | int_to_from_bytes_impl!(u128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 325 | int_to_from_bytes_impl!(u128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 325 | int_to_from_bytes_impl!(u128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 327 | int_to_from_bytes_impl!(usize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 327 | int_to_from_bytes_impl!(usize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 327 | int_to_from_bytes_impl!(usize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 327 | int_to_from_bytes_impl!(usize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 331 | int_to_from_bytes_impl!(i8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 331 | int_to_from_bytes_impl!(i8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 331 | int_to_from_bytes_impl!(i8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 331 | int_to_from_bytes_impl!(i8, 1); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 332 | int_to_from_bytes_impl!(i16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 332 | int_to_from_bytes_impl!(i16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 332 | int_to_from_bytes_impl!(i16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 332 | int_to_from_bytes_impl!(i16, 2); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 333 | int_to_from_bytes_impl!(i32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 333 | int_to_from_bytes_impl!(i32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 333 | int_to_from_bytes_impl!(i32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 333 | int_to_from_bytes_impl!(i32, 4); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 334 | int_to_from_bytes_impl!(i64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:565:13 | 565 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 334 | int_to_from_bytes_impl!(i64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:566:13 | 566 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 334 | int_to_from_bytes_impl!(i64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 334 | int_to_from_bytes_impl!(i64, 8); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 335 | int_to_from_bytes_impl!(i128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 335 | int_to_from_bytes_impl!(i128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:587:19 | 587 | #[cfg(any(linux_kernel, target_arch = "s390x", target_os = "haiku"))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 335 | int_to_from_bytes_impl!(i128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 335 | int_to_from_bytes_impl!(i128, 16); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:239:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ 240 | | impl ToBytes for $T { ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 337 | int_to_from_bytes_impl!(isize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:259:15 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 259 | | #[cfg(has_int_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 337 | int_to_from_bytes_impl!(isize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:279:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 279 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 337 | int_to_from_bytes_impl!(isize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:656:15 | 656 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:723:9 | 723 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_int_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:299:19 | 237 | / macro_rules! int_to_from_bytes_impl { 238 | | ($T:ty, $L:expr) => { 239 | | #[cfg(has_int_to_from_bytes)] 240 | | impl ToBytes for $T { ... | 299 | | #[cfg(not(has_int_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |_- in this expansion of `int_to_from_bytes_impl!` ... 337 | int_to_from_bytes_impl!(isize, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_int_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:732:19 | 732 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:732:24 | 732 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:155:15 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^^^ 156 | | impl ToBytes for $T { ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 341 | float_to_from_bytes_impl!(f32, 4); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:736:19 | 736 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:175:15 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 175 | | #[cfg(has_float_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 341 | float_to_from_bytes_impl!(f32, 4); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:736:24 | 736 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `apple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:741:9 | 741 | apple, | ^^^^^ help: found config with similar value: `target_vendor = "apple"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(apple)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:195:19 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 195 | | #[cfg(not(has_float_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 341 | float_to_from_bytes_impl!(f32, 4); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:750:19 | 750 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:215:19 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 215 | | #[cfg(not(has_float_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 341 | float_to_from_bytes_impl!(f32, 4); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:754:19 | 754 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:155:15 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^^^ 156 | | impl ToBytes for $T { ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 342 | float_to_from_bytes_impl!(f64, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:758:19 | 758 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:175:15 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 175 | | #[cfg(has_float_to_from_bytes)] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 342 | float_to_from_bytes_impl!(f64, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:762:19 | 762 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:769:9 | 769 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:195:19 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 195 | | #[cfg(not(has_float_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 342 | float_to_from_bytes_impl!(f64, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:780:9 | 780 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:791:9 | 791 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_float_to_from_bytes` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/bytes.rs:215:19 | 153 | / macro_rules! float_to_from_bytes_impl { 154 | | ($T:ty, $L:expr) => { 155 | | #[cfg(has_float_to_from_bytes)] 156 | | impl ToBytes for $T { ... | 215 | | #[cfg(not(has_float_to_from_bytes))] | | ^^^^^^^^^^^^^^^^^^^^^^^ ... | 234 | | }; 235 | | } | |_- in this expansion of `float_to_from_bytes_impl!` ... 342 | float_to_from_bytes_impl!(f64, 8); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_float_to_from_bytes)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:802:9 | 802 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:817:9 | 817 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_kernel` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:819:13 | 819 | linux_kernel, | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_kernel)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:959:15 | 959 | #[cfg(not(bsd))] | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:122:11 | 122 | #[cfg(all(has_div_euclid, feature = "std"))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `bsd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1143:9 | 1143 | bsd, | ^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(bsd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `solarish` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/termios/types.rs:1144:9 | 1144 | solarish, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(solarish)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:125:15 | 125 | #[cfg(not(all(has_div_euclid, feature = "std")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:147:15 | 147 | #[cfg(not(all(has_div_euclid, feature = "std")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:4:11 | 4 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:72:19 | 68 | / macro_rules! euclid_int_impl { 69 | | ($($t:ty)*) => {$( 70 | | euclid_forward_impl!($t); 71 | | 72 | | #[cfg(not(has_div_euclid))] | | ^^^^^^^^^^^^^^ ... | 97 | | )*} 98 | | } | |_- in this expansion of `euclid_int_impl!` ... 119 | euclid_int_impl!(isize i8 i16 i32 i64 i128); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:8:11 | 8 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:12:7 | 12 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:24:11 | 24 | #[cfg(not(fix_y2038))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:29:7 | 29 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:34:5 | 34 | fix_y2038, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `linux_raw` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:35:5 | 35 | linux_raw, | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(linux_raw)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:53:15 | 51 | / macro_rules! euclid_forward_impl { 52 | | ($($t:ty)*) => {$( 53 | | #[cfg(has_div_euclid)] | | ^^^^^^^^^^^^^^ 54 | | impl Euclid for $t { ... | 65 | | )*} 66 | | } | |_- in this expansion of `euclid_forward_impl!` (#2) 67 | 68 | / macro_rules! euclid_int_impl { 69 | | ($($t:ty)*) => {$( 70 | | euclid_forward_impl!($t); | | ------------------------ in this macro invocation (#2) 71 | | ... | 97 | | )*} 98 | | } | |_- in this expansion of `euclid_int_impl!` (#1) ... 119 | euclid_int_impl!(isize i8 i16 i32 i64 i128); | ------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:36:9 | 36 | all(libc, target_arch = "x86_64", target_pointer_width = "32") | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:42:9 | 42 | not(fix_y2038), | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:43:5 | 43 | libc, | ^^^^ help: found config with similar value: `feature = "libc"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:51:7 | 51 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:66:7 | 66 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:77:7 | 77 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fix_y2038` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustix/src/timespec.rs:110:7 | 110 | #[cfg(fix_y2038)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fix_y2038)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:104:19 | 100 | / macro_rules! euclid_uint_impl { 101 | | ($($t:ty)*) => {$( 102 | | euclid_forward_impl!($t); 103 | | 104 | | #[cfg(not(has_div_euclid))] | | ^^^^^^^^^^^^^^ ... | 116 | | )*} 117 | | } | |_- in this expansion of `euclid_uint_impl!` ... 120 | euclid_uint_impl!(usize u8 u16 u32 u64 u128); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:53:15 | 51 | / macro_rules! euclid_forward_impl { 52 | | ($($t:ty)*) => {$( 53 | | #[cfg(has_div_euclid)] | | ^^^^^^^^^^^^^^ 54 | | impl Euclid for $t { ... | 65 | | )*} 66 | | } | |_- in this expansion of `euclid_forward_impl!` (#2) ... 100 | / macro_rules! euclid_uint_impl { 101 | | ($($t:ty)*) => {$( 102 | | euclid_forward_impl!($t); | | ------------------------ in this macro invocation (#2) 103 | | ... | 116 | | )*} 117 | | } | |_- in this expansion of `euclid_uint_impl!` (#1) ... 120 | euclid_uint_impl!(usize u8 u16 u32 u64 u128); | -------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:53:15 | 51 | / macro_rules! euclid_forward_impl { 52 | | ($($t:ty)*) => {$( 53 | | #[cfg(has_div_euclid)] | | ^^^^^^^^^^^^^^ 54 | | impl Euclid for $t { ... | 65 | | )*} 66 | | } | |_- in this expansion of `euclid_forward_impl!` ... 123 | euclid_forward_impl!(f32 f64); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:200:19 | 196 | / macro_rules! checked_euclid_int_impl { 197 | | ($($t:ty)*) => {$( 198 | | checked_euclid_forward_impl!($t); 199 | | 200 | | #[cfg(not(has_div_euclid))] | | ^^^^^^^^^^^^^^ ... | 220 | | )*} 221 | | } | |_- in this expansion of `checked_euclid_int_impl!` ... 250 | checked_euclid_int_impl!(isize i8 i16 i32 i64 i128); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:181:15 | 179 | / macro_rules! checked_euclid_forward_impl { 180 | | ($($t:ty)*) => {$( 181 | | #[cfg(has_div_euclid)] | | ^^^^^^^^^^^^^^ 182 | | impl CheckedEuclid for $t { ... | 193 | | )*} 194 | | } | |_- in this expansion of `checked_euclid_forward_impl!` (#2) 195 | 196 | / macro_rules! checked_euclid_int_impl { 197 | | ($($t:ty)*) => {$( 198 | | checked_euclid_forward_impl!($t); | | -------------------------------- in this macro invocation (#2) 199 | | ... | 220 | | )*} 221 | | } | |_- in this expansion of `checked_euclid_int_impl!` (#1) ... 250 | checked_euclid_int_impl!(isize i8 i16 i32 i64 i128); | --------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:227:19 | 223 | / macro_rules! checked_euclid_uint_impl { 224 | | ($($t:ty)*) => {$( 225 | | checked_euclid_forward_impl!($t); 226 | | 227 | | #[cfg(not(has_div_euclid))] | | ^^^^^^^^^^^^^^ ... | 247 | | )*} 248 | | } | |_- in this expansion of `checked_euclid_uint_impl!` ... 251 | checked_euclid_uint_impl!(usize u8 u16 u32 u64 u128); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_div_euclid` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/num-traits-0.2.17/src/ops/euclid.rs:181:15 | 179 | / macro_rules! checked_euclid_forward_impl { 180 | | ($($t:ty)*) => {$( 181 | | #[cfg(has_div_euclid)] | | ^^^^^^^^^^^^^^ 182 | | impl CheckedEuclid for $t { ... | 193 | | )*} 194 | | } | |_- in this expansion of `checked_euclid_forward_impl!` (#2) ... 223 | / macro_rules! checked_euclid_uint_impl { 224 | | ($($t:ty)*) => {$( 225 | | checked_euclid_forward_impl!($t); | | -------------------------------- in this macro invocation (#2) 226 | | ... | 247 | | )*} 248 | | } | |_- in this expansion of `checked_euclid_uint_impl!` (#1) ... 251 | checked_euclid_uint_impl!(usize u8 u16 u32 u64 u128); | ---------------------------------------------------- in this macro invocation (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_div_euclid)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/typenum/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: `typenum` (lib) generated 6 warnings Compiling ahash v0.8.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7 CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=87e9b90c9dea3b2c -C extra-filename=-87e9b90c9dea3b2c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/ahash-87e9b90c9dea3b2c -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-31eaa6b46f1ab558.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `serde_derive` (lib) generated 9 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-cff9d03b392cc7e2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6d9ef20e02d381e4 -C extra-filename=-6d9ef20e02d381e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-900bb12e5b0c78b5.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling btoi v0.4.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=btoi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/btoi CARGO_PKG_AUTHORS='Niklas Fiekas ' CARGO_PKG_DESCRIPTION='Parse integers directly from ASCII byte slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btoi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/niklasf/rust-btoi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/btoi LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name btoi --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/btoi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=493e46e547b1c553 -C extra-filename=-493e46e547b1c553 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern num_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_traits-d2b0cf0e7e8d1597.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling home v0.5.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=home CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home CARGO_PKG_AUTHORS='Brian Anderson ' CARGO_PKG_DESCRIPTION='Shared definitions of home directories.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=home CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name home --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/home/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6632c0b84f26917f -C extra-filename=-6632c0b84f26917f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `num-traits` (lib) generated 133 warnings (20 duplicates) Compiling gix-path v0.10.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_path CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-path CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing paths and their conversions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-path CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-path LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_path --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-path/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b62a3fe7f105eb5 -C extra-filename=-2b62a3fe7f105eb5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-6632c0b84f26917f.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7 CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/ahash-d82518a9c2b51cfa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/ahash-87e9b90c9dea3b2c/build-script-build` [ahash 0.8.7] cargo:rerun-if-changed=build.rs [ahash 0.8.7] cargo:rustc-cfg=feature="folded_multiply" Compiling zerocopy v0.7.31 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31 CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=fd314026855cbb41 -C extra-filename=-fd314026855cbb41 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:161:5 | 161 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:157:9 | 157 | #![deny(renamed_and_removed_lints)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:177:5 | 177 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:218:23 | 218 | #![cfg_attr(any(test, kani), allow( | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:232:13 | 232 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:234:5 | 234 | __INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:295:30 | 295 | #[cfg(any(feature = "alloc", kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:312:21 | 312 | #[cfg(all(test, not(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:352:16 | 352 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:358:16 | 358 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:364:16 | 364 | #[cfg_attr(any(kani, test), derive(Copy, Clone, Debug, PartialEq, Eq))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:3657:12 | 3657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "simd")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:8019:7 | 8019 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/macro_util.rs:24:7 | 24 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/macro_util.rs:73:7 | 73 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/macro_util.rs:85:7 | 85 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/macro_util.rs:114:7 | 114 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/macro_util.rs:213:7 | 213 | #[cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/util.rs:760:7 | 760 | #[cfg(kani)] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/util.rs:578:20 | 578 | #[cfg_attr(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS, allow(lossy_provenance_casts))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__INTERNAL_USE_ONLY_NIGHLTY_FEATURES_IN_TESTS)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/wrappers.rs:137:13 | 137 | if !crate::util::aligned_to::<_, T>(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:173:5 | 173 | unused_qualifications, | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 137 - if !crate::util::aligned_to::<_, T>(self) { 137 + if !util::aligned_to::<_, T>(self) { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/wrappers.rs:157:13 | 157 | if !crate::util::aligned_to::<_, T>(&*self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 157 - if !crate::util::aligned_to::<_, T>(&*self) { 157 + if !util::aligned_to::<_, T>(&*self) { | warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:434:15 | 434 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `kani` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:552:19 | 552 | #[cfg(not(kani))] | ^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(kani)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:3672:24 | 3669 | / macro_rules! simd_arch_mod { 3670 | | (#[cfg $cfg:tt] $arch:ident, $mod:ident, $($typ:ident),*) => { 3671 | | #[cfg $cfg] 3672 | | #[cfg_attr(doc_cfg, doc(cfg $cfg))] | | ^^^^^^^ ... | 3684 | | }; 3685 | | } | |_____- in this expansion of `simd_arch_mod!` ... 3697 | / simd_arch_mod!( 3698 | | #[cfg(target_arch = "x86_64")] 3699 | | x86_64, x86_64, __m128, __m128d, __m128i, __m256, __m256d, __m256i 3700 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/lib.rs:5130:36 | 5130 | Deref + Sized + self::sealed::ByteSliceSealed | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 5130 - Deref + Sized + self::sealed::ByteSliceSealed 5130 + Deref + Sized + sealed::ByteSliceSealed | warning: trait `NonNullExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/zerocopy-0.7.31/src/util.rs:655:22 | 655 | pub(crate) trait NonNullExt { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `zerocopy` (lib) generated 26 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7 CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/ahash-d82518a9c2b51cfa/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=929133489e6084a4 -C extra-filename=-929133489e6084a4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzerocopy-fd314026855cbb41.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:253:7 | 253 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:257:7 | 257 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:300:7 | 300 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:305:7 | 305 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, `64` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/operations.rs:15:7 | 15 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/operations.rs:22:11 | 22 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ahash-0.8.7/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ Compiling winnow v0.5.28 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.5.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name winnow --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=30711f802eebdac2 -C extra-filename=-30711f802eebdac2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `ahash` (lib) generated 45 warnings Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=4d0870a462257155 -C extra-filename=-4d0870a462257155 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-4d0870a462257155 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-31eaa6b46f1ab558.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling allocator-api2 v0.2.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b5a44b76e5edb0ee -C extra-filename=-b5a44b76e5edb0ee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `handle_alloc_error` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/alloc/global.rs:4:60 | 4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc}; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:77:11 | 77 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:93:11 | 93 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2621:11 | 2621 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2681:11 | 2681 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2754:11 | 2754 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2838:11 | 2838 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_FEATURE_ZEROIZE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/generic-array-666e5cd9640c162f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-4d0870a462257155/build-script-build` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2936:11 | 2936 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2953:11 | 2953 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2970:11 | 2970 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3011:11 | 3011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3037:11 | 3037 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3101:11 | 3101 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:3110:11 | 3110 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:424:15 | 424 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:611:15 | 611 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:849:15 | 849 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:879:15 | 879 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:979:15 | 979 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1008:15 | 1008 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1041:15 | 1041 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1381:15 | 1381 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1785:15 | 1785 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1886:15 | 1886 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:1896:15 | 1896 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2061:15 | 2061 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2125:15 | 2125 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2322:15 | 2322 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2353:15 | 2353 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2380:15 | 2380 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2492:15 | 2492 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2818:15 | 2818 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/lib.rs:141:12 | 141 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/lib.rs:184:13 | 184 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/lib.rs:191:21 | 191 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:11:12 | 11 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:34:12 | 34 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:81:12 | 81 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:140:12 | 140 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:197:12 | 197 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:254:12 | 254 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:309:12 | 309 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:359:12 | 359 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:455:12 | 455 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:497:12 | 497 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:534:12 | 534 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:583:12 | 583 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:632:12 | 632 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:676:12 | 676 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:720:12 | 720 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:762:12 | 762 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.28/src/combinator/parser.rs:809:12 | 809 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Compiling subtle v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=subtle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle CARGO_PKG_AUTHORS='Isis Lovecruft :Henry de Valence ' CARGO_PKG_DESCRIPTION='Pure-Rust traits and utilities for constant-time cryptographic implementations.' CARGO_PKG_HOMEPAGE='https://dalek.rs/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=subtle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dalek-cryptography/subtle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name subtle --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="i128"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=2900a5ebc19215ae -C extra-filename=-2900a5ebc19215ae --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle/src/lib.rs:282:5 | 282 | #[inline] | ^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle/src/lib.rs:425:5 | 425 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/subtle/src/lib.rs:612:5 | 612 | #[inline] | ^^^^^^^^^ warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/mod.rs:2545:7 | 2545 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/allocator-api2/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: `subtle` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/generic-array-666e5cd9640c162f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=ce24c7856e231e38 -C extra-filename=-ce24c7856e231e38 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-201f655a0c5ee0e6.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg relaxed_coherence` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/generic-array/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(relaxed_coherence)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `allocator-api2` (lib) generated 89 warnings Compiling hashbrown v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashbrown/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d0fd4f33bf8cbdc4 -C extra-filename=-d0fd4f33bf8cbdc4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ahash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libahash-929133489e6084a4.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liballocator_api2-b5a44b76e5edb0ee.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rustix` (lib) generated 623 warnings Compiling gix-validate v0.8.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_validate CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-validate CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Validation functions for various kinds of names in git' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-validate CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-validate LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_validate --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-validate/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e09a695e76187d7c -C extra-filename=-e09a695e76187d7c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling openssl-sys v0.9.92 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92 CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=bda99eec27336784 -C extra-filename=-bda99eec27336784 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/openssl-sys-bda99eec27336784 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-249a4736af743c3e.rlib --cap-lints warn -Z binary-dep-depinfo` warning: struct `OpensslCallbacks` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/build/run_bindgen.rs:217:8 | 217 | struct OpensslCallbacks; | ^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `generic-array` (lib) generated 4 warnings Compiling const-oid v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=const_oid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/const-oid CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-oid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/const-oid' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/const-oid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name const_oid --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/const-oid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=4686cee94601e5c6 -C extra-filename=-4686cee94601e5c6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `openssl-sys` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92 CARGO_MANIFEST_LINKS=openssl CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/openssl-sys-4298498493496578/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/openssl-sys-bda99eec27336784/build-script-main` [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_LIB_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_LIB_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [openssl-sys 0.9.92] OPENSSL_LIB_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_INCLUDE_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_INCLUDE_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [openssl-sys 0.9.92] OPENSSL_INCLUDE_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DIR [openssl-sys 0.9.92] OPENSSL_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=SYSROOT [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rustc-link-lib=ssl [openssl-sys 0.9.92] cargo:rustc-link-lib=crypto [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-changed=build/expando.c [openssl-sys 0.9.92] OPT_LEVEL = Some("3") [openssl-sys 0.9.92] TARGET = Some("x86_64-unknown-openbsd") [openssl-sys 0.9.92] HOST = Some("x86_64-unknown-openbsd") [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [openssl-sys 0.9.92] CC_x86_64-unknown-openbsd = None [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [openssl-sys 0.9.92] CC_x86_64_unknown_openbsd = Some("cc") [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [openssl-sys 0.9.92] CRATE_CC_NO_DEFAULTS = None [openssl-sys 0.9.92] DEBUG = Some("false") [openssl-sys 0.9.92] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [openssl-sys 0.9.92] CFLAGS_x86_64-unknown-openbsd = None [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [openssl-sys 0.9.92] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") [openssl-sys 0.9.92] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-E" "build/expando.c" Compiling getrandom v0.2.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom-0.2.11 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom-0.2.11 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a2b3432538ae7910 -C extra-filename=-a2b3432538ae7910 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [openssl-sys 0.9.92] exit status: 0 [openssl-sys 0.9.92] cargo:rustc-cfg=openssl [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_BUF_FREELISTS" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_COMP" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_EC2M" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_ENGINE" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_KRB5" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_PSK" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SRP" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SEED" [openssl-sys 0.9.92] cargo:conf=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED [openssl-sys 0.9.92] cargo:rustc-cfg=libressl [openssl-sys 0.9.92] cargo:rustc-cfg=libressl251 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl252 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl261 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl270 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl271 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl273 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl280 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl281 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl291 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl310 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl321 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl332 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl340 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl350 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl360 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl370 [openssl-sys 0.9.92] cargo:libressl_version_number=3090000f [openssl-sys 0.9.92] cargo:libressl=true [openssl-sys 0.9.92] cargo:libressl_version=380 [openssl-sys 0.9.92] cargo:version=101 Compiling memmap2 v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2 CARGO_PKG_AUTHORS='Dan Burkert :Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memmap2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=a268fe38d8edf279 -C extra-filename=-a268fe38d8edf279 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/block-buffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45fe67548f26a767 -C extra-filename=-45fe67548f26a767 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-ce24c7856e231e38.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=6ac415720f3e30a3 -C extra-filename=-6ac415720f3e30a3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-a2b3432538ae7910.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=3c3b987ed952f4ab -C extra-filename=-3c3b987ed952f4ab --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-ce24c7856e231e38.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-201f655a0c5ee0e6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_core/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling tempfile v3.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.10.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tempfile/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=506b0b2177e04a3d -C extra-filename=-506b0b2177e04a3d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-de031c168222b64a.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-44070d507eb11d6c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/digest/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=c141304e9ea06f33 -C extra-filename=-c141304e9ea06f33 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libblock_buffer-45fe67548f26a767.rmeta --extern const_oid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libconst_oid-4686cee94601e5c6.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrypto_common-3c3b987ed952f4ab.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rand_core` (lib) generated 6 warnings Compiling gix-chunk v0.4.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_chunk CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-chunk CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Interact with the git chunk file format used in multi-pack index and commit-graph files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-chunk CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-chunk LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_chunk --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-chunk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e47bebb1271bf11f -C extra-filename=-e47bebb1271bf11f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling libnghttp2-sys v0.1.8+1.55.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8+1.55.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd51ec0caddbad43 -C extra-filename=-fd51ec0caddbad43 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libnghttp2-sys-fd51ec0caddbad43 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling unicode-bidi v0.3.14 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi-0.3.14 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi-0.3.14 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bidi --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=529f72bfe5e0d0be -C extra-filename=-529f72bfe5e0d0be --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi-0.3.14/src/char_data/tables.rs:5:13 | 5 | #![cfg_attr(rustfmt, rustfmt_skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling percent-encoding v2.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name percent_encoding --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=96cb5e142a863002 -C extra-filename=-96cb5e142a863002 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `winnow` (lib) generated 23 warnings Compiling form_urlencoded v1.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name form_urlencoded --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3a449c3f401fe1d9 -C extra-filename=-3a449c3f401fe1d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern percent_encoding=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-96cb5e142a863002.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `percent-encoding` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys CARGO_MANIFEST_LINKS=nghttp2 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8+1.55.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libnghttp2-sys-fd51ec0caddbad43/build-script-build` [libnghttp2-sys 0.1.8+1.55.1] TARGET = Some("x86_64-unknown-openbsd") [libnghttp2-sys 0.1.8+1.55.1] OPT_LEVEL = Some("3") [libnghttp2-sys 0.1.8+1.55.1] HOST = Some("x86_64-unknown-openbsd") [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libnghttp2-sys 0.1.8+1.55.1] CC_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libnghttp2-sys 0.1.8+1.55.1] CC_x86_64_unknown_openbsd = Some("cc") [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libnghttp2-sys 0.1.8+1.55.1] CRATE_CC_NO_DEFAULTS = None [libnghttp2-sys 0.1.8+1.55.1] DEBUG = Some("false") [libnghttp2-sys 0.1.8+1.55.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libnghttp2-sys 0.1.8+1.55.1] CFLAGS_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libnghttp2-sys 0.1.8+1.55.1] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") warning: `form_urlencoded` (lib) generated 1 warning Compiling faster-hex v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=faster_hex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/faster-hex CARGO_PKG_AUTHORS='zhangsoledad <787953403@qq.com>' CARGO_PKG_DESCRIPTION='Fast hex encoding.' CARGO_PKG_HOMEPAGE='https://github.com/NervosFoundation/faster-hex' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=faster-hex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/NervosFoundation/faster-hex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/faster-hex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name faster_hex --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/faster-hex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=a76495f604ef7376 -C extra-filename=-a76495f604ef7376 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling deranged v0.3.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged-0.3.10 CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged-0.3.10 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=929840f7a17bd8de -C extra-filename=-929840f7a17bd8de --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpowerfmt-bb138763d94930a1.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged-0.3.10/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/deranged-0.3.10/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `serde` (lib) generated 123 warnings Compiling gix-hash v0.14.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hash CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Borrowed and owned git hash digests used to identify git objects' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-hash CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.14.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hash LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_hash --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hash/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=487d15c0a6c777dc -C extra-filename=-487d15c0a6c777dc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern faster_hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-a76495f604ef7376.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-features v0.38.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_features CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-features CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to integrate various capabilities using compile-time feature flags' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-features CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.38.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-features LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_features --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-features/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="crc32"' --cfg 'feature="default"' --cfg 'feature="fs-read-dir"' --cfg 'feature="io-pipe"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --cfg 'feature="rustsha1"' --cfg 'feature="walkdir"' --cfg 'feature="zlib"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crc32", "default", "document-features", "fast-sha1", "fs-read-dir", "fs-walkdir-parallel", "io-pipe", "once_cell", "parallel", "prodash", "progress", "progress-unit-bytes", "progress-unit-human-numbers", "rustsha1", "tracing", "tracing-detail", "walkdir", "zlib", "zlib-ng", "zlib-ng-compat", "zlib-rust-backend", "zlib-stock"))' -C metadata=1e3235ab4b6a0c0a -C extra-filename=-1e3235ab4b6a0c0a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bytes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytes-485890f892d75c9e.rmeta --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-63ff964af5c8a615.rmeta --extern crossbeam_channel=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-fcc8d2a999dbe2f8.rmeta --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-f27d59e633be3de8.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern prodash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprodash-c935273c2377e4fd.rmeta --extern sha1_smol=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1_smol-d3ddb9c6e588357d.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b8b7273e72a07436.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-hashtable v0.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_hashtable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hashtable CARGO_PKG_AUTHORS='Pascal Kuthe ' CARGO_PKG_DESCRIPTION='A crate that provides hashtable based data structures optimized to utilize ObjectId keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-hashtable CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hashtable LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_hashtable --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-hashtable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edbd42c6d570029b -C extra-filename=-edbd42c6d570029b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-d0fd4f33bf8cbdc4.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-fs v0.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_fs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-fs CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate providing file system specific utilities to `gitoxide`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-fs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-fs LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_fs --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-fs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ecf75649050094c9 -C extra-filename=-ecf75649050094c9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicode-bidi` (lib) generated 1 warning Compiling time v0.3.30 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30 CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=5fa4cd29e88a9a9a -C extra-filename=-5fa4cd29e88a9a9a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern deranged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libderanged-929840f7a17bd8de.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern num_threads=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_threads-b1f525014422d893.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpowerfmt-bb138763d94930a1.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern time_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime_core-0e180f90097a8a9c.rmeta --extern time_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtime_macros-5968e3c3d427ffe5.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `deranged` (lib) generated 2 warnings Compiling idna v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name idna --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c06a72ac07fbe7af -C extra-filename=-c06a72ac07fbe7af --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_bidi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bidi-529f72bfe5e0d0be.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-10fb8024350490b1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/lib.rs:78:13 | 78 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/formatting/formattable.rs:20:12 | 20 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/parsing/parsable.rs:17:12 | 17 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__time_03_docs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling gix-tempfile v13.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-tempfile CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A tempfile implementation with a global registry to assure cleanup' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=13.0.0 CARGO_PKG_VERSION_MAJOR=13 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-tempfile LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_tempfile --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-tempfile/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "hp-hashmap", "signals"))' -C metadata=483a6b54132e526c -C extra-filename=-483a6b54132e526c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-506b0b2177e04a3d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling url v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name url --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=d25d7d625892fff8 -C extra-filename=-d25d7d625892fff8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern form_urlencoded=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libform_urlencoded-3a449c3f401fe1d9.rmeta --extern idna=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libidna-c06a72ac07fbe7af.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-96cb5e142a863002.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=openssl_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92 CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/openssl-sys-4298498493496578/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name openssl_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=f7e27c23d3b53a20 -C extra-filename=-f7e27c23d3b53a20 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_BUF_FREELISTS"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_ENGINE"' --cfg 'osslconf="OPENSSL_NO_KRB5"' --cfg 'osslconf="OPENSSL_NO_PSK"' --cfg 'osslconf="OPENSSL_NO_SRP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg libressl --cfg libressl251 --cfg libressl252 --cfg libressl261 --cfg libressl270 --cfg libressl271 --cfg libressl273 --cfg libressl280 --cfg libressl281 --cfg libressl291 --cfg libressl310 --cfg libressl321 --cfg libressl332 --cfg libressl340 --cfg libressl350 --cfg libressl360 --cfg libressl370` warning: trait `HasMemoryOffset` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/date_time.rs:96:15 | 96 | pub trait HasMemoryOffset: MaybeOffset {} | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NoMemoryOffset` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/time-0.3.30/src/date_time.rs:99:15 | 99 | pub trait NoMemoryOffset: MaybeOffset {} | ^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:21:11 | 21 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:32:11 | 32 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `openssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:35:7 | 35 | #[cfg(openssl)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(openssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `openssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:208:7 | 208 | #[cfg(openssl)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(openssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:112:11 | 112 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/lib.rs:126:15 | 126 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:37:15 | 37 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:37:24 | 37 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:43:15 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:43:24 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:49:15 | 49 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:49:24 | 49 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:55:15 | 55 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:55:24 | 55 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:61:15 | 61 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:61:24 | 61 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:67:15 | 67 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bio.rs:67:24 | 67 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bn.rs:8:7 | 8 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bn.rs:10:7 | 10 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bn.rs:12:7 | 12 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./bn.rs:14:7 | 14 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:3:7 | 3 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:5:7 | 5 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:7:7 | 7 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:9:7 | 9 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:11:7 | 11 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:13:7 | 13 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:15:7 | 15 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:17:7 | 17 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:19:7 | 19 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:21:7 | 21 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:23:7 | 23 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:25:7 | 25 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:27:7 | 27 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:29:7 | 29 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:31:7 | 31 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:33:7 | 33 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:35:7 | 35 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:37:7 | 37 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:39:7 | 39 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:41:7 | 41 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:43:7 | 43 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./cms.rs:45:7 | 45 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:60:7 | 60 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:71:11 | 71 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:82:7 | 82 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:93:11 | 93 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:99:11 | 99 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:101:11 | 101 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:103:11 | 103 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:105:11 | 105 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:17:14 | 17 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:27:14 | 27 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:109:14 | 109 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:112:21 | 112 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:119:18 | 119 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl271` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:119:27 | 119 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl271)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:6:15 | 6 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:12:15 | 12 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./dtls1.rs:4:14 | 4 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ec.rs:8:7 | 8 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./err.rs:11:14 | 11 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:13:7 | 13 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:15:11 | 15 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:15:20 | 15 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:17:11 | 17 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:17:20 | 17 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:19:7 | 19 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:21:7 | 21 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:25:7 | 25 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:27:7 | 27 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:30:7 | 30 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:118:11 | 118 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:127:11 | 127 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:136:7 | 136 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:200:7 | 200 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:203:7 | 203 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:206:7 | 206 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:209:7 | 209 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:212:7 | 212 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:215:7 | 215 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:218:7 | 218 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:221:7 | 221 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:224:11 | 224 | #[cfg(all(ossl111, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:224:24 | 224 | #[cfg(all(ossl111, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:236:11 | 236 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:236:24 | 236 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:248:11 | 248 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:248:24 | 248 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:264:11 | 264 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:264:24 | 264 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:280:11 | 280 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:280:24 | 280 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:296:15 | 296 | #[cfg(all(not(ossl300), not(boringssl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:296:29 | 296 | #[cfg(all(not(ossl300), not(boringssl)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:42:14 | 42 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:143:14 | 143 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./evp.rs:163:14 | 163 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/mod.rs:21:7 | 21 | #[cfg(libressl)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/mod.rs:57:7 | 57 | #[cfg(libressl)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/aes.rs:15:15 | 15 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:16:1 | 16 | stack!(stack_st_ASN1_OBJECT); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:50:15 | 50 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:50:24 | 50 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:19 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:32 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:43 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:71:11 | 71 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:91:11 | 91 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:95:11 | 95 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:110:82 | 110 | pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:110:91 | 110 | pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:111:55 | 111 | pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:111:64 | 111 | pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:112:57 | 112 | pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:112:66 | 112 | pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:113:48 | 113 | pub fn i2d_ASN1_TYPE(a: #[const_ptr_if(ossl300)] ASN1_TYPE, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:13:18 | 13 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:13:27 | 13 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:34:51 | 34 | pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:34:60 | 34 | pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:35:50 | 35 | pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:35:59 | 35 | pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:39:15 | 39 | #[cfg(not(osslconf = "OPENSSL_NO_STDIO"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_STDIO\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:41:15 | 41 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:41:24 | 41 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:43:15 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:43:24 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:45:15 | 45 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:45:24 | 45 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:55:50 | 55 | pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:55:59 | 55 | pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:56:56 | 56 | pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:56:65 | 56 | pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:61:15 | 61 | #[cfg(not(osslconf = "OPENSSL_NO_SOCK"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SOCK\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:64:15 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:64:24 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:66:15 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:66:24 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:72:15 | 72 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:72:24 | 72 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:78:15 | 78 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:78:24 | 78 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:84:15 | 84 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:84:24 | 84 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:90:15 | 90 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:90:24 | 90 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:96:15 | 96 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:96:24 | 96 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:102:15 | 102 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:102:24 | 102 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:154:18 | 154 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:154:27 | 154 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:6:11 | 6 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:10:15 | 10 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:13:15 | 13 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:16:11 | 16 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:18:11 | 18 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:20:11 | 20 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:26:15 | 26 | #[cfg(any(ossl110, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:26:24 | 26 | #[cfg(any(ossl110, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:33:15 | 33 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:33:24 | 33 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:35:15 | 35 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:35:24 | 35 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:78:11 | 78 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:136:15 | 136 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:143:15 | 143 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:7:11 | 7 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:14:54 | 14 | pub fn i2d_CMS_ContentInfo(a: #[const_ptr_if(ossl300)] CMS_ContentInfo, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:13:15 | 13 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:19:11 | 19 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:26:11 | 26 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:29:11 | 29 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:38:11 | 38 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:48:11 | 48 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:56:11 | 56 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:4:1 | 4 | stack!(stack_st_void); | --------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:7:18 | 7 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl271` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:7:27 | 7 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl271)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:60:14 | 60 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:21:15 | 21 | #[cfg(any(ossl110, libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:21:24 | 21 | #[cfg(any(ossl110, libressl))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:31:15 | 31 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:37:15 | 37 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:43:15 | 43 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:49:15 | 49 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:74:15 | 74 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:74:28 | 74 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:76:15 | 76 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:76:28 | 76 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:81:11 | 81 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:83:11 | 83 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:29:11 | 29 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:31:11 | 31 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:33:11 | 33 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:36:15 | 36 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:36:24 | 36 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:38:15 | 38 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:38:24 | 38 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:46:15 | 46 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:46:24 | 46 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:49:15 | 49 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:49:24 | 49 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:57:15 | 57 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:57:24 | 57 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:64:15 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:64:24 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:66:15 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:66:24 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:68:15 | 68 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:68:24 | 68 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:80:15 | 80 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:80:24 | 80 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:83:15 | 83 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:83:24 | 83 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:229:18 | 229 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:229:27 | 229 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:17:15 | 17 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:59:15 | 59 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:70:11 | 70 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:80:15 | 80 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:15 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:24 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:35 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:129:15 | 129 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:245:15 | 245 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:245:24 | 245 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:248:15 | 248 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:248:24 | 248 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:11:14 | 11 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:28:11 | 28 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:47:11 | 47 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:49:15 | 49 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:51:15 | 51 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:55:14 | 55 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:69:14 | 69 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:228:14 | 228 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:241:18 | 241 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:241:27 | 241 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:425:14 | 425 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:594:18 | 594 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:594:27 | 594 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:48:19 | 48 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:81:11 | 81 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:93:11 | 93 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:96:11 | 96 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:103:11 | 103 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:149:11 | 149 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:163:11 | 163 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:235:63 | 235 | pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:235:73 | 235 | pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:265:40 | 265 | sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:265:49 | 265 | sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:277:11 | 277 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:297:11 | 297 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:299:11 | 299 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:301:11 | 301 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:303:11 | 303 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:305:11 | 305 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:307:11 | 307 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:19 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:28 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:46 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM3\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:317:15 | 317 | #[cfg(not(osslconf = "OPENSSL_NO_RC4"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_RC4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:333:11 | 333 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:335:11 | 335 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:337:11 | 337 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:348:11 | 348 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:350:11 | 350 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:352:11 | 352 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:364:11 | 364 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:366:11 | 366 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:368:11 | 368 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:370:15 | 370 | #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:370:28 | 370 | #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:19 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl360` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:28 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl360)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:46 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:374:15 | 374 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:376:15 | 376 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:378:15 | 378 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:380:15 | 380 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:19 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:28 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:46 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:19 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:28 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:46 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:19 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:28 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:46 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:19 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:28 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:46 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:19 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:28 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:46 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:394:19 | 394 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:394:30 | 394 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:396:19 | 396 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:396:30 | 396 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:398:19 | 398 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:398:30 | 398 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:400:19 | 400 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:400:30 | 400 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:402:19 | 402 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:402:30 | 402 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:404:19 | 404 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:404:30 | 404 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:407:19 | 407 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:407:30 | 407 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:409:19 | 409 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:409:30 | 409 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:412:19 | 412 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:412:30 | 412 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:414:19 | 414 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(boringssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:414:30 | 414 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:417:15 | 417 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:437:62 | 437 | pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:437:71 | 437 | pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:439:72 | 439 | pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:439:81 | 439 | pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:438:27 | 438 | #[cfg(any(ossl110, libressl360))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl360` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:438:36 | 438 | #[cfg(any(ossl110, libressl360))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl360)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:455:15 | 455 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:455:24 | 455 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:488:11 | 488 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:515:11 | 515 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:527:11 | 527 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:535:11 | 535 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:589:54 | 589 | pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:589:63 | 589 | pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/hmac.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/hmac.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/kdf.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/object.rs:26:11 | 26 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/object.rs:28:11 | 28 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:17:40 | 17 | issuer: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:17:49 | 17 | issuer: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:16:41 | 16 | subject: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:16:50 | 16 | subject: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:54:52 | 54 | pub fn i2d_OCSP_RESPONSE(a: #[const_ptr_if(ossl300)] OCSP_RESPONSE, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:72:51 | 72 | pub fn i2d_OCSP_REQUEST(a: #[const_ptr_if(ossl300)] OCSP_REQUEST, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:15:71 | 15 | pub fn PEM_write_bio_X509(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:16:75 | 16 | pub fn PEM_write_bio_X509_REQ(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_REQ) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:17:75 | 17 | pub fn PEM_write_bio_X509_CRL(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_CRL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:22:34 | 22 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:20:33 | 20 | rsa: #[const_ptr_if(ossl300)] RSA, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:27:75 | 27 | pub fn PEM_write_bio_RSA_PUBKEY(bp: *mut BIO, rsa: #[const_ptr_if(ossl300)] RSA) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:32:34 | 32 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:30:33 | 30 | dsa: #[const_ptr_if(ossl300)] DSA, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:41:34 | 41 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:39:33 | 39 | key: #[const_ptr_if(ossl300)] EC_KEY, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:46:75 | 46 | pub fn PEM_write_bio_DSA_PUBKEY(bp: *mut BIO, dsa: #[const_ptr_if(ossl300)] DSA) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:51:34 | 51 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:49:34 | 49 | pkey: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:56:69 | 56 | pub fn PEM_write_bio_PUBKEY(bp: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:61:34 | 61 | kstr: #[const_ptr_if(ossl300)] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:59:34 | 59 | pkey: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:66:68 | 66 | pub fn PEM_write_bio_PKCS7(bp: *mut BIO, x: #[const_ptr_if(ossl300)] PKCS7) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:67:73 | 67 | pub fn PEM_write_bio_EC_PUBKEY(bp: *mut BIO, ec: #[const_ptr_if(ossl300)] EC_KEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:72:34 | 72 | kstr: #[const_ptr_if(ossl300)] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:70:31 | 70 | x: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:182:11 | 182 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:189:11 | 189 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:12:45 | 12 | pub fn i2d_PKCS12(a: #[const_ptr_if(ossl300)] PKCS12, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:40:47 | 40 | friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:40:56 | 40 | friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:39:38 | 39 | pass: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:39:47 | 39 | pass: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:51:62 | 51 | pub fn i2d_PKCS12_bio(b: *mut BIO, a: #[const_ptr_if(ossl300)] PKCS12) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:4:7 | 4 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:133:1 | 133 | stack!(stack_st_PKCS7_SIGNER_INFO); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:146:1 | 146 | stack!(stack_st_PKCS7_RECIP_INFO); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:26:11 | 26 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:90:11 | 90 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:129:11 | 129 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:142:11 | 142 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:154:44 | 154 | pub fn i2d_PKCS7(a: #[const_ptr_if(ossl300)] PKCS7, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:155:64 | 155 | pub fn i2d_PKCS7_bio(bio: *mut BIO, p7: #[const_ptr_if(ossl300)] PKCS7) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:253:32 | 253 | si: #[const_ptr_if(ossl300)] PKCS7_SIGNER_INFO, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/poly1305.rs:5:14 | 5 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:5:11 | 5 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:7:11 | 7 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:13:11 | 13 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:15:11 | 15 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rand.rs:6:11 | 6 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:20:15 | 20 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:20:24 | 20 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:22:15 | 22 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:22:24 | 22 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:24:15 | 24 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:24:24 | 24 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:31:15 | 31 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:31:24 | 31 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:38:15 | 38 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:38:24 | 38 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:40:15 | 40 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:40:24 | 40 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:48:15 | 48 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/safestack.rs:1:1 | 1 | stack!(stack_st_OPENSSL_STRING); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:5:18 | 5 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:29:18 | 29 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:37:18 | 37 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:61:18 | 61 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:70:18 | 70 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:95:18 | 95 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:156:7 | 156 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:171:7 | 171 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:182:7 | 182 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:366:11 | 366 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:408:7 | 408 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:598:7 | 598 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:878:11 | 878 | #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:7:18 | 7 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:7:27 | 7 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:9:21 | 9 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl251)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:33:21 | 33 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:133:1 | 133 | stack!(stack_st_SSL_CIPHER); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:141:1 | 141 | stack!(stack_st_SRTP_PROTECTION_PROFILE); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:198:14 | 198 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:204:21 | 204 | } else if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:228:18 | 228 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:228:27 | 228 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:260:18 | 260 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:260:27 | 260 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:440:14 | 440 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:451:14 | 451 | if #[cfg(libressl270)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:682:18 | 682 | if #[cfg(any(ossl110, libressl291))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:682:27 | 682 | if #[cfg(any(ossl110, libressl291))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:854:14 | 854 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:858:25 | 858 | } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:867:14 | 867 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:871:25 | 871 | } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:280:11 | 280 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:291:11 | 291 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:342:15 | 342 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:342:24 | 342 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:344:15 | 344 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:344:24 | 344 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:346:15 | 346 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:346:24 | 346 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:362:15 | 362 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:362:24 | 362 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:392:11 | 392 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:404:11 | 404 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:413:11 | 413 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:416:15 | 416 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:416:24 | 416 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:418:15 | 418 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:418:24 | 418 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:420:15 | 420 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:420:24 | 420 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:422:15 | 422 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:422:24 | 422 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:435:55 | 435 | pub fn SSL_is_init_finished(s: #[const_ptr_if(ossl111)] SSL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:434:15 | 434 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:465:15 | 465 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:465:24 | 465 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:475:88 | 475 | pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:475:97 | 475 | pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:479:11 | 479 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:482:11 | 482 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:484:11 | 484 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:491:15 | 491 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:491:24 | 491 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:493:15 | 493 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:493:24 | 493 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:523:15 | 523 | #[cfg(any(ossl110, libressl332))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:523:24 | 523 | #[cfg(any(ossl110, libressl332))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl332)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:529:15 | 529 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:536:15 | 536 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:536:24 | 536 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:539:15 | 539 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:539:24 | 539 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:541:15 | 541 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:541:24 | 541 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:545:15 | 545 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:545:24 | 545 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:551:50 | 551 | pub fn i2d_SSL_SESSION(s: #[const_ptr_if(ossl300)] SSL_SESSION, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:564:15 | 564 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:566:11 | 566 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:578:15 | 578 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:578:24 | 578 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:591:15 | 591 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:591:24 | 591 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:594:15 | 594 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:594:24 | 594 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:602:11 | 602 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:608:11 | 608 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:610:11 | 610 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:612:11 | 612 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:614:11 | 614 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:616:11 | 616 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:618:11 | 618 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:623:11 | 623 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:629:11 | 629 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:639:11 | 639 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:644:15 | 644 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:644:24 | 644 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:651:11 | 651 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:664:15 | 664 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:664:24 | 664 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:738:55 | 738 | pub fn SSL_get_ssl_method(ssl: #[const_ptr_if(ossl111b)] SSL) -> *const SSL_METHOD; | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:746:15 | 746 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:759:59 | 759 | pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:759:68 | 759 | pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:764:15 | 764 | #[cfg(any(ossl102, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:764:24 | 764 | #[cfg(any(ossl102, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:766:15 | 766 | #[cfg(any(ossl102, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:766:24 | 766 | #[cfg(any(ossl102, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:777:11 | 777 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:780:15 | 780 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:780:24 | 780 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:782:15 | 782 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:782:24 | 782 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:784:15 | 784 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:784:24 | 784 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:793:15 | 793 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:805:15 | 805 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:835:15 | 835 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:843:15 | 843 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:885:15 | 885 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:885:24 | 885 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:887:15 | 887 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:887:24 | 887 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111c` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:894:55 | 894 | pub fn SSL_session_reused(ssl: #[const_ptr_if(ossl111c)] SSL) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111c)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:893:15 | 893 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110f` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:901:52 | 901 | pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110f)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:901:62 | 901 | pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:900:19 | 900 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:900:28 | 900 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:906:11 | 906 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:911:11 | 911 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:914:11 | 914 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:917:11 | 917 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:919:15 | 919 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:919:28 | 919 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:922:11 | 922 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:924:15 | 924 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:924:28 | 924 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/stack.rs:4:14 | 4 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/stack.rs:19:14 | 19 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/tls1.rs:18:11 | 18 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:469:7 | 469 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1091:7 | 1091 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1094:7 | 1094 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:30:18 | 30 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:30:27 | 30 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:56:18 | 56 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:56:27 | 56 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:76:18 | 76 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:76:27 | 76 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:107:18 | 107 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:107:27 | 107 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:131:18 | 131 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:131:27 | 131 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:147:18 | 147 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:147:27 | 147 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:176:18 | 176 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:176:27 | 176 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:205:18 | 205 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:205:27 | 205 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:207:21 | 207 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:271:18 | 271 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:271:27 | 271 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:273:21 | 273 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:332:14 | 332 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:343:1 | 343 | stack!(stack_st_X509_ALGOR); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:350:18 | 350 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:350:27 | 350 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:388:18 | 388 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:388:27 | 388 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:390:21 | 390 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl251)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:403:21 | 403 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:434:18 | 434 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:434:27 | 434 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:474:18 | 474 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:474:27 | 474 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:476:21 | 476 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl251)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:508:21 | 508 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:776:18 | 776 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:776:27 | 776 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:778:21 | 778 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl251)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:795:21 | 795 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1039:18 | 1039 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1039:27 | 1039 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1073:18 | 1073 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1073:27 | 1073 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1075:21 | 1075 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:463:11 | 463 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:650:11 | 650 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:650:20 | 650 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:12:1 | 12 | stack!(stack_st_X509_NAME_ENTRY); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:14:1 | 14 | stack!(stack_st_X509_NAME); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:18:1 | 18 | stack!(stack_st_X509_EXTENSION); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:22:1 | 22 | stack!(stack_st_X509_ATTRIBUTE); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:25:18 | 25 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:25:27 | 25 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:40:18 | 40 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:40:27 | 40 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:64:1 | 64 | stack!(stack_st_X509_CRL); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:67:18 | 67 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:67:27 | 67 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:85:18 | 85 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:85:27 | 85 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:100:1 | 100 | stack!(stack_st_X509_REVOKED); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:103:18 | 103 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:103:27 | 103 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:117:18 | 117 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:117:27 | 117 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:137:1 | 137 | stack!(stack_st_X509); | --------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:139:1 | 139 | stack!(stack_st_X509_OBJECT); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:141:1 | 141 | stack!(stack_st_X509_LOOKUP); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:332:18 | 332 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:332:27 | 332 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:466:18 | 466 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:466:27 | 466 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:656:18 | 656 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:656:27 | 656 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl390` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:689:14 | 689 | if #[cfg(libressl390)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl390)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:160:60 | 160 | pub fn i2d_X509_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:161:64 | 161 | pub fn i2d_X509_REQ_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509_REQ) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:162:66 | 162 | pub fn i2d_PrivateKey_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:163:62 | 163 | pub fn i2d_PUBKEY_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:165:45 | 165 | pub fn i2d_PUBKEY(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:166:49 | 166 | pub fn i2d_RSA_PUBKEY(k: #[const_ptr_if(ossl300)] RSA, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:167:49 | 167 | pub fn i2d_DSA_PUBKEY(a: #[const_ptr_if(ossl300)] DSA, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:168:49 | 168 | pub fn i2d_PrivateKey(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:169:56 | 169 | pub fn i2d_ECPrivateKey(ec_key: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:170:48 | 170 | pub fn i2d_EC_PUBKEY(a: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:197:37 | 197 | alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:197:46 | 197 | alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:196:44 | 196 | ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:196:53 | 196 | ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:194:44 | 194 | paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:194:53 | 194 | paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:192:19 | 192 | #[cfg(any(ossl102, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:192:28 | 192 | #[cfg(any(ossl102, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:215:53 | 215 | pub fn X509_REVOKED_dup(rev: #[const_ptr_if(ossl300)] X509_REVOKED) -> *mut X509_REVOKED; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:214:19 | 214 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:214:28 | 214 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:228:51 | 228 | pub fn i2d_X509_REVOKED(x: #[const_ptr_if(ossl300)] X509_REVOKED, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:242:47 | 242 | pub fn i2d_X509_CRL(x: #[const_ptr_if(ossl300)] X509_CRL, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:244:47 | 244 | pub fn X509_CRL_dup(x: #[const_ptr_if(ossl300)] X509_CRL) -> *mut X509_CRL; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:243:19 | 243 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:243:28 | 243 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:259:47 | 259 | pub fn i2d_X509_REQ(x: #[const_ptr_if(ossl300)] X509_REQ, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:264:43 | 264 | palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:264:52 | 264 | palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:263:43 | 263 | psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:263:52 | 263 | psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:261:19 | 261 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:261:28 | 261 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:269:47 | 269 | pub fn X509_REQ_dup(x: #[const_ptr_if(ossl300)] X509_REQ) -> *mut X509_REQ; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:268:19 | 268 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:268:28 | 268 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:273:11 | 273 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:289:43 | 289 | pub fn i2d_X509(x: #[const_ptr_if(ossl300)] X509, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:291:48 | 291 | pub fn X509_NAME_dup(x: #[const_ptr_if(ossl300)] X509_NAME) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:290:19 | 290 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:290:28 | 290 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:293:43 | 293 | pub fn X509_dup(x: #[const_ptr_if(ossl300)] X509) -> *mut X509; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:292:19 | 292 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:292:28 | 292 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:297:36 | 297 | ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:297:45 | 297 | ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY, | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:294:19 | 294 | #[cfg(any(ossl101, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:294:28 | 294 | #[cfg(any(ossl101, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:310:11 | 310 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:317:72 | 317 | pub fn X509_set_issuer_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:326:59 | 326 | pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:326:68 | 326 | pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:327:73 | 327 | pub fn X509_set_subject_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:328:60 | 328 | pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:328:69 | 328 | pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:345:15 | 345 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:345:24 | 345 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:348:15 | 348 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:348:24 | 348 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:353:83 | 353 | pub fn X509_REQ_set_subject_name(req: *mut X509_REQ, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:363:81 | 363 | pub fn X509_REQ_add_extensions(req: *mut X509_REQ, exts: #[const_ptr_if(ossl300)] stack_st_X509_EXTENSION) | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:397:15 | 397 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:397:24 | 397 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:399:15 | 399 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:399:24 | 399 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:401:15 | 401 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:401:24 | 401 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl273)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:404:15 | 404 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:404:24 | 404 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:406:15 | 406 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:406:24 | 406 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:408:15 | 408 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:408:24 | 408 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:433:36 | 433 | serial: #[const_ptr_if(ossl300)] ASN1_INTEGER, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:439:15 | 439 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:439:24 | 439 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:441:15 | 441 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:441:24 | 441 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:443:15 | 443 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:443:24 | 443 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:445:15 | 445 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:445:24 | 445 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl281)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:448:11 | 448 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:455:82 | 455 | pub fn X509_CRL_set_issuer_name(crl: *mut X509_CRL, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:461:15 | 461 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:461:24 | 461 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:482:60 | 482 | pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:482:69 | 482 | pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:483:65 | 483 | pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:483:74 | 483 | pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:484:58 | 484 | pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:484:67 | 484 | pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:489:39 | 489 | bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:489:48 | 489 | bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:494:48 | 494 | pub fn i2d_X509_NAME(n: #[const_ptr_if(ossl300)] X509_NAME, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:495:66 | 495 | pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:495:75 | 495 | pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:496:64 | 496 | pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:496:73 | 496 | pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:588:55 | 588 | pub fn i2d_X509_EXTENSION(ext: #[const_ptr_if(ossl300)] X509_EXTENSION, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:595:57 | 595 | pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:595:66 | 595 | pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:596:58 | 596 | pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:596:67 | 596 | pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:112 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:121 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:58 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:67 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:598:63 | 598 | pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:598:72 | 598 | pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:599:51 | 599 | pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:599:60 | 599 | pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:601:35 | 601 | x: #[const_ptr_if(any(ossl110, libressl280))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:601:44 | 601 | x: #[const_ptr_if(any(ossl110, libressl280))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:607:61 | 607 | pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:607:70 | 607 | pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:608:62 | 608 | pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:608:71 | 608 | pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:120 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:129 | 609 | ...0, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:62 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:71 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:610:67 | 610 | pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:610:76 | 610 | pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:611:55 | 611 | pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:611:64 | 611 | pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:613:35 | 613 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:613:44 | 613 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:619:65 | 619 | pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:619:74 | 619 | pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:620:66 | 620 | pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:620:75 | 620 | pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:128 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:137 | 621 | ...ibressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:66 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:75 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:622:71 | 622 | ... pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:622:80 | 622 | ... pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:623:59 | 623 | pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:623:68 | 623 | pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:625:35 | 625 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:625:44 | 625 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:631:97 | 631 | ... pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:631:106 | 631 | ... pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:633:99 | 633 | ... pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:633:108 | 633 | ... pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:634:91 | 634 | pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:634:100 | 634 | pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:635:67 | 635 | pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:635:76 | 635 | pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:646:60 | 646 | pub fn X509_STORE_get0_objects(ctx: #[const_ptr_if(ossl300)] X509_STORE) -> *mut stack_st_X509_OBJECT; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:645:19 | 645 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:645:28 | 645 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:708:68 | 708 | pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:708:77 | 708 | pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:768:38 | 768 | attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.1.0 | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:768:47 | 768 | attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.1.0 | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:770:53 | 770 | pub fn i2d_X509_ATTRIBUTE(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:771:53 | 771 | pub fn X509_ATTRIBUTE_dup(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE) -> *mut X509_ATTRIBUTE; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:11 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:25 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:38 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:74:18 | 74 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:74:27 | 74 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:8:11 | 8 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:58:81 | 58 | pub fn X509_STORE_set1_param(store: *mut X509_STORE, pm: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:64:63 | 64 | pub fn X509_STORE_CTX_get_ex_data(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX, idx: c_int) -> *mut c_void; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:65:61 | 65 | pub fn X509_STORE_CTX_get_error(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:66:67 | 66 | pub fn X509_STORE_CTX_get_error_depth(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:67:68 | 67 | pub fn X509_STORE_CTX_get_current_cert(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut X509; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:77:70 | 77 | pub fn X509_STORE_CTX_get0_chain(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut stack_st_X509; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:88:15 | 88 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:88:24 | 88 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:90:15 | 90 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:90:24 | 90 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:93:15 | 93 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:93:24 | 93 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:95:15 | 95 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:95:24 | 95 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:98:15 | 98 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:98:24 | 98 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:101:15 | 101 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:101:24 | 101 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:107:66 | 107 | pub fn X509_VERIFY_PARAM_get_flags(param: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_ulong; | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:106:19 | 106 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:106:28 | 106 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:112:15 | 112 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:112:24 | 112 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:118:15 | 118 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:118:24 | 118 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:120:15 | 120 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:120:24 | 120 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:126:15 | 126 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:126:24 | 126 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:132:11 | 132 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:134:11 | 134 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:136:11 | 136 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:22:1 | 22 | stack!(stack_st_ACCESS_DESCRIPTION); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:142:1 | 142 | stack!(stack_st_DIST_POINT); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:45:39 | 45 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:45:48 | 45 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:51:39 | 51 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:51:48 | 51 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:50:38 | 50 | name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:50:47 | 50 | name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:77:35 | 77 | x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:77:44 | 77 | x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:138 | 82 | ...f(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent:... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:147 | 82 | ...10, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent: c_int) -> ... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:81 | 82 | ... pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os... | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:90 | 82 | ... pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:104:11 | 104 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:106:11 | 106 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:108:11 | 108 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:110:11 | 110 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:112:11 | 112 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:114:11 | 114 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111d` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:116:11 | 116 | #[cfg(ossl111d)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111d)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111d` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:118:11 | 118 | #[cfg(ossl111d)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111d)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:97:7 | 97 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:99:7 | 99 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:101:7 | 101 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:921:7 | 921 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:923:7 | 923 | #[cfg(libressl370)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:925:7 | 925 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:927:7 | 927 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:929:7 | 929 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:931:7 | 931 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:933:7 | 933 | #[cfg(libressl370)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:935:7 | 935 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:937:7 | 937 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:939:7 | 939 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:941:7 | 941 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:943:7 | 943 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:945:7 | 945 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:947:7 | 947 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:949:7 | 949 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:951:7 | 951 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:953:7 | 953 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:955:7 | 955 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:957:7 | 957 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:959:7 | 959 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:961:7 | 961 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:963:7 | 963 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:965:7 | 965 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:967:7 | 967 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:969:7 | 969 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:971:7 | 971 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:973:7 | 973 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl291)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:975:7 | 975 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:977:7 | 977 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:979:7 | 979 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:981:7 | 981 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:983:7 | 983 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:985:7 | 985 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:15 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:24 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:33 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:55:11 | 55 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:55:20 | 55 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl310)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:67:11 | 67 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:67:20 | 67 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl310)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:90:11 | 90 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:90:20 | 90 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl310)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:92:11 | 92 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:92:20 | 92 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl310)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:96:11 | 96 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:9:18 | 9 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./sha.rs:5:11 | 5 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./sha.rs:8:11 | 8 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./sha.rs:66:11 | 66 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./sha.rs:12:14 | 12 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./sha.rs:70:14 | 70 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./srtp.rs:11:7 | 11 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./srtp.rs:13:7 | 13 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:6:11 | 6 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:9:11 | 9 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:11:11 | 11 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:14:11 | 14 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:16:11 | 16 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:25:7 | 25 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:28:7 | 28 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:31:7 | 31 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:34:7 | 34 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:37:7 | 37 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:40:7 | 40 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:43:7 | 43 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:45:7 | 45 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:48:7 | 48 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:50:7 | 50 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:52:7 | 52 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:54:7 | 54 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:56:7 | 56 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:58:7 | 58 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:60:7 | 60 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:83:7 | 83 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:110:7 | 110 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:112:7 | 112 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:144:11 | 144 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:144:20 | 144 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110h` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:147:7 | 147 | #[cfg(ossl110h)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110h)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:238:7 | 238 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:240:7 | 240 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:242:7 | 242 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:249:7 | 249 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:282:7 | 282 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:313:7 | 313 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:11 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:25 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:38 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:11 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:25 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:38 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:11 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:25 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:38 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:342:7 | 342 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:344:11 | 344 | #[cfg(any(ossl111, libressl252))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl252` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:344:20 | 344 | #[cfg(any(ossl111, libressl252))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl252)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:11 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:25 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:38 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:348:7 | 348 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:350:7 | 350 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:352:7 | 352 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:354:11 | 354 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:354:20 | 354 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:356:11 | 356 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:356:20 | 356 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:358:11 | 358 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110g)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:358:21 | 358 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:360:11 | 360 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110g)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:360:21 | 360 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl270)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:390:7 | 390 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:395:7 | 395 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:417:7 | 417 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:422:7 | 422 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:11 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:25 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:38 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:11 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:25 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:38 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:510:7 | 510 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:512:7 | 512 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:514:7 | 514 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:517:11 | 517 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:517:20 | 517 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:519:11 | 519 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:519:20 | 519 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:521:11 | 521 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:521:20 | 521 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:623:11 | 623 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:628:7 | 628 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:630:7 | 630 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111b)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:64:14 | 64 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:77:14 | 77 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:79:25 | 79 | } else if #[cfg(any(ossl102, libressl))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:79:34 | 79 | } else if #[cfg(any(ossl102, libressl))] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:92:14 | 92 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:101:14 | 101 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:117:14 | 117 | if #[cfg(libressl280)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:125:14 | 125 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:136:14 | 136 | if #[cfg(ossl102)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:139:21 | 139 | } else if #[cfg(libressl332)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl332)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:151:14 | 151 | if #[cfg(ossl111)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:158:21 | 158 | } else if #[cfg(ossl102)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:165:14 | 165 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:173:14 | 173 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110f` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:178:21 | 178 | } else if #[cfg(ossl110f)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110f)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:184:21 | 184 | } else if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:186:21 | 186 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:194:14 | 194 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:205:21 | 205 | } else if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl101)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:224:15 | 224 | #[cfg(libressl261)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:226:19 | 226 | #[cfg(not(libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:253:18 | 253 | if #[cfg(not(ossl110))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:401:14 | 401 | if #[cfg(ossl111)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:410:21 | 410 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl251)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:453:14 | 453 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:493:14 | 493 | if #[cfg(ossl110g)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110g)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:525:14 | 525 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:538:14 | 538 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:580:15 | 580 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:590:15 | 590 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:608:15 | 608 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:608:24 | 608 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:10:11 | 10 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl111)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:10:20 | 10 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl340)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:14:11 | 14 | #[cfg(any(ossl102, libressl332))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:14:20 | 14 | #[cfg(any(ossl102, libressl332))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl332)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./types.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./types.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl280)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509.rs:10:22 | 10 | if #[cfg(not(any(ossl110, libressl350)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509.rs:10:31 | 10 | if #[cfg(not(any(ossl110, libressl350)))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl350)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102f` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:6:7 | 6 | #[cfg(ossl102f)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102f)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:67:7 | 67 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:69:7 | 69 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:71:7 | 71 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:73:7 | 73 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:75:7 | 75 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:77:7 | 77 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:79:7 | 79 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:81:7 | 81 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:83:7 | 83 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:100:7 | 100 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:103:15 | 103 | #[cfg(not(any(ossl110, libressl370)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:103:24 | 103 | #[cfg(not(any(ossl110, libressl370)))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:105:11 | 105 | #[cfg(any(ossl110, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:105:20 | 105 | #[cfg(any(ossl110, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl370)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:121:7 | 121 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:123:7 | 123 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:125:7 | 125 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:127:7 | 127 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:129:7 | 129 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:131:7 | 131 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:133:7 | 133 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:31:14 | 31 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl300)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:86:14 | 86 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102h` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:94:21 | 94 | } else if #[cfg(ossl102h)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102h)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:24:11 | 24 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:24:20 | 24 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:26:11 | 26 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:26:20 | 26 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:28:11 | 28 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:28:20 | 28 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:30:11 | 30 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:30:20 | 30 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:32:11 | 32 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:32:20 | 32 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:34:7 | 34 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:58:11 | 58 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl102)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:58:20 | 58 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libressl261)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:80:7 | 80 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:12:1 | 12 | stack!(stack_st_GENERAL_NAME); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(ossl110)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling gix-date v0.8.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_date CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-date CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project parsing dates the way git does' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-date CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-date LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_date --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-date/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=2abe22cd2ef0241d -C extra-filename=-2abe22cd2ef0241d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-5fa4cd29e88a9a9a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `openssl-sys` (lib) generated 1062 warnings Compiling gix-actor v0.30.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_actor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-actor CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A way to identify git actors' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-actor CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.30.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-actor LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_actor --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-actor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "gix-features", "serde"))' -C metadata=07f64061a7a09dca -C extra-filename=-07f64061a7a09dca --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern btoi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbtoi-493e46e547b1c553.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-30711f802eebdac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/sfparse.o" "-c" "nghttp2/lib/sfparse.c" Compiling gix-object v0.41.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-object CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Immutable and mutable git objects with decoding and encoding support' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-object CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.41.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=41 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-object LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_object --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-object/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde", "verbose-object-parsing-errors"))' -C metadata=d23c502343b8c307 -C extra-filename=-d23c502343b8c307 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern btoi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbtoi-493e46e547b1c553.rmeta --extern gix_actor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-07f64061a7a09dca.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-e09a695e76187d7c.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-30711f802eebdac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling curl-sys v0.4.72+curl-8.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.72+curl-8.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=72 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=b8fb2521bcb034ef -C extra-filename=-b8fb2521bcb034ef --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-sys-b8fb2521bcb034ef -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling base64ct v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=base64ct CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64ct CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64ct CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/base64ct' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64ct LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name base64ct --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64ct/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=bff8308af242aeb7 -C extra-filename=-bff8308af242aeb7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-commitgraph v0.24.0 Compiling gix-quote v0.4.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_commitgraph CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-commitgraph CARGO_PKG_AUTHORS='Conor Davis :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Read-only access to the git commitgraph file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-commitgraph CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.24.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-commitgraph LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_commitgraph --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-commitgraph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=b5b8485c79ec9815 -C extra-filename=-b5b8485c79ec9815 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_chunk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_chunk-e47bebb1271bf11f.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-a268fe38d8edf279.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-quote CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with various quotations used by git' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-quote CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-quote LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_quote --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88806ac2236b5a24 -C extra-filename=-88806ac2236b5a24 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern btoi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbtoi-493e46e547b1c553.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pem-rfc7468 v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pem_rfc7468 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pem-rfc7468 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. Provides a no_std-friendly, constant-time implementation suitable for use with cryptographic private keys. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pem-rfc7468 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/pem-rfc7468' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pem-rfc7468 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pem_rfc7468 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pem-rfc7468/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2d89e4016da7554c -C extra-filename=-2d89e4016da7554c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base64ct=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64ct-bff8308af242aeb7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling log v0.4.20 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=ccef7569b9f8deb5 -C extra-filename=-ccef7569b9f8deb5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:331:13 | 331 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log-0.4.20/src/lib.rs:332:13 | 332 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `log` (lib) generated 2 warnings Compiling gix-revwalk v0.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_revwalk CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revwalk CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate providing utilities for walking the revision graph' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-revwalk CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revwalk LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_revwalk --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revwalk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d46e16d9465f58d -C extra-filename=-1d46e16d9465f58d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_commitgraph=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-b5b8485c79ec9815.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-edbd42c6d570029b.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling der v0.7.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=der CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/der CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=der CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/der' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/der LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name der --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/der/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=204fa04f25befde0 -C extra-filename=-204fa04f25befde0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern const_oid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libconst_oid-4686cee94601e5c6.rmeta --extern pem_rfc7468=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpem_rfc7468-2d89e4016da7554c.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-glob v0.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_glob CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-glob CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with pattern matching' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-glob CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-glob LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_glob --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-glob/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=9ef18dcfef0b6be3 -C extra-filename=-9ef18dcfef0b6be3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bigint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/der/src/lib.rs:373:7 | 373 | #[cfg(feature = "bigint")] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `bytes`, `derive`, `flagset`, `oid`, `pem`, `real`, `std`, `time`, `zeroize` = help: consider adding `bigint` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling gix-config-value v0.14.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_config_value CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config-value CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project providing git-config value parsing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-config-value CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.14.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config-value LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_config_value --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=7d54ef6e1a85871b -C extra-filename=-7d54ef6e1a85871b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-bom v2.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_bom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bom CARGO_PKG_AUTHORS='Phil Booth ' CARGO_PKG_DESCRIPTION='Unicode byte-order mark detection for files and byte arrays.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/philbooth/unicode-bom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2c78c7ed883ad60 -C extra-filename=-b2c78c7ed883ad60 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-lock v13.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_lock CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-lock CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A git-style lock-file implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=13.0.0 CARGO_PKG_VERSION_MAJOR=13 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-lock LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_lock --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-lock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5555f3bce1d531f4 -C extra-filename=-5555f3bce1d531f4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-483a6b54132e526c.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling hmac v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hmac CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hmac CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Generic implementation of Hash-based Message Authentication Code (HMAC)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hmac CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/MACs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hmac LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hmac --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hmac/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="reset"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=db8f1f9f464ba8ce -C extra-filename=-db8f1f9f464ba8ce --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-sec v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_sec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-sec CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project providing a shared trust model' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-sec CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-sec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_sec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-sec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=90221137f94e91c7 -C extra-filename=-90221137f94e91c7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling libssh2-sys v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=86d7f28884d6f73d -C extra-filename=-86d7f28884d6f73d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libssh2-sys-86d7f28884d6f73d -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling spki v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=spki CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/spki CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spki CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/spki' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/spki LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name spki --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/spki/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=391af627b3bb853b -C extra-filename=-391af627b3bb853b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-204fa04f25befde0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling openssl-probe v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-probe CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-probe LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name openssl_probe --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/openssl-probe/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f934a1b6fea86f1e -C extra-filename=-f934a1b6fea86f1e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling shell-words v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=shell_words CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-words CARGO_PKG_AUTHORS='Tomasz Miąsko ' CARGO_PKG_DESCRIPTION='Process command line according to parsing rules of UNIX shell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shell-words CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tmiasko/shell-words' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-words LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name shell_words --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-words/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c31335bcd6311bb1 -C extra-filename=-c31335bcd6311bb1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling curl v0.4.46 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=b4c1f716f5626047 -C extra-filename=-b4c1f716f5626047 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-b4c1f716f5626047 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling static_assertions v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/static_assertions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d6169da43b6a3d10 -C extra-filename=-d6169da43b6a3d10 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_json v1.0.114 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=d7f2984feda4743c -C extra-filename=-d7f2984feda4743c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-d7f2984feda4743c -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling syn v1.0.109 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=ba7bbbfc8b9619e7 -C extra-filename=-ba7bbbfc8b9619e7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-ba7bbbfc8b9619e7 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling kstring v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=kstring CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/kstring CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Key String: optimized for map keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kstring CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cobalt-org/kstring' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/kstring LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name kstring --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/kstring/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unsafe"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc", "default", "document-features", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=f01477799a50f696 -C extra-filename=-f01477799a50f696 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern static_assertions=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstatic_assertions-d6169da43b6a3d10.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `safe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/kstring/src/lib.rs:39:13 | 39 | #![cfg_attr(feature = "safe", forbid(unsafe_code))] | ^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `arc`, `default`, `document-features`, `max_inline`, `serde`, `std`, `unsafe`, `unstable_bench_subset` = help: consider adding `safe` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RAW_VALUE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-e41f12a852228c8f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-d7f2984feda4743c/build-script-build` [serde_json 1.0.114] cargo:rerun-if-changed=build.rs [serde_json 1.0.114] cargo:rustc-cfg=limb_width_64 Compiling gix-command v0.3.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_command CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-command CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project handling internal git command execution' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-command CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-command LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_command --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-command/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58e79970f0c99ba5 -C extra-filename=-58e79970f0c99ba5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern shell_words=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_words-c31335bcd6311bb1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `kstring` (lib) generated 1 warning Compiling pkcs8 v0.10.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pkcs8 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkcs8 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkcs8 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/pkcs8' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkcs8 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pkcs8 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pkcs8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=d09c4990f4364189 -C extra-filename=-d09c4990f4364189 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-204fa04f25befde0.rmeta --extern spki=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libspki-391af627b3bb853b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_FULL=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_FEATURE_VISIT_MUT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-fcb07610ed67f2fa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-ba7bbbfc8b9619e7/build-script-build` [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys CARGO_MANIFEST_LINKS=ssh2 CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=3090000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libssh2-sys-2c84346a44090a33/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libssh2-sys-86d7f28884d6f73d/build-script-build` [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_NO_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=SYSROOT [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rustc-link-search=native=/usr/local/lib [libssh2-sys 0.3.0] cargo:rustc-link-lib=ssh2 [libssh2-sys 0.3.0] cargo:rustc-link-lib=ssl [libssh2-sys 0.3.0] cargo:rustc-link-lib=crypto [libssh2-sys 0.3.0] cargo:rustc-link-lib=z [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:include=/usr/local/include Compiling ff v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ff CARGO_PKG_AUTHORS='Sean Bowe :Jack Grigg ' CARGO_PKG_DESCRIPTION='Library for building and interfacing with finite fields' CARGO_PKG_HOMEPAGE='https://github.com/zkcrypto/ff' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkcrypto/ff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ff --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=24d4cb709e137471 -C extra-filename=-24d4cb709e137471 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-core v0.1.32 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=65a5d57a41a639de -C extra-filename=-65a5d57a41a639de --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/lib.rs:138:5 | 138 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:374:11 | 374 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:719:11 | 719 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:722:11 | 722 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:730:11 | 730 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:733:11 | 733 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling memoffset v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=52fe6239fe585ecd -C extra-filename=-52fe6239fe585ecd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memoffset-52fe6239fe585ecd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-19d8617034a17251.rlib --cap-lints warn -Z binary-dep-depinfo` warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core/src/dispatcher.rs:458:9 | 458 | &GLOBAL_DISPATCH | ^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see issue #114447 = note: this will be a hard error in the 2024 edition = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior = note: `#[warn(static_mut_refs)]` on by default help: use `addr_of!` instead to create a raw pointer | 458 | addr_of!(GLOBAL_DISPATCH) | Compiling socket2 v0.5.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/socket2 CARGO_PKG_AUTHORS='Alex Crichton :Thomas de Zeeuw ' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration possible intended. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/socket2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/socket2' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/socket2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name socket2 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/socket2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=2900003886c8f973 -C extra-filename=-2900003886c8f973 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7225bcefca31bb17 -C extra-filename=-7225bcefca31bb17 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling base16ct v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=base16ct CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base16ct CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/base16ct' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name base16ct --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=bc1ab89493f8e6a5 -C extra-filename=-bc1ab89493f8e6a5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/upper.rs:49:14 | 49 | unsafe { crate::String::from_utf8_unchecked(dst) } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/lib.rs:13:5 | 13 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 49 - unsafe { crate::String::from_utf8_unchecked(dst) } 49 + unsafe { String::from_utf8_unchecked(dst) } | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/error.rs:28:22 | 28 | impl From for core::fmt::Error { | ^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 28 - impl From for core::fmt::Error { 28 + impl From for fmt::Error { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/error.rs:29:26 | 29 | fn from(_: Error) -> core::fmt::Error { | ^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 29 - fn from(_: Error) -> core::fmt::Error { 29 + fn from(_: Error) -> fmt::Error { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base16ct/src/error.rs:30:9 | 30 | core::fmt::Error::default() | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 30 - core::fmt::Error::default() 30 + fmt::Error::default() | Compiling ryu v1.0.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.16 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ryu-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=09d18231c05e50d1 -C extra-filename=-09d18231c05e50d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `base16ct` (lib) generated 4 warnings Compiling sec1 v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sec1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sec1 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sec1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/sec1' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sec1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sec1 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sec1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=52b6db757b0b0975 -C extra-filename=-52b6db757b0b0975 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base16ct=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase16ct-bc1ab89493f8e6a5.rmeta --extern der=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-204fa04f25befde0.rmeta --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-ce24c7856e231e38.rmeta --extern pkcs8=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpkcs8-d09c4990f4364189.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sec1/src/private_key.rs:101:28 | 101 | return Err(der::Tag::Integer.value_error()); | ^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sec1/src/lib.rs:14:5 | 14 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 101 - return Err(der::Tag::Integer.value_error()); 101 + return Err(Tag::Integer.value_error()); | Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-e41f12a852228c8f/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=7fd82b51a544b9b0 -C extra-filename=-7fd82b51a544b9b0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-09d18231c05e50d1.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg limb_width_64` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/memoffset-1b597b726c627a18/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/memoffset-52fe6239fe585ecd/build-script-build` [memoffset 0.9.0] cargo:rustc-cfg=tuple_ty [memoffset 0.9.0] cargo:rustc-cfg=allow_clippy [memoffset 0.9.0] cargo:rustc-cfg=maybe_uninit [memoffset 0.9.0] cargo:rustc-cfg=doctests [memoffset 0.9.0] cargo:rustc-cfg=raw_ref_macros [memoffset 0.9.0] cargo:rustc-cfg=stable_const Compiling group v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=group CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/group CARGO_PKG_AUTHORS='Sean Bowe :Jack Grigg ' CARGO_PKG_DESCRIPTION='Elliptic curve group traits and utilities' CARGO_PKG_HOMEPAGE='https://github.com/zkcrypto/group' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=group CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkcrypto/group' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/group LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name group --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/group/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=0f4101b9a18fdacf -C extra-filename=-0f4101b9a18fdacf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libff-24d4cb709e137471.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-core` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-fcb07610ed67f2fa/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=822b022aaad1202b -C extra-filename=-822b022aaad1202b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg syn_disable_nightly_tests` Compiling gix-attributes v0.22.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-attributes CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing .gitattributes files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-attributes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_attributes --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=e862604d198df601 -C extra-filename=-e862604d198df601 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-88806ac2236b5a24.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern kstring=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libkstring-f01477799a50f696.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-b2c78c7ed883ad60.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `time` (lib) generated 5 warnings Compiling hkdf v0.12.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hkdf CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hkdf CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='HMAC-based Extract-and-Expand Key Derivation Function (HKDF)' CARGO_PKG_HOMEPAGE='https://github.com/RustCrypto/KDFs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hkdf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/KDFs/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hkdf LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hkdf --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hkdf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f8ee9e540abb9ccb -C extra-filename=-f8ee9e540abb9ccb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hmac=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-db8f1f9f464ba8ce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:254:13 | 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:434:12 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:455:12 | 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:959:12 | 959 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:136:12 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:569:12 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:881:11 | 881 | #[cfg(not(syn_omit_await_from_token_macro))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:883:7 | 883 | #[cfg(syn_omit_await_from_token_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:271:24 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:275:24 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:317:24 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:444:24 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:452:24 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling gix-url v0.27.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-url CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing parsing and serialization of gix-url' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-url CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.27.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=27 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-url LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_url --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-url/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=86b680e720690376 -C extra-filename=-86b680e720690376 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-6632c0b84f26917f.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:503:24 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:507:24 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:336:1 | 336 | / ast_enum_of_structs! { 337 | | /// Content of a compile-time structured attribute. 338 | | /// 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 369 | | } 370 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:377:16 | 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// Element of a compile-time attribute list. 414 | | /// 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 425 | | } 426 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:565:16 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:25:1 | 25 | / ast_enum_of_structs! { 26 | | /// Data stored within an enum variant or struct. 27 | | /// 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:185:16 | 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:173:1 | 173 | / ast_enum_of_structs! { 174 | | /// The visibility level of an item: inherited or `pub` or 175 | | /// `pub(restricted)`. 176 | | /// ... | 199 | | } 200 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:230:16 | 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:299:20 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:315:20 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:423:16 | 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:445:16 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:90:20 | 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust expression. 16 | | /// 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 249 | | } 250 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:307:16 | 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:387:16 | 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:400:16 | 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:508:16 | 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:547:16 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:558:16 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:572:16 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:643:16 | 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:723:16 | 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:999:16 | 999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1021:16 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1049:16 | 1049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1065:16 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:246:15 | 246 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:784:40 | 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:838:19 | 838 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1880:16 | 1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1975:16 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2001:16 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2063:16 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2084:16 | 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2101:16 | 2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2119:16 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2147:16 | 2147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2165:16 | 2165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2206:16 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2236:16 | 2236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2258:16 | 2258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2326:16 | 2326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2349:16 | 2349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2372:16 | 2372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2381:16 | 2381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2396:16 | 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2405:16 | 2405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2414:16 | 2414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2496:16 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2547:16 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2571:16 | 2571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2582:16 | 2582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2594:16 | 2594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2648:16 | 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2678:16 | 2678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2727:16 | 2727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2801:16 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2818:16 | 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2846:16 | 2846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2879:16 | 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2292:28 | 2292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2309 | / impl_by_parsing_expr! { 2310 | | ExprAssign, Assign, "expected assignment expression", 2311 | | ExprAssignOp, AssignOp, "expected compound assignment expression", 2312 | | ExprAwait, Await, "expected await expression", ... | 2322 | | ExprType, Type, "expected type ascription expression", 2323 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1248:20 | 1248 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2539:23 | 2539 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2905:23 | 2905 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2907:19 | 2907 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2988:16 | 2988 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2998:16 | 2998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3008:16 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3020:16 | 3020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3035:16 | 3035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3046:16 | 3046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3057:16 | 3057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3072:16 | 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3099:16 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3110:16 | 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3141:16 | 3141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3153:16 | 3153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3180:16 | 3180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3211:16 | 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3233:16 | 3233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3244:16 | 3244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3255:16 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3265:16 | 3265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3275:16 | 3275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3291:16 | 3291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3304:16 | 3304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3317:16 | 3317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3328:16 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3338:16 | 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3348:16 | 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3358:16 | 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3379:16 | 3379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3390:16 | 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3400:16 | 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3409:16 | 3409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3431:16 | 3431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3451:16 | 3451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3460:16 | 3460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3478:16 | 3478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3512:16 | 3512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3522:16 | 3522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3531:16 | 3531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3544:16 | 3544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:296:5 | 296 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:307:5 | 307 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:318:5 | 318 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:23:1 | 23 | / ast_enum_of_structs! { 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 25 | | /// `'a: 'b`, `const LEN: usize`. 26 | | /// ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:470:1 | 470 | / ast_enum_of_structs! { 471 | | /// A trait or lifetime used as a bound on a type parameter. 472 | | /// 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 479 | | } 480 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:524:1 | 524 | / ast_enum_of_structs! { 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 526 | | /// 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 545 | | } 546 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:553:16 | 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:347:9 | 347 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:660:16 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:758:16 | 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:856:16 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:971:16 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1057:16 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1217:16 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1229:16 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1268:16 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1300:16 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1310:16 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1325:16 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1335:16 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1345:16 | 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1354:16 | 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:19:16 | 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:20:20 | 20 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:9:1 | 9 | / ast_enum_of_structs! { 10 | | /// Things that can appear directly inside of a module or scope. 11 | | /// 12 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 96 | | } 97 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:167:16 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:181:16 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:215:16 | 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:333:16 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:467:1 | 467 | / ast_enum_of_structs! { 468 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 469 | | /// 470 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 493 | | } 494 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:562:20 | 562 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:551:1 | 551 | / ast_enum_of_structs! { 552 | | /// An item within an `extern` block. 553 | | /// 554 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 600 | | } 601 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:607:16 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:669:16 | 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:670:20 | 670 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:659:1 | 659 | / ast_enum_of_structs! { 660 | | /// An item declaration within the definition of a trait. 661 | | /// 662 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 708 | | } 709 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:715:16 | 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:731:16 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:779:16 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:780:20 | 780 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:769:1 | 769 | / ast_enum_of_structs! { 770 | | /// An item within an impl block. 771 | | /// 772 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 818 | | } 819 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:858:16 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:876:16 | 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:927:16 | 927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:923:1 | 923 | / ast_enum_of_structs! { 924 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 925 | | /// 926 | | /// *This type is available only if Syn is built with the `"full"` feature.* ... | 938 | | } 939 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:93:15 | 93 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:381:19 | 381 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:597:15 | 597 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:705:15 | 705 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:815:15 | 815 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:976:16 | 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1237:16 | 1237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1305:16 | 1305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1338:16 | 1338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1352:16 | 1352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1401:16 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1419:16 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1500:16 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1535:16 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1564:16 | 1564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1584:16 | 1584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1680:16 | 1680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1722:16 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1745:16 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1827:16 | 1827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1843:16 | 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1859:16 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1903:16 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1921:16 | 1921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1971:16 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1995:16 | 1995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2019:16 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2070:16 | 2070 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2200:16 | 2200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2260:16 | 2260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2290:16 | 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2319:16 | 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2392:16 | 2392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2410:16 | 2410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2522:16 | 2522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2603:16 | 2603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2628:16 | 2628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2668:16 | 2668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2726:16 | 2726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:1817:23 | 1817 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2251:23 | 2251 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2592:27 | 2592 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2771:16 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2787:16 | 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2799:16 | 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2815:16 | 2815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2830:16 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2843:16 | 2843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2861:16 | 2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2873:16 | 2873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2888:16 | 2888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2903:16 | 2903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2929:16 | 2929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2942:16 | 2942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2964:16 | 2964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:2979:16 | 2979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3001:16 | 3001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3023:16 | 3023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3034:16 | 3034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3043:16 | 3043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3050:16 | 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3059:16 | 3059 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3066:16 | 3066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3075:16 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3110:16 | 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3130:16 | 3130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3139:16 | 3139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3155:16 | 3155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3177:16 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3193:16 | 3193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3202:16 | 3202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3212:16 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3226:16 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/item.rs:3301:16 | 3301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/file.rs:80:16 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/file.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/file.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 48 | | } 49 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:200:16 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:838:16 | 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:921:16 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:942:16 | 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:1568:15 | 1568 | #[cfg(syn_no_negative_literal_parse)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:8:16 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:57:16 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:7:16 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:19:16 | 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:109:20 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:312:16 | 312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/stmt.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 88 | | } 89 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:175:16 | 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:85:15 | 85 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:703:16 | 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:786:16 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:828:16 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:992:16 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1024:16 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1098:16 | 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1108:16 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:357:20 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:869:20 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:904:20 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:958:20 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1128:16 | 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1137:16 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1162:16 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1172:16 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1193:16 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1200:16 | 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1216:16 | 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1224:16 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1250:16 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1257:16 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1289:16 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1297:16 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// A pattern in a local binding, function signature, match expression, or 7 | | /// various other places. 8 | | /// ... | 97 | | } 98 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:136:16 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:158:16 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:176:16 | 176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:302:16 | 302 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:94:15 | 94 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:769:16 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:791:16 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:807:16 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:853:16 | 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:863:16 | 863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:879:16 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:899:16 | 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/pat.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:430:16 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:505:20 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:569:20 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:591:20 | 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:54:15 | 54 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:63:11 | 63 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:267:16 | 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1060:16 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1071:16 | 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:1217:15 | 1217 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:1906:15 | 1906 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:2071:15 | 2071 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:2207:15 | 2207 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:2807:15 | 2807 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:3263:15 | 3263 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/visit_mut.rs:3392:15 | 3392 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:98:12 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:135:12 | 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:146:12 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:305:12 | 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:317:12 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:364:12 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:387:12 | 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:411:12 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:428:12 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:439:12 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:466:12 | 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:477:12 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:537:12 | 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:547:12 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:560:12 | 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:609:12 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:622:12 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:635:12 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:682:12 | 682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:716:12 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:727:12 | 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:751:12 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:788:12 | 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:809:12 | 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:819:12 | 819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:830:12 | 830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:840:12 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:878:12 | 878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:894:12 | 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:930:12 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:941:12 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:968:12 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:986:12 | 986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:997:12 | 997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1027:12 | 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1064:12 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1081:12 | 1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1096:12 | 1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1111:12 | 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1152:12 | 1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1164:12 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1177:12 | 1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1191:12 | 1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1209:12 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1224:12 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1243:12 | 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1289:12 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1303:12 | 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1374:12 | 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1428:12 | 1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1440:12 | 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1498:12 | 1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1565:12 | 1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1577:12 | 1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1587:12 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1598:12 | 1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1611:12 | 1611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1622:12 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1678:12 | 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1735:12 | 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1738:12 | 1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1767:12 | 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1798:12 | 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1820:12 | 1820 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1850:12 | 1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1861:12 | 1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1873:12 | 1873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1889:12 | 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1942:12 | 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1952:12 | 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2031:12 | 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2065:12 | 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2114:12 | 2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2134:12 | 2134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2145:12 | 2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2158:12 | 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2210:12 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2232:12 | 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:276:23 | 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:849:19 | 849 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:962:19 | 962 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1058:19 | 1058 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1481:19 | 1481 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1829:19 | 1829 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1908:19 | 1908 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1090:12 | 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1126:12 | 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/reserved.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `sec1` (lib) generated 1 warning Compiling crypto-bigint v0.5.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crypto_bigint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-bigint CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-bigint CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/crypto-bigint' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-bigint LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_bigint --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-bigint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=c9d0db7d7ebc0a90 -C extra-filename=-c9d0db7d7ebc0a90 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-ce24c7856e231e38.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `der` (lib) generated 1 warning Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=3f9ecfe5a9804c2d -C extra-filename=-3f9ecfe5a9804c2d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-6c76eba7bed81ecf.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `sidefuzz` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-bigint/src/lib.rs:212:7 | 212 | #[cfg(sidefuzz)] | ^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(sidefuzz)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `macros::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crypto-bigint/src/uint/modular/constant_mod.rs:36:9 | 36 | pub use macros::*; | ^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=a8c98b546fb39cb0 -C extra-filename=-a8c98b546fb39cb0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-a8c98b546fb39cb0 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-249a4736af743c3e.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling libgit2-sys v0.16.2+1.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.2+1.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=90e1951cd8abbdce -C extra-filename=-90e1951cd8abbdce --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libgit2-sys-90e1951cd8abbdce -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling filetime v0.2.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d658ea32ecbfd14 -C extra-filename=-9d658ea32ecbfd14 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/unix/mod.rs:88:11 | 88 | #[cfg(target_os = "bitrig")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/unix/mod.rs:97:15 | 97 | #[cfg(not(target_os = "bitrig"))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration warning: `filetime` (lib) generated 2 warnings Compiling cpufeatures v0.2.11 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures-0.2.11 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures-0.2.11 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cpufeatures-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b2317900a8ae12f -C extra-filename=-3b2317900a8ae12f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh pin-project-lite v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_HTTPS=1 CARGO_FEATURE_LIBSSH2_SYS=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSH=1 CARGO_FEATURE_SSH_KEY_FROM_MEMORY=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys CARGO_MANIFEST_LINKS=git2 CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.2+1.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=3090000f DEP_OPENSSL_VERSION=101 DEP_SSH2_INCLUDE=/usr/local/include HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libgit2-sys-90e1951cd8abbdce/build-script-build` warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.40 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=73f32528da3326a7 -C extra-filename=-73f32528da3326a7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern pin_project_lite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-8b21ac27a8d4fd84.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtracing_attributes-3f9ecfe5a9804c2d.so --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-65a5d57a41a639de.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=LIBGIT2_NO_VENDOR [libgit2-sys 0.16.2+1.7.2] cargo:rustc-cfg=libgit2_vendored [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/alloc.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/alloc.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/cred.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/cred.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/refdb_backend.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/refdb_backend.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/odb_backend.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/odb_backend.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/merge.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/merge.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/remote.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/remote.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/diff.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/diff.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/config.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/config.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/hashsig.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/hashsig.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/reflog.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/reflog.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/commit_graph.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/commit_graph.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/path.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/path.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/mempack.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/mempack.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/credential.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/credential.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/email.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/email.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/openssl.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/openssl.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/stream.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/stream.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/filter.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/filter.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/refs.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/refs.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/commit.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/commit.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/transport.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/transport.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/midx.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/midx.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/index.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/index.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/sys/repository.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/sys/repository.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/refdb.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/refdb.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/odb.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/odb.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/blob.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/blob.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/refspec.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/refspec.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/pathspec.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/pathspec.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/deprecated.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/deprecated.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/oid.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/oid.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/odb_backend.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/odb_backend.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/describe.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/describe.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/trace.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/trace.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/tree.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/tree.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/worktree.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/worktree.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/message.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/message.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/merge.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/merge.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/submodule.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/submodule.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/blame.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/blame.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/clone.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/clone.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/ignore.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/ignore.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/signature.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/signature.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/rebase.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/rebase.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/revparse.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/revparse.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/remote.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/remote.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/diff.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/diff.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/tag.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/tag.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/config.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/config.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/reflog.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/reflog.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/branch.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/branch.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/patch.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/patch.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/graph.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/graph.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/stash.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/stash.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/pack.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/pack.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/cherrypick.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/cherrypick.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/revwalk.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/revwalk.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/global.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/global.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/credential.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/credential.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/experimental.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/experimental.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/email.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/email.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/version.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/version.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/transaction.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/transaction.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/common.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/common.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/mailmap.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/mailmap.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/buffer.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/buffer.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/filter.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/filter.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/indexer.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/indexer.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/attr.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/attr.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/types.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/types.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/notes.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/notes.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/refs.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/refs.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/cred_helpers.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/cred_helpers.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/credential_helpers.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/credential_helpers.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/net.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/net.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/errors.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/errors.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/status.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/status.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/object.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/object.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/reset.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/reset.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/commit.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/commit.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/annotated_commit.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/annotated_commit.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/stdint.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/stdint.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/cert.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/cert.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/revert.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/revert.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/transport.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/transport.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/checkout.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/checkout.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/index.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/index.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/oidarray.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/oidarray.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/strarray.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/strarray.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/apply.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/apply.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/repository.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/repository.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2/proxy.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2/proxy.h [libgit2-sys 0.16.2+1.7.2] libgit2/include/git2.h => /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include/git2.h Compiling elliptic-curve v0.13.8 [libgit2-sys 0.16.2+1.7.2] TARGET = Some("x86_64-unknown-openbsd") [libgit2-sys 0.16.2+1.7.2] OPT_LEVEL = Some("3") [libgit2-sys 0.16.2+1.7.2] HOST = Some("x86_64-unknown-openbsd") [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libgit2-sys 0.16.2+1.7.2] CC_x86_64-unknown-openbsd = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libgit2-sys 0.16.2+1.7.2] CC_x86_64_unknown_openbsd = Some("cc") [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libgit2-sys 0.16.2+1.7.2] CRATE_CC_NO_DEFAULTS = None [libgit2-sys 0.16.2+1.7.2] DEBUG = Some("false") [libgit2-sys 0.16.2+1.7.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libgit2-sys 0.16.2+1.7.2] CFLAGS_x86_64-unknown-openbsd = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libgit2-sys 0.16.2+1.7.2] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=elliptic_curve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elliptic-curve CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elliptic-curve CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits/tree/master/elliptic-curve' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elliptic-curve LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name elliptic_curve --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/elliptic-curve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=6a724c1b5b181097 -C extra-filename=-6a724c1b5b181097 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base16ct=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase16ct-bc1ab89493f8e6a5.rmeta --extern crypto_bigint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrypto_bigint-c9d0db7d7ebc0a90.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --extern ff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libff-24d4cb709e137471.rmeta --extern generic_array=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-ce24c7856e231e38.rmeta --extern group=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgroup-0f4101b9a18fdacf.rmeta --extern hkdf=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhkdf-f8ee9e540abb9ccb.rmeta --extern pem_rfc7468=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpem_rfc7468-2d89e4016da7554c.rmeta --extern pkcs8=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpkcs8-d09c4990f4364189.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern sec1=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsec1-52b6db757b0b0975.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing/src/lib.rs:932:5 | 932 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `tracing` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_MANIFEST_LINKS=z CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-1e093bf3d657b809/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-a8c98b546fb39cb0/build-script-build` [libz-sys 1.1.12] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [libz-sys 1.1.12] cargo:rerun-if-changed=build.rs [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_NO_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=SYSROOT [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rustc-link-lib=z [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.12] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.12] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/memoffset-1b597b726c627a18/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memoffset --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=28e17c9cfce15e0c -C extra-filename=-28e17c9cfce15e0c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` Compiling gix-prompt v0.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_prompt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-prompt CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for handling prompts in the terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-prompt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-prompt LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_prompt --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-prompt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb6081f07e336e98 -C extra-filename=-fb6081f07e336e98 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_command=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-58e79970f0c99ba5.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-7d54ef6e1a85871b.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-44070d507eb11d6c.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:60:41 | 60 | all(feature = "unstable_const", not(stable_const)), | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:67:7 | 67 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/lib.rs:70:7 | 70 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doctests)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:22:7 | 22 | #[cfg(raw_ref_macros)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:30:11 | 30 | #[cfg(not(raw_ref_macros))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(raw_ref_macros)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:57:7 | 57 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:69:11 | 69 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:90:7 | 90 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:100:11 | 100 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:125:7 | 125 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:141:11 | 141 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(allow_clippy)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/raw_field.rs:183:7 | 183 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:23:7 | 23 | #[cfg(maybe_uninit)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:37:11 | 37 | #[cfg(not(maybe_uninit))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(maybe_uninit)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:49:39 | 49 | #[cfg(any(feature = "unstable_const", stable_const))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:61:43 | 61 | #[cfg(not(any(feature = "unstable_const", stable_const)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(stable_const)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memoffset/src/offset_of.rs:138:7 | 138 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tuple_ty)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `memoffset` (lib) generated 17 warnings Compiling gix-ref v0.41.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_ref CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ref CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to handle git references' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-ref CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.41.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=41 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ref LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_ref --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ref/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=4d963138be6186bf -C extra-filename=-4d963138be6186bf --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_actor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-07f64061a7a09dca.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-5555f3bce1d531f4.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-483a6b54132e526c.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-e09a695e76187d7c.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-a268fe38d8edf279.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-30711f802eebdac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-050021f351748b60/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-c68e3c38397c247a/build-script-build` [crc32fast 1.3.2] cargo:rerun-if-changed=build.rs [crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86 Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `regex-syntax` (lib) generated 2 warnings Compiling anyhow v1.0.80 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=37bfbb42356ecea1 -C extra-filename=-37bfbb42356ecea1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-37bfbb42356ecea1 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `crypto-bigint` (lib) generated 2 warnings Fresh equivalent v1.0.1 Compiling utf8parse v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name utf8parse --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/utf8parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=442dfde5ec783bf2 -C extra-filename=-442dfde5ec783bf2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling anstyle v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e5856d9351881ab0 -C extra-filename=-e5856d9351881ab0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling anstyle-parse v0.2.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_parse --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=720ad010d5f8f83e -C extra-filename=-720ad010d5f8f83e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern utf8parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-442dfde5ec783bf2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-23e9368e67faea3c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-37bfbb42356ecea1/build-script-build` [anyhow 1.0.80] cargo:rerun-if-changed=build/probe.rs [anyhow 1.0.80] cargo:rustc-cfg=std_backtrace Compiling indexmap v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap-2.1.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap-2.1.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=914ca6b8e354eea1 -C extra-filename=-914ca6b8e354eea1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libequivalent-bb05863e19684d49.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-d0fd4f33bf8cbdc4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: `regex-automata` (lib) generated 30 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-050021f351748b60/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=420abefad3c8ee13 -C extra-filename=-420abefad3c8ee13 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcfg_if-7225bcefca31bb17.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` Compiling gix-credentials v0.24.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_credentials CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-credentials CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project to interact with git credentials helpers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-credentials CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.24.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-credentials LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_credentials --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-credentials/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=075ec8ff3589a6eb -C extra-filename=-075ec8ff3589a6eb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-58e79970f0c99ba5.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-7d54ef6e1a85871b.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_prompt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_prompt-fb6081f07e336e98.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-90221137f94e91c7.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-86b680e720690376.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-epoch v0.9.16 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=732d134cec77f133 -C extra-filename=-732d134cec77f133 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-6a7a4465ae71eb94.rmeta --extern memoffset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemoffset-28e17c9cfce15e0c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crc32fast-1.3.2/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16/src/internal.rs:57:15 | 57 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16/src/internal.rs:60:11 | 60 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-epoch-0.9.16/src/internal.rs:203:29 | 203 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `crc32fast` (lib) generated 2 warnings (1 duplicate) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-1e093bf3d657b809/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libz_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=1a10c48aae95e6a1 -C extra-filename=-1a10c48aae95e6a1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo -l z` warning: unexpected `cfg` condition name: `zng` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libz-sys-1.1.12/src/lib.rs:8:11 | 8 | #[cfg(not(zng))] | ^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(zng)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `libz-sys` (lib) generated 18 warnings (17 duplicates) Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=daac65ca20701a07 -C extra-filename=-daac65ca20701a07 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcpufeatures-3b2317900a8ae12f.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb995b5fb5ce4e1e -C extra-filename=-cb995b5fb5ce4e1e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcfg_if-7225bcefca31bb17.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-4628cd17da9aed1a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/filetime/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `crossbeam-epoch` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libssh2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libssh2-sys-2c84346a44090a33/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libssh2_sys --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libssh2-sys/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a27bd86b3cda278f -C extra-filename=-a27bd86b3cda278f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-0c607269a8436f23.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-f7e27c23d3b53a20.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -l ssh2 -l ssl -l crypto -l z` warning: `filetime` (lib) generated 3 warnings (2 duplicates) Compiling rfc6979 v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rfc6979 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rfc6979 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rfc6979 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/signatures/tree/master/rfc6979' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rfc6979 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rfc6979 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rfc6979/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cb79d53f83b48ab -C extra-filename=-9cb79d53f83b48ab --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hmac=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-db8f1f9f464ba8ce.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-traverse v0.37.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_traverse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-traverse CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-traverse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.37.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=37 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-traverse LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_traverse --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-traverse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=176b28657b71d318 -C extra-filename=-176b28657b71d318 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_commitgraph=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-b5b8485c79ec9815.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-edbd42c6d570029b.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-1d46e16d9465f58d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-revision v0.26.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_revision CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revision CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with finding names for revisions and parsing specifications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-revision CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.26.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revision LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_revision --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-revision/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="describe"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "describe", "document-features", "serde"))' -C metadata=4f06b1c297707192 -C extra-filename=-4f06b1c297707192 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-edbd42c6d570029b.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-1d46e16d9465f58d.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-packetline v0.17.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_packetline CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing the pkt-line serialization format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-packetline CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.17.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_packetline --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="blocking-io"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "futures-io", "futures-lite", "pin-project-lite", "serde"))' -C metadata=ab212ce222d112e6 -C extra-filename=-ab212ce222d112e6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern faster_hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-a76495f604ef7376.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_spanned v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6eb096eecf007864 -C extra-filename=-6eb096eecf007864 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling toml_datetime v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=564dbaea52bc49ee -C extra-filename=-564dbaea52bc49ee --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling signature v2.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=signature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/signature CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signature CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits/tree/master/signature' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=2.2.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/signature LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name signature --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/signature/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=50b566ac48039322 -C extra-filename=-50b566ac48039322 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-bitmap v0.2.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_bitmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-bitmap CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-bitmap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_bitmap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-bitmap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f87ac892156c440 -C extra-filename=-5f87ac892156c440 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `syn` (lib) generated 889 warnings (90 duplicates) Compiling regex v1.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.10.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=fbf4ca4cdbc3af72 -C extra-filename=-fbf4ca4cdbc3af72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-33876bd581a113e4.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-671f37ec313d4792.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4a537e4db3a01aa9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling libsqlite3-sys v0.28.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=50b7e2c19c0a142c -C extra-filename=-50b7e2c19c0a142c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libsqlite3-sys-50b7e2c19c0a142c -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-85731a9a93b33c21.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-16eb1d5cb080d83a.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-249a4736af743c3e.rlib --cap-lints warn -Z binary-dep-depinfo` Fresh overload v0.1.1 Compiling base64 v0.21.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64 CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.21.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name base64 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d5e20215388853c -C extra-filename=-6d5e20215388853c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64/src/lib.rs:223:13 | 223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/base64/src/lib.rs:232:5 | 232 | warnings | ^^^^^^^^ = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` Fresh lazy_static v1.4.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `lazy_static` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=aac3a1810f9c38d2 -C extra-filename=-aac3a1810f9c38d2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling colorchoice v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name colorchoice --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/colorchoice/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab857e29c640a6be -C extra-filename=-ab857e29c640a6be --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling winnow v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name winnow --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=76c42bdae15c31f7 -C extra-filename=-76c42bdae15c31f7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clru v0.6.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clru CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clru CARGO_PKG_AUTHORS='marmeladema ' CARGO_PKG_DESCRIPTION='An LRU cache implementation with constant time operations and weighted semantic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clru CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marmeladema/clru-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clru LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clru --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clru/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b818ddf54653906 -C extra-filename=-8b818ddf54653906 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/lib.rs:141:12 | 141 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/lib.rs:184:13 | 184 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/lib.rs:191:21 | 191 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/multi.rs:130:12 | 130 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:16:12 | 16 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:39:12 | 39 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:86:12 | 86 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:145:12 | 145 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:202:12 | 202 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:259:12 | 259 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:314:12 | 314 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:364:12 | 364 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:397:12 | 397 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:460:12 | 460 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:502:12 | 502 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:544:12 | 544 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:581:12 | 581 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:630:12 | 630 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:679:12 | 679 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:723:12 | 723 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:767:12 | 767 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:809:12 | 809 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:856:12 | 856 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow/src/combinator/parser.rs:911:12 | 911 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `base64` (lib) generated 1 warning Compiling minimal-lexical v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name minimal_lexical --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/minimal-lexical/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=6c09c920deaa5210 -C extra-filename=-6c09c920deaa5210 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling semver v1.0.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b3e39052004da661 -C extra-filename=-b3e39052004da661 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/semver-b3e39052004da661 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling anstyle-query v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_query --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstyle-query/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7afa380f64e011e2 -C extra-filename=-7afa380f64e011e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `memchr` (lib) generated 1 warning (1 duplicate) Compiling anstream v0.6.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anstream --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anstream/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=53fb4b195af4a922 -C extra-filename=-53fb4b195af4a922 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern anstyle_parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_parse-720ad010d5f8f83e.rmeta --extern anstyle_query=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_query-7afa380f64e011e2.rmeta --extern colorchoice=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolorchoice-ab857e29c640a6be.rmeta --extern utf8parse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-442dfde5ec783bf2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling nom v7.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=60e770ac59b71b71 -C extra-filename=-60e770ac59b71b71 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-aac3a1810f9c38d2.rmeta --extern minimal_lexical=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libminimal_lexical-6c09c920deaa5210.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_SERDE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-9c66213d88921363/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/semver-b3e39052004da661/build-script-build` [semver 1.0.22] cargo:rerun-if-changed=build.rs Compiling gix-pack v0.47.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_pack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pack CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Implements git packs and related data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-pack CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.47.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=47 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pack LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_pack --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="object-cache-dynamic"' --cfg 'feature="streaming-input"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "generate", "object-cache-dynamic", "pack-cache-lru-dynamic", "pack-cache-lru-static", "serde", "streaming-input", "wasm"))' -C metadata=14bc765a9ae46d98 -C extra-filename=-14bc765a9ae46d98 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clru=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclru-8b818ddf54653906.rmeta --extern gix_chunk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_chunk-e47bebb1271bf11f.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-edbd42c6d570029b.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-483a6b54132e526c.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-a268fe38d8edf279.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_BUNDLED=1 CARGO_FEATURE_BUNDLED_BINDINGS=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_MIN_SQLITE_VERSION_3_14_0=1 CARGO_FEATURE_PKG_CONFIG=1 CARGO_FEATURE_VCPKG=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys CARGO_MANIFEST_LINKS=sqlite3 CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libsqlite3-sys-50b7e2c19c0a142c/build-script-build` [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG [libsqlite3-sys 0.28.0] cargo:include=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys/sqlite3 [libsqlite3-sys 0.28.0] cargo:rerun-if-changed=sqlite3/sqlite3.c [libsqlite3-sys 0.28.0] cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS [libsqlite3-sys 0.28.0] TARGET = Some("x86_64-unknown-openbsd") [libsqlite3-sys 0.28.0] OPT_LEVEL = Some("3") [libsqlite3-sys 0.28.0] HOST = Some("x86_64-unknown-openbsd") [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libsqlite3-sys 0.28.0] CC_x86_64-unknown-openbsd = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libsqlite3-sys 0.28.0] CC_x86_64_unknown_openbsd = Some("cc") [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libsqlite3-sys 0.28.0] CRATE_CC_NO_DEFAULTS = None [libsqlite3-sys 0.28.0] DEBUG = Some("false") [libsqlite3-sys 0.28.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libsqlite3-sys 0.28.0] CFLAGS_x86_64-unknown-openbsd = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libsqlite3-sys 0.28.0] CFLAGS_x86_64_unknown_openbsd = Some("-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe") [libsqlite3-sys 0.28.0] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_ISNAN" "-DHAVE_LOCALTIME_R" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out/sqlite3/sqlite3.o" "-c" "sqlite3/sqlite3.c" Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 106 warnings Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Compiling maybe-async v0.2.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=maybe_async CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/maybe-async CARGO_PKG_AUTHORS='Guoli Lyu ' CARGO_PKG_DESCRIPTION='A procedure macro to unify SYNC and ASYNC implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=maybe-async CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fMeow/maybe-async-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/maybe-async LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name maybe_async --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/maybe-async/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="is_sync"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "is_sync"))' -C metadata=d8642c0499bd5209 -C extra-filename=-d8642c0499bd5209 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-822b022aaad1202b.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling toml_edit v0.22.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.22.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=1e34d01836ff104d -C extra-filename=-1e34d01836ff104d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-914ca6b8e354eea1.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-6eb096eecf007864.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-564dbaea52bc49ee.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-76c42bdae15c31f7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `nom` (lib) generated 13 warnings Compiling gix-index v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-index CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A work-in-progress crate of the gitoxide project dedicated implementing the git index file' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-index CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-index LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_index --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-index/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=565c7aa5d43be6d6 -C extra-filename=-565c7aa5d43be6d6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern btoi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbtoi-493e46e547b1c553.rmeta --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9d658ea32ecbfd14.rmeta --extern gix_bitmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_bitmap-5f87ac892156c440.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-5555f3bce1d531f4.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_traverse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_traverse-176b28657b71d318.rmeta --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-a268fe38d8edf279.rmeta --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-44070d507eb11d6c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `winnow` (lib) generated 26 warnings Compiling ecdsa v0.16.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ecdsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ecdsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/signatures/tree/master/ecdsa' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.16.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ecdsa --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=be3e0e5f4b01fa08 -C extra-filename=-be3e0e5f4b01fa08 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-204fa04f25befde0.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --extern elliptic_curve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-6a724c1b5b181097.rmeta --extern rfc6979=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librfc6979-9cb79d53f83b48ab.rmeta --extern signature=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsignature-50b566ac48039322.rmeta --extern spki=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libspki-391af627b3bb853b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/der.rs:127:26 | 127 | .map_err(|_| der::Tag::Sequence.value_error()) | ^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/lib.rs:23:5 | 23 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 127 - .map_err(|_| der::Tag::Sequence.value_error()) 127 + .map_err(|_| Tag::Sequence.value_error()) | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/der.rs:361:26 | 361 | header.tag.assert_eq(der::Tag::Sequence)?; | ^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 361 - header.tag.assert_eq(der::Tag::Sequence)?; 361 + header.tag.assert_eq(Tag::Sequence)?; | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/verifying.rs:421:18 | 421 | type Error = pkcs8::spki::Error; | ^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 421 - type Error = pkcs8::spki::Error; 421 + type Error = spki::Error; | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/verifying.rs:423:62 | 423 | fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> pkcs8::spki::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 423 - fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> pkcs8::spki::Result { 423 + fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> spki::Result { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ecdsa/src/verifying.rs:435:36 | 435 | fn to_public_key_der(&self) -> pkcs8::spki::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 435 - fn to_public_key_der(&self) -> pkcs8::spki::Result { 435 + fn to_public_key_der(&self) -> spki::Result { | warning: `ecdsa` (lib) generated 5 warnings Compiling gix-refspec v0.22.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_refspec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-refspec CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for parsing and representing refspecs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-refspec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-refspec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_refspec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-refspec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20dfbf573cc13fe6 -C extra-filename=-20dfbf573cc13fe6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_revision=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revision-4f06b1c297707192.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-e09a695e76187d7c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tar v0.4.40 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=9f2f3ee8ba727160 -C extra-filename=-9f2f3ee8ba727160 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libfiletime-cb995b5fb5ce4e1e.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-4628cd17da9aed1a.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling crossbeam-deque v0.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/crossbeam-deque-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=164e6a1870286b62 -C extra-filename=-164e6a1870286b62 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-732d134cec77f133.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-6a7a4465ae71eb94.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/flate2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-sys"' --cfg 'feature="zlib"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=72b927ed65f9aa33 -C extra-filename=-72b927ed65f9aa33 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcrc32fast-420abefad3c8ee13.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibz_sys-1a10c48aae95e6a1.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling gix-config v0.34.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config CARGO_PKG_AUTHORS='Edward Shen ' CARGO_PKG_DESCRIPTION='A git-config file parser and editor from the gitoxide project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.34.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=34 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_config --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=48e8eb8db3547434 -C extra-filename=-48e8eb8db3547434 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-7d54ef6e1a85871b.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-4d963138be6186bf.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-90221137f94e91c7.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-b2c78c7ed883ad60.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-30711f802eebdac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `flate2` (lib) generated 1 warning (1 duplicate) Fresh matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.80 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-23e9368e67faea3c/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name anyhow --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=625b3c44331da3c1 -C extra-filename=-625b3c44331da3c1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg std_backtrace` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:210:13 | 210 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:211:13 | 211 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:215:9 | 215 | not(anyhow_no_unsafe_op_in_unsafe_fn_lint), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:218:13 | 218 | #![cfg_attr(anyhow_no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:242:5 | 242 | anyhow_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:244:9 | 244 | not(error_generic_member_access) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:411:12 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:1:7 | 1 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:4:15 | 4 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:7:15 | 7 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:10:7 | 10 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:17:15 | 17 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:24:11 | 24 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:31:15 | 31 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:38:7 | 38 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:50:9 | 50 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:51:9 | 51 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:59:32 | 59 | #[cfg(all(feature = "std", not(std_backtrace), not(feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:66:15 | 66 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:6:7 | 6 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:146:11 | 146 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:160:11 | 160 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:3:28 | 3 | #[cfg(any(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:11:11 | 11 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:14:7 | 14 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:581:12 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:664:28 | 664 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:711:7 | 711 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:728:9 | 728 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:729:9 | 729 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:757:28 | 757 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:811:7 | 811 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:852:9 | 852 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:853:9 | 853 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:376:15 | 376 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:415:16 | 415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:540:11 | 540 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:550:11 | 550 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:95:19 | 95 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:99:19 | 99 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:103:21 | 103 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:104:21 | 104 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:123:40 | 123 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:127:19 | 127 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:131:21 | 131 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:132:21 | 132 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:152:40 | 152 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:156:19 | 156 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:160:21 | 160 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:161:21 | 161 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:183:19 | 183 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:187:19 | 187 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:191:21 | 191 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:192:21 | 192 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:212:19 | 212 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:216:19 | 216 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:220:21 | 220 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:221:21 | 221 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:328:40 | 328 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:332:19 | 332 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:336:21 | 336 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:337:21 | 337 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:445:23 | 445 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:450:19 | 450 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:529:23 | 529 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:533:19 | 533 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:612:32 | 612 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:616:11 | 616 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:620:13 | 620 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:621:13 | 621 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:653:15 | 653 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:658:11 | 658 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:695:19 | 695 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:703:15 | 703 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:925:15 | 925 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:942:11 | 942 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:914:19 | 914 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:921:15 | 921 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:934:23 | 934 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:936:27 | 936 | #[cfg(not(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:964:11 | 964 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:43:19 | 43 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:94:15 | 94 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:109:15 | 109 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:117:15 | 117 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:151:11 | 151 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:166:15 | 166 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:7:7 | 7 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:80:11 | 80 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:681:15 | 681 | #[cfg(anyhow_no_fmt_arguments_as_str)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:683:19 | 683 | #[cfg(not(anyhow_no_fmt_arguments_as_str))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `anyhow` (lib) generated 95 warnings Compiling primeorder v0.13.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=primeorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/primeorder CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of complete addition formulas for prime order elliptic curves (Renes-Costello-Batina 2015). Generic over field elements and curve equation coefficients ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=primeorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/primeorder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name primeorder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/primeorder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=dfb5ec450f8c257e -C extra-filename=-dfb5ec450f8c257e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern elliptic_curve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-6a724c1b5b181097.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-pathspec v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_pathspec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pathspec CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing magical pathspecs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-pathspec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pathspec LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_pathspec --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-pathspec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa2c867e4f9cf4ad -C extra-filename=-aa2c867e4f9cf4ad --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-e862604d198df601.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-7d54ef6e1a85871b.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=ce2fb0c60d62e18a -C extra-filename=-ce2fb0c60d62e18a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-65a5d57a41a639de.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `tracing-log` (lib) generated 1 warning Compiling gix-ignore v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ignore CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing .gitignore files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-ignore CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ignore LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_ignore --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-ignore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=fbb2f6371e3564a9 -C extra-filename=-fbb2f6371e3564a9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-b2c78c7ed883ad60.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling globset v0.4.14 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name globset --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=a332c52d15e7c40f -C extra-filename=-a332c52d15e7c40f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-33876bd581a113e4.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-671f37ec313d4792.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4a537e4db3a01aa9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-packetline-blocking v0.17.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_packetline_blocking CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline-blocking CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-packetline-blocking CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.17.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline-blocking LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_packetline_blocking --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-packetline-blocking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="blocking-io"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "serde"))' -C metadata=4f4f4b411c704ef6 -C extra-filename=-4f4f4b411c704ef6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern faster_hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-a76495f604ef7376.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling erased-serde v0.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=erased_serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/erased-serde CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type-erased Serialize and Serializer traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=erased-serde CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/erased-serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/erased-serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name erased_serde --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/erased-serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0ae96e3dd3f394fb -C extra-filename=-0ae96e3dd3f394fb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling terminal_size v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=terminal_size CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/terminal_size CARGO_PKG_AUTHORS='Andrew Chin ' CARGO_PKG_DESCRIPTION='Gets the size of your Linux or Windows terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=terminal_size CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/eminence/terminal-size' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/terminal_size LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name terminal_size --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/terminal_size/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa69ac278fec7145 -C extra-filename=-fa69ac278fec7145 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-44070d507eb11d6c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ordered-float v2.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ordered_float CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ordered-float CARGO_PKG_AUTHORS='Jonathan Reem :Matt Brubeck ' CARGO_PKG_DESCRIPTION='Wrappers for total ordering on floats' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ordered-float CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/reem/rust-ordered-float' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.10.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ordered-float LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ordered_float --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ordered-float/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=a49c3aada0c24a79 -C extra-filename=-a49c3aada0c24a79 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern num_traits=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_traits-d2b0cf0e7e8d1597.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling bitmaps v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bitmaps CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitmaps CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Fixed size boolean arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitmaps CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/bitmaps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitmaps LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bitmaps --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bitmaps/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bba76203094609cd -C extra-filename=-bba76203094609cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-201f655a0c5ee0e6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling im-rc v15.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "debug", "pool", "proptest", "quickcheck", "rayon", "refpool", "serde"))' -C metadata=b824920d2ed9ae88 -C extra-filename=-b824920d2ed9ae88 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/im-rc-b824920d2ed9ae88 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-31eaa6b46f1ab558.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling thread_local v1.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local-1.1.7 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local-1.1.7 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c0a0be6b552aec72 -C extra-filename=-c0a0be6b552aec72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local-1.1.7/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local-1.1.7/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: `thread_local` (lib) generated 2 warnings Compiling encoding_rs v0.8.33 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=encoding_rs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='(Apache-2.0 OR MIT) AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.33 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=33 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name encoding_rs --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=6bc349bdd70184a6 -C extra-filename=-6bc349bdd70184a6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling strsim v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/strsim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a1c71fa6f76bdb2 -C extra-filename=-0a1c71fa6f76bdb2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/lib.rs:11:5 | 11 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/macros.rs:689:16 | 671 | / macro_rules! euc_jp_decoder_function { 672 | | ($jis0802_trail_body:block, 673 | | $jis0812_lead_body:block, 674 | | $jis0812_trail_body:block, ... | 689 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 899 | | }); 900 | | } | |_- in this expansion of `euc_jp_decoder_function!` (#2) 901 | 902 | / macro_rules! euc_jp_decoder_functions { 903 | | ( 904 | | $jis0802_trail_body:block, 905 | | $jis0812_lead_body:block, ... | 919 | / euc_jp_decoder_function!( 920 | $jis0802_trail_body, 921 | $jis0812_lead_body, 922 | $jis0812_trail_body, ... 936 | Utf8Destination 937 | | ); | |_________- in this macro invocation (#2) ... 957 | | }; 958 | | } | |_- in this expansion of `euc_jp_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/euc_jp.rs:77:5 | 77 | / euc_jp_decoder_functions!( 78 | | { 79 | | let trail_minus_offset = byte.wrapping_sub(0xA1); 80 | | // Fast-track Hiragana (60% according to Lunde) ... | 220 | | handle 221 | | ); | |_____- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/macros.rs:689:16 | 671 | / macro_rules! euc_jp_decoder_function { 672 | | ($jis0802_trail_body:block, 673 | | $jis0812_lead_body:block, 674 | | $jis0812_trail_body:block, ... | 689 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 899 | | }); 900 | | } | |_- in this expansion of `euc_jp_decoder_function!` (#2) 901 | 902 | / macro_rules! euc_jp_decoder_functions { 903 | | ( 904 | | $jis0802_trail_body:block, 905 | | $jis0812_lead_body:block, ... | 938 | / euc_jp_decoder_function!( 939 | $jis0802_trail_body, 940 | $jis0812_lead_body, 941 | $jis0812_trail_body, ... 955 | Utf16Destination 956 | | ); | |_________- in this macro invocation (#2) 957 | | }; 958 | | } | |_- in this expansion of `euc_jp_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/euc_jp.rs:77:5 | 77 | / euc_jp_decoder_functions!( 78 | | { 79 | | let trail_minus_offset = byte.wrapping_sub(0xA1); 80 | | // Fast-track Hiragana (60% according to Lunde) ... | 220 | | handle 221 | | ); | |_____- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/macros.rs:364:16 | 341 | / macro_rules! gb18030_decoder_function { 342 | | ($first_body:block, 343 | | $second_body:block, 344 | | $third_body:block, ... | 364 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 595 | | }); 596 | | } | |_- in this expansion of `gb18030_decoder_function!` (#2) 597 | 598 | / macro_rules! gb18030_decoder_functions { 599 | | ( 600 | | $first_body:block, 601 | | $second_body:block, ... | 620 | / gb18030_decoder_function!( 621 | $first_body, 622 | $second_body, 623 | $third_body, ... 642 | Utf8Destination 643 | | ); | |_________- in this macro invocation (#2) ... 668 | | }; 669 | | } | |_- in this expansion of `gb18030_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/gb18030.rs:111:5 | 111 | / gb18030_decoder_functions!( 112 | | { 113 | | // If first is between 0x81 and 0xFE, inclusive, 114 | | // subtract offset 0x81. ... | 294 | | handle, 295 | | 'outermost); | |___________________- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/macros.rs:364:16 | 341 | / macro_rules! gb18030_decoder_function { 342 | | ($first_body:block, 343 | | $second_body:block, 344 | | $third_body:block, ... | 364 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 595 | | }); 596 | | } | |_- in this expansion of `gb18030_decoder_function!` (#2) 597 | 598 | / macro_rules! gb18030_decoder_functions { 599 | | ( 600 | | $first_body:block, 601 | | $second_body:block, ... | 644 | / gb18030_decoder_function!( 645 | $first_body, 646 | $second_body, 647 | $third_body, ... 666 | Utf16Destination 667 | | ); | |_________- in this macro invocation (#2) 668 | | }; 669 | | } | |_- in this expansion of `gb18030_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/gb18030.rs:111:5 | 111 | / gb18030_decoder_functions!( 112 | | { 113 | | // If first is between 0x81 and 0xFE, inclusive, 114 | | // subtract offset 0x81. ... | 294 | | handle, 295 | | 'outermost); | |___________________- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/iso_2022_jp.rs:377:5 | 377 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/iso_2022_jp.rs:398:5 | 398 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/utf_8.rs:229:12 | 229 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/utf_8.rs:606:12 | 606 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `disabled` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:1214:68 | 1214 | if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:1375:20 | 1375 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:183:13 | 177 | / macro_rules! basic_latin_alu { 178 | | ($name:ident, 179 | | $src_unit:ty, 180 | | $dst_unit:ty, ... | 183 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 275 | | }; 276 | | } | |_- in this expansion of `basic_latin_alu!` ... 1481 | basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); | -------------------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:183:13 | 177 | / macro_rules! basic_latin_alu { 178 | | ($name:ident, 179 | | $src_unit:ty, 180 | | $dst_unit:ty, ... | 183 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 275 | | }; 276 | | } | |_- in this expansion of `basic_latin_alu!` ... 1482 | basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); | -------------------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:282:13 | 279 | / macro_rules! latin1_alu { 280 | | ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { 281 | | #[cfg_attr( 282 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 342 | | }; 343 | | } | |_- in this expansion of `latin1_alu!` ... 1483 | latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); | ------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:282:13 | 279 | / macro_rules! latin1_alu { 280 | | ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { 281 | | #[cfg_attr( 282 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 342 | | }; 343 | | } | |_- in this expansion of `latin1_alu!` ... 1484 | latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/ascii.rs:91:20 | 86 | / macro_rules! ascii_alu { 87 | | ($name:ident, 88 | | $src_unit:ty, 89 | | $dst_unit:ty, 90 | | $stride_fn:ident) => { 91 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 173 | | }; 174 | | } | |_- in this expansion of `ascii_alu!` ... 1485 | ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/data.rs:425:12 | 425 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/handles.rs:1151:16 | 1151 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/handles.rs:1185:16 | 1185 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:322:12 | 322 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:696:12 | 696 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:1126:12 | 1126 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 308 | by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK); | ------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 309 | by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, BASIC_LATIN_MASK); | -------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 310 | by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK); | ----------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:577:20 | 577 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/encoding_rs/src/mem.rs:44:32 | 43 | / macro_rules! non_fuzz_debug_assert { 44 | | ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); }) | | ^^^^^^^ 45 | | } | |_- in this expansion of `non_fuzz_debug_assert!` ... 1919 | non_fuzz_debug_assert!(is_utf8_latin1(src)); | ------------------------------------------- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling clap_lex v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_lex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cdbee883aa326e7 -C extra-filename=-3cdbee883aa326e7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fiat-crypto v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fiat_crypto CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fiat-crypto CARGO_PKG_AUTHORS='Fiat Crypto library authors ' CARGO_PKG_DESCRIPTION='Fiat-crypto generated Rust' CARGO_PKG_HOMEPAGE='https://github.com/mit-plv/fiat-crypto' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR BSD-1-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fiat-crypto CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mit-plv/fiat-crypto' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fiat-crypto LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fiat_crypto --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fiat-crypto/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f621596facac190f -C extra-filename=-f621596facac190f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ppv-lite86 v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ppv-lite86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=1e0e3fec20d2b17b -C extra-filename=-1e0e3fec20d2b17b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling arc-swap v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arc-swap CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arc-swap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name arc_swap --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arc-swap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "internal-test-strategies", "serde", "weak"))' -C metadata=a325453406360be9 -C extra-filename=-a325453406360be9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_chacha/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=456fac07e8deb792 -C extra-filename=-456fac07e8deb792 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libppv_lite86-1e0e3fec20d2b17b.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-odb v0.57.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_odb CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-odb CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Implements various git object databases' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-odb CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.57.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=57 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-odb LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_odb --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-odb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=836ff826798a00ea -C extra-filename=-836ff826798a00ea --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arc_swap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarc_swap-a325453406360be9.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_pack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pack-14bc765a9ae46d98.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-88806ac2236b5a24.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-506b0b2177e04a3d.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clap_builder v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=70d45914e84dae96 -C extra-filename=-70d45914e84dae96 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-3cdbee883aa326e7.rmeta --extern strsim=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstrsim-0a1c71fa6f76bdb2.rmeta --extern terminal_size=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterminal_size-fa69ac278fec7145.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: trait `AppTag` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4888:18 | 4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `into_any` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/ext.rs:56:8 | 51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static { | --------- method in this trait ... 56 | fn into_any(self: Box) -> Box; | ^^^^^^^^ warning: methods `parse` and `parse_` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:609:8 | 591 | trait AnyValueParser: Send + Sync + 'static { | -------------- methods in this trait ... 609 | fn parse( | ^^^^^ ... 616 | fn parse_( | ^^^^^^ Compiling gix-filter v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_filter CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-filter CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing git filters' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-filter CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-filter LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_filter --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-filter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9115e511218ff8e2 -C extra-filename=-9115e511218ff8e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern encoding_rs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libencoding_rs-6bc349bdd70184a6.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-e862604d198df601.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-58e79970f0c99ba5.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_packetline=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_packetline_blocking-4f4f4b411c704ef6.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-88806ac2236b5a24.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `encoding_rs` (lib) generated 27 warnings Compiling sized-chunks v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sized_chunks CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sized-chunks CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Efficient sized chunk datatypes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sized-chunks CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/sized-chunks' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sized-chunks LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sized_chunks --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sized-chunks/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "array-ops", "default", "refpool", "ringbuffer", "std"))' -C metadata=3e5984b167a0d1f7 -C extra-filename=-3e5984b167a0d1f7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitmaps=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitmaps-bba76203094609cd.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-201f655a0c5ee0e6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=9dfe98554ffc3464 -C extra-filename=-9dfe98554ffc3464 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-adee4de1476ade29.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-d4793f7a6e40e4b2.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-fbf4ca4cdbc3af72.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-058f3543d87c2f41.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-c0a0be6b552aec72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-73f32528da3326a7.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-65a5d57a41a639de.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-ce2fb0c60d62e18a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Compiling orion v0.17.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=orion CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/orion CARGO_PKG_AUTHORS='brycx ' CARGO_PKG_DESCRIPTION='Usable, easy and safe pure-Rust crypto' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=orion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orion-rs/orion' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.17.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/orion LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name orion --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/orion/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' -C metadata=c63655d78960ea72 -C extra-filename=-c63655d78960ea72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern fiat_crypto=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiat_crypto-f621596facac190f.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicase v2.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/unicase-12f1b6c9ca833354/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-eda0524046ad86e7/build-script-build` [unicase 2.7.0] cargo:rustc-cfg=__unicase__iter_cmp Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/im-rc-6ddb1063fa3a4aba/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/im-rc-b824920d2ed9ae88/build-script-build` [im-rc 15.1.0] cargo:rerun-if-changed=build.rs [unicase 2.7.0] cargo:rustc-cfg=__unicase__default_hasher Compiling serde-value v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_value CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-value CARGO_PKG_AUTHORS=arcnmx CARGO_PKG_DESCRIPTION='Serialization value trees' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde-value CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/arcnmx/serde-value' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-value LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_value --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d74fe60c3f83c47 -C extra-filename=-3d74fe60c3f83c47 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ordered_float=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libordered_float-a49c3aada0c24a79.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [unicase 2.7.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.7.0] cargo:rustc-cfg=__unicase__core_and_alloc Compiling serde-untagged v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_untagged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-untagged CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Serde `Visitor` implementation for deserializing untagged enums' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde-untagged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-untagged' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-untagged LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_untagged --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde-untagged/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb58457faee0ec83 -C extra-filename=-cb58457faee0ec83 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern erased_serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberased_serde-0ae96e3dd3f394fb.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ignore v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ignore --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=2bbe7cdcb423c021 -C extra-filename=-2bbe7cdcb423c021 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-164e6a1870286b62.rmeta --extern globset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglobset-a332c52d15e7c40f.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-671f37ec313d4792.rmeta --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fc278d23c96c49d6.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b8b7273e72a07436.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-worktree v0.30.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_worktree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-worktree CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for shared worktree related types and utilities.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-worktree CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.30.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-worktree LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_worktree --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-worktree/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("attributes", "default", "document-features", "serde"))' -C metadata=fadb79515bc0ac8d -C extra-filename=-fadb79515bc0ac8d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-e862604d198df601.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ignore-fbb2f6371e3564a9.rmeta --extern gix_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_index-565c7aa5d43be6d6.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-submodule v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_submodule CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-submodule CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing git submodules' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-submodule CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-submodule LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_submodule --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-submodule/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b792383b2817c9ff -C extra-filename=-b792383b2817c9ff --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config-48e8eb8db3547434.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_pathspec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pathspec-aa2c867e4f9cf4ad.rmeta --extern gix_refspec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_refspec-20dfbf573cc13fe6.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-86b680e720690376.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling p384 v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=p384 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/p384 CARGO_PKG_AUTHORS='RustCrypto Developers:Frank Denis ' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve as defined in SP 800-186 with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic support. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=p384 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/elliptic-curves/tree/master/p384' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/p384 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name p384 --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/p384/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=b4d2c6dced249498 -C extra-filename=-b4d2c6dced249498 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ecdsa_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libecdsa-be3e0e5f4b01fa08.rmeta --extern elliptic_curve=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-6a724c1b5b181097.rmeta --extern primeorder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprimeorder-dfb5ec450f8c257e.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-daac65ca20701a07.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libsqlite3-sys 0.28.0] exit status: 0 [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libsqlite3-sys 0.28.0] AR_x86_64-unknown-openbsd = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libsqlite3-sys 0.28.0] AR_x86_64_unknown_openbsd = Some("ar") [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libsqlite3-sys 0.28.0] ARFLAGS_x86_64-unknown-openbsd = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libsqlite3-sys 0.28.0] ARFLAGS_x86_64_unknown_openbsd = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [libsqlite3-sys 0.28.0] HOST_ARFLAGS = None [libsqlite3-sys 0.28.0] cargo:rerun-if-env-changed=ARFLAGS [libsqlite3-sys 0.28.0] ARFLAGS = None [libsqlite3-sys 0.28.0] running: ZERO_AR_DATE="1" "ar" "cq" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out/libsqlite3.a" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out/sqlite3/sqlite3.o" [libsqlite3-sys 0.28.0] exit status: 0 [libsqlite3-sys 0.28.0] running: "ar" "s" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out/libsqlite3.a" [libsqlite3-sys 0.28.0] exit status: 0 [libsqlite3-sys 0.28.0] cargo:rustc-link-lib=static=sqlite3 [libsqlite3-sys 0.28.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out [libsqlite3-sys 0.28.0] cargo:lib_dir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libsqlite3_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libsqlite3_sys --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libsqlite3-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=2daca5897e7ff2cd -C extra-filename=-2daca5897e7ff2cd --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out -l static=sqlite3` Compiling cargo v0.79.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.79.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=79 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=236fa30bed4aabfa -C extra-filename=-236fa30bed4aabfa --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/cargo-236fa30bed4aabfa -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libflate2-72b927ed65f9aa33.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtar-9f2f3ee8ba727160.rlib -Z binary-dep-depinfo` Compiling toml v0.8.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.8.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=62c60c51f401046b -C extra-filename=-62c60c51f401046b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-6eb096eecf007864.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-564dbaea52bc49ee.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-1e34d01836ff104d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: use of deprecated type alias `toml_edit::Document`: Replaced with `DocumentMut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml/src/ser.rs:926:29 | 926 | let doc: toml_edit::Document = table.into(); | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling color-print-proc-macro v0.3.5 warning: use of deprecated type alias `toml_edit::Document`: Replaced with `DocumentMut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml/src/fmt.rs:8:60 | 8 | fn visit_document_mut(&mut self, node: &mut toml_edit::Document) { | ^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=color_print_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Implementation for the package color-print' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print-proc-macro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name color_print_proc_macro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("terminfo"))' -C metadata=e7fc4600627e1d47 -C extra-filename=-e7fc4600627e1d47 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-60e770ac59b71b71.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-822b022aaad1202b.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused import: `nom::IResult` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:1:9 | 1 | pub use nom::IResult; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused imports: `branch::permutation`, `bytes::complete::escaped_transform`, `bytes::complete::escaped`, `bytes::complete::is_a`, `bytes::complete::is_not`, `bytes::complete::tag_no_case`, `bytes::complete::take_till1`, `bytes::complete::take_till`, `bytes::complete::take_until1`, `bytes::complete::take_until`, `bytes::complete::take_while1`, `bytes::complete::take_while`, `bytes::complete::take`, `character::complete::alpha0`, `character::complete::alphanumeric0`, `character::complete::anychar`, `character::complete::char`, `character::complete::crlf`, `character::complete::digit0`, `character::complete::hex_digit0`, `character::complete::hex_digit1`, `character::complete::i128`, `character::complete::i16`, `character::complete::i32`, `character::complete::i64`, `character::complete::i8`, `character::complete::line_ending`, `character::complete::multispace1`, `character::complete::newline`, `character::complete::none_of`, `character::complete::not_line_ending`, `character::complete::oct_digit0`, `character::complete::oct_digit1`, `character::complete::one_of`, `character::complete::satisfy`, `character::complete::space1`, `character::complete::tab`, `character::complete::u128`, `character::complete::u16`, `character::complete::u32`, `character::complete::u64`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `combinator::all_consuming`, `combinator::complete`, `combinator::cond`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::not`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::Error`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `sequence::separated_pair` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:9:9 | 9 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 10 | bytes::complete::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^ 11 | bytes::complete::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12 | bytes::complete::is_a, | ^^^^^^^^^^^^^^^^^^^^^ 13 | bytes::complete::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^ 14 | bytes::complete::tag, 15 | bytes::complete::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16 | bytes::complete::take, | ^^^^^^^^^^^^^^^^^^^^^ 17 | bytes::complete::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | bytes::complete::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | bytes::complete::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 20 | bytes::complete::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 21 | bytes::complete::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 22 | bytes::complete::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | bytes::complete::take_while_m_n, 24 | character::complete::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 | character::complete::alpha1, 26 | character::complete::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | character::complete::alphanumeric1, 28 | character::complete::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | character::complete::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | character::complete::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | character::complete::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 32 | character::complete::digit1, 33 | character::complete::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | character::complete::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | character::complete::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | character::complete::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 37 | character::complete::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 38 | character::complete::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 39 | character::complete::i8, | ^^^^^^^^^^^^^^^^^^^^^^^ 40 | character::complete::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | character::complete::multispace0, 42 | character::complete::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 43 | character::complete::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | character::complete::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 45 | character::complete::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 46 | character::complete::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47 | character::complete::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | character::complete::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | character::complete::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | character::complete::space0, 51 | character::complete::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | character::complete::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^ 53 | character::complete::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 54 | character::complete::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 55 | character::complete::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 56 | character::complete::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 57 | character::complete::u8, 58 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 59 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 60 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 61 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 62 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 63 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 64 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 65 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | combinator::complete, | ^^^^^^^^^^^^^^^^^^^^ 67 | combinator::cond, | ^^^^^^^^^^^^^^^^ 68 | combinator::consumed, 69 | combinator::cut, | ^^^^^^^^^^^^^^^ 70 | combinator::eof, | ^^^^^^^^^^^^^^^ 71 | combinator::fail, | ^^^^^^^^^^^^^^^^ 72 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 73 | combinator::into, | ^^^^^^^^^^^^^^^^ 74 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 75 | combinator::map, 76 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 77 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 78 | combinator::map_res, 79 | combinator::not, | ^^^^^^^^^^^^^^^ 80 | combinator::opt, 81 | combinator::peek, | ^^^^^^^^^^^^^^^^ 82 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 83 | combinator::rest, | ^^^^^^^^^^^^^^^^ 84 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 85 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 86 | combinator::value, | ^^^^^^^^^^^^^^^^^ 87 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 88 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 89 | error::Error, | ^^^^^^^^^^^^ ... 93 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 94 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 95 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 96 | error::context, | ^^^^^^^^^^^^^^ 97 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 98 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 99 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 100 | error::make_error, | ^^^^^^^^^^^^^^^^^ 101 | multi::count, | ^^^^^^^^^^^^ 102 | multi::fill, | ^^^^^^^^^^^ 103 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 104 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 105 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 106 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 107 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 108 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 109 | multi::many0, | ^^^^^^^^^^^^ 110 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 111 | multi::many1, | ^^^^^^^^^^^^ 112 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 113 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 114 | multi::many_till, | ^^^^^^^^^^^^^^^^ 115 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ ... 120 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused imports: `IResult`, `branch::alt`, `branch::permutation`, `bytes::streaming::escaped_transform`, `bytes::streaming::escaped`, `bytes::streaming::is_a`, `bytes::streaming::is_not`, `bytes::streaming::tag_no_case`, `bytes::streaming::tag`, `bytes::streaming::take_till1`, `bytes::streaming::take_till`, `bytes::streaming::take_until1`, `bytes::streaming::take_until`, `bytes::streaming::take_while1`, `bytes::streaming::take_while_m_n`, `bytes::streaming::take_while`, `bytes::streaming::take`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `character::streaming::alpha0`, `character::streaming::alpha1`, `character::streaming::alphanumeric0`, `character::streaming::alphanumeric1`, `character::streaming::anychar`, `character::streaming::char`, `character::streaming::crlf`, `character::streaming::digit0`, `character::streaming::digit1`, `character::streaming::hex_digit0`, `character::streaming::hex_digit1`, `character::streaming::i128`, `character::streaming::i16`, `character::streaming::i32`, `character::streaming::i64`, `character::streaming::i8`, `character::streaming::line_ending`, `character::streaming::multispace0`, `character::streaming::multispace1`, `character::streaming::newline`, `character::streaming::none_of`, `character::streaming::not_line_ending`, `character::streaming::oct_digit0`, `character::streaming::oct_digit1`, `character::streaming::one_of`, `character::streaming::satisfy`, `character::streaming::space0`, `character::streaming::space1`, `character::streaming::tab`, `character::streaming::u128`, `character::streaming::u16`, `character::streaming::u32`, `character::streaming::u64`, `character::streaming::u8`, `combinator::all_consuming`, `combinator::cond`, `combinator::consumed`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::map_res`, `combinator::map`, `combinator::not`, `combinator::opt`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::ErrorKind`, `error::Error`, `error::FromExternalError`, `error::ParseError`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `multi::separated_list1`, `sequence::delimited`, `sequence::pair`, `sequence::preceded`, `sequence::separated_pair`, `sequence::terminated`, `sequence::tuple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:129:9 | 129 | IResult, | ^^^^^^^ 130 | branch::alt, | ^^^^^^^^^^^ 131 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 132 | bytes::streaming::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 133 | bytes::streaming::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | bytes::streaming::is_a, | ^^^^^^^^^^^^^^^^^^^^^^ 135 | bytes::streaming::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^^ 136 | bytes::streaming::tag, | ^^^^^^^^^^^^^^^^^^^^^ 137 | bytes::streaming::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | bytes::streaming::take, | ^^^^^^^^^^^^^^^^^^^^^^ 139 | bytes::streaming::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 140 | bytes::streaming::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141 | bytes::streaming::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 142 | bytes::streaming::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 143 | bytes::streaming::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 | bytes::streaming::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 145 | bytes::streaming::take_while_m_n, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 146 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 147 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 149 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 150 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 151 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 152 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 153 | character::streaming::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154 | character::streaming::alpha1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 155 | character::streaming::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 156 | character::streaming::alphanumeric1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 157 | character::streaming::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 158 | character::streaming::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 159 | character::streaming::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 160 | character::streaming::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161 | character::streaming::digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | character::streaming::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 163 | character::streaming::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 164 | character::streaming::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | character::streaming::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 166 | character::streaming::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 167 | character::streaming::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 168 | character::streaming::i8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 169 | character::streaming::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | character::streaming::multispace0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171 | character::streaming::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 172 | character::streaming::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 173 | character::streaming::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 174 | character::streaming::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 175 | character::streaming::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 176 | character::streaming::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 177 | character::streaming::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 178 | character::streaming::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 179 | character::streaming::space0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180 | character::streaming::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 181 | character::streaming::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 182 | character::streaming::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 183 | character::streaming::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 184 | character::streaming::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 185 | character::streaming::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 186 | character::streaming::u8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 187 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 188 | combinator::cond, | ^^^^^^^^^^^^^^^^ 189 | combinator::consumed, | ^^^^^^^^^^^^^^^^^^^^ 190 | combinator::cut, | ^^^^^^^^^^^^^^^ 191 | combinator::eof, | ^^^^^^^^^^^^^^^ 192 | combinator::fail, | ^^^^^^^^^^^^^^^^ 193 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 194 | combinator::into, | ^^^^^^^^^^^^^^^^ 195 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 196 | combinator::map, | ^^^^^^^^^^^^^^^ 197 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 198 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 199 | combinator::map_res, | ^^^^^^^^^^^^^^^^^^^ 200 | combinator::not, | ^^^^^^^^^^^^^^^ 201 | combinator::opt, | ^^^^^^^^^^^^^^^ 202 | combinator::peek, | ^^^^^^^^^^^^^^^^ 203 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 204 | combinator::rest, | ^^^^^^^^^^^^^^^^ 205 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 206 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 207 | combinator::value, | ^^^^^^^^^^^^^^^^^ 208 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 209 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 210 | error::Error, | ^^^^^^^^^^^^ 211 | error::ErrorKind, | ^^^^^^^^^^^^^^^^ 212 | error::FromExternalError, | ^^^^^^^^^^^^^^^^^^^^^^^^ 213 | error::ParseError, | ^^^^^^^^^^^^^^^^^ 214 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 215 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 216 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 217 | error::context, | ^^^^^^^^^^^^^^ 218 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 219 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 220 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 221 | error::make_error, | ^^^^^^^^^^^^^^^^^ 222 | multi::count, | ^^^^^^^^^^^^ 223 | multi::fill, | ^^^^^^^^^^^ 224 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 225 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 226 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 227 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 228 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 229 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 230 | multi::many0, | ^^^^^^^^^^^^ 231 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 232 | multi::many1, | ^^^^^^^^^^^^ 233 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 234 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 235 | multi::many_till, | ^^^^^^^^^^^^^^^^ 236 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ 237 | multi::separated_list1, | ^^^^^^^^^^^^^^^^^^^^^^ 238 | sequence::delimited, | ^^^^^^^^^^^^^^^^^^^ 239 | sequence::pair, | ^^^^^^^^^^^^^^ 240 | sequence::preceded, | ^^^^^^^^^^^^^^^^^^ 241 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ 242 | sequence::terminated, | ^^^^^^^^^^^^^^^^^^^^ 243 | sequence::tuple, | ^^^^^^^^^^^^^^^ warning: `tracing-subscriber` (lib) generated 8 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-9c66213d88921363/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=767d4dd85957988e -C extra-filename=-767d4dd85957988e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `color-print-proc-macro` (lib) generated 3 warnings Compiling gix-discover v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_discover CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-discover CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Discover git repositories and check if a directory is a git repository' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-discover CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-discover LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_discover --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-discover/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46cba69e19d98a65 -C extra-filename=-46cba69e19d98a65 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-4d963138be6186bf.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-90221137f94e91c7.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `semver` (lib) generated 22 warnings Compiling gix-negotiate v0.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_negotiate CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-negotiate CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing negotiation algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-negotiate CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-negotiate LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_negotiate --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-negotiate/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0ffbfd762a5ef40 -C extra-filename=-f0ffbfd762a5ef40 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-b5b8485c79ec9815.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-1d46e16d9465f58d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `clap_builder` (lib) generated 3 warnings Compiling gix-diff v0.40.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-diff CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Calculate differences between various git objects' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-diff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.40.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=40 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-diff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_diff --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-diff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("blob", "default", "document-features", "serde", "wasm"))' -C metadata=e3a84a8deb570476 -C extra-filename=-e3a84a8deb570476 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand_xoshiro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=310d417be0a9f613 -C extra-filename=-310d417be0a9f613 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ed25519-compact v2.0.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ed25519_compact CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ed25519-compact CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='A small, self-contained, wasm-friendly Ed25519 implementation' CARGO_PKG_HOMEPAGE='https://github.com/jedisct1/rust-ed25519-compact' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ed25519-compact CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-ed25519-compact' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ed25519-compact LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ed25519_compact --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ed25519-compact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="random"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("blind-keys", "ct-codecs", "default", "disable-signatures", "ed25519", "getrandom", "opt_size", "pem", "random", "self-verify", "std", "traits", "x25519"))' -C metadata=27e2cab4cb351109 -C extra-filename=-27e2cab4cb351109 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-a2b3432538ae7910.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary parentheses around index expression --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ed25519-compact/src/edwards25519.rs:410:16 | 410 | pc[(i - 1)].add(base_cached).to_p3() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 410 - pc[(i - 1)].add(base_cached).to_p3() 410 + pc[i - 1].add(base_cached).to_p3() | Compiling hashlink v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hashlink CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashlink CARGO_PKG_AUTHORS='kyren ' CARGO_PKG_DESCRIPTION='HashMap-like containers that hold their key-value pairs in a user controllable order' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashlink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kyren/hashlink' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashlink LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hashlink --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hashlink/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=201188c9952ad54c -C extra-filename=-201188c9952ad54c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hashbrown=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-d0fd4f33bf8cbdc4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `toml` (lib) generated 2 warnings Compiling is-terminal v0.4.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=is_terminal CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/is-terminal CARGO_PKG_AUTHORS='softprops :Dan Gohman ' CARGO_PKG_DESCRIPTION='Test whether a given stream is a terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is-terminal CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/is-terminal' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/is-terminal LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name is_terminal --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/is-terminal/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=912d8133add9492e -C extra-filename=-912d8133add9492e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-44070d507eb11d6c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-macros v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros CARGO_PKG_AUTHORS='Jiahao XU :Andre Bogus :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Proc-macro utilities for gix' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_macros --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e9b44f58712f29e -C extra-filename=-7e9b44f58712f29e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4712a8e5143b41a7.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ff5a09e502f4eb60.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-6c76eba7bed81ecf.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: associated function `reject_noncanonical` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ed25519-compact/src/field25519.rs:677:12 | 524 | impl Fe { | ------- associated function in this implementation ... 677 | pub fn reject_noncanonical(s: &[u8]) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros/src/momo.rs:102:10 | 102 | Into(&'a Type), | ---- ^^^^^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 102 | Into(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros/src/momo.rs:103:11 | 103 | AsRef(&'a Type), | ----- ^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 103 | AsRef(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-macros/src/momo.rs:104:11 | 104 | AsMut(&'a Type), | ----- ^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 104 | AsMut(()), | ~~ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/jobserver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41352d686025d2b9 -C extra-filename=-41352d686025d2b9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ct-codecs v1.1.1 warning: `gix-macros` (lib) generated 3 warnings Compiling either v1.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ct_codecs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ct-codecs CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='Constant-time hex and base64 codecs from libsodium reimplemented in Rust' CARGO_PKG_HOMEPAGE='https://github.com/jedisct1/rust-ct-codecs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ct-codecs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-ct-codecs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ct-codecs LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ct_codecs --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ct-codecs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b5537ba311785d1 -C extra-filename=-3b5537ba311785d1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either-1.9.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either-1.9.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=16fff8d574583715 -C extra-filename=-16fff8d574583715 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fallible-iterator v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fallible_iterator CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-iterator CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Fallible iterator traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-iterator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-fallible-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-iterator LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fallible_iterator --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-iterator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=88ad4556b194cd4d -C extra-filename=-88ad4556b194cd4d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling hex v0.4.3 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=hex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hex CARGO_PKG_AUTHORS='KokaKiwi ' CARGO_PKG_DESCRIPTION='Encoding and decoding data into/from hexadecimal representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/KokaKiwi/rust-hex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hex LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name hex --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/hex/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=c183fc044bd80ed3 -C extra-filename=-c183fc044bd80ed3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fallible-streaming-iterator v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fallible_streaming_iterator CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-streaming-iterator CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Fallible streaming iteration' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-streaming-iterator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/fallible-streaming-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-streaming-iterator LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fallible_streaming_iterator --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fallible-streaming-iterator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=39e1b4a0f6a2b491 -C extra-filename=-39e1b4a0f6a2b491 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-xid v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-xid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=a07534224720cea9 -C extra-filename=-a07534224720cea9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling shell-escape v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=shell_escape CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Escape characters that may have a special meaning in a shell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shell-escape CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/shell-escape' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name shell_escape --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65e3e6c137a0e378 -C extra-filename=-65e3e6c137a0e378 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-width v0.1.11 Compiling cargo-util-schemas v0.3.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-util-schemas) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-width/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3577cf3a64326b5c -C extra-filename=-3577cf3a64326b5c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_util_schemas CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-util-schemas CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Deserialization schemas for Cargo' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-util-schemas CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_util_schemas --edition=2021 crates/cargo-util-schemas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ec310a35b51b26a -C extra-filename=-6ec310a35b51b26a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-767d4dd85957988e.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_untagged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-cb58457faee0ec83.rmeta --extern serde_value=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_value-3d74fe60c3f83c47.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-62c60c51f401046b.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_xid-a07534224720cea9.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape/src/lib.rs:95:16 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape/src/lib.rs:95:28 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/shell-escape/src/lib.rs:95:40 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see Compiling annotate-snippets v0.10.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=8eceb1077a493bf6 -C extra-filename=-8eceb1077a493bf6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cargo-util v0.2.11 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-util) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-util CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Miscellaneous support code used by Cargo.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-util CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_util --edition=2021 crates/cargo-util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f4495b85b6ab61b -C extra-filename=-1f4495b85b6ab61b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rmeta --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9d658ea32ecbfd14.rmeta --extern hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-c183fc044bd80ed3.rmeta --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-2bbe7cdcb423c021.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-41352d686025d2b9.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fc278d23c96c49d6.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-daac65ca20701a07.rmeta --extern shell_escape=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-65e3e6c137a0e378.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-506b0b2177e04a3d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-73f32528da3326a7.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b8b7273e72a07436.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `shell-escape` (lib) generated 3 warnings Compiling rusqlite v0.31.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rusqlite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rusqlite CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Ergonomic wrapper for SQLite' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusqlite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.31.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rusqlite LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rusqlite --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rusqlite/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="bundled"' --cfg 'feature="modern_sqlite"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=0e29210a7bbb7676 -C extra-filename=-0e29210a7bbb7676 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern fallible_iterator=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfallible_iterator-88ad4556b194cd4d.rmeta --extern fallible_streaming_iterator=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfallible_streaming_iterator-39e1b4a0f6a2b491.rmeta --extern hashlink=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashlink-201188c9952ad54c.rmeta --extern libsqlite3_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibsqlite3_sys-2daca5897e7ff2cd.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out` Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=9a051239e5d7cb40 -C extra-filename=-9a051239e5d7cb40 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libeither-16fff8d574583715.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `ed25519-compact` (lib) generated 2 warnings Compiling pasetors v0.6.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pasetors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors CARGO_PKG_AUTHORS='brycx ' CARGO_PKG_DESCRIPTION='PASETO: Platform-Agnostic Security Tokens (in Rust)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pasetors CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/brycx/pasetors' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pasetors --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ed25519-compact"' --cfg 'feature="orion"' --cfg 'feature="p384"' --cfg 'feature="paserk"' --cfg 'feature="rand_core"' --cfg 'feature="regex"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="v3"' --cfg 'feature="v4"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ed25519-compact", "orion", "p384", "paserk", "rand_core", "regex", "serde", "serde_json", "sha2", "std", "time", "v2", "v3", "v4"))' -C metadata=57e52034630819c2 -C extra-filename=-57e52034630819c2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ct_codecs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libct_codecs-3b5537ba311785d1.rmeta --extern ed25519_compact=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libed25519_compact-27e2cab4cb351109.rmeta --extern getrandom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-a2b3432538ae7910.rmeta --extern orion=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liborion-c63655d78960ea72.rmeta --extern p384=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libp384-b4d2c6dced249498.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-fbf4ca4cdbc3af72.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern sha2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-daac65ca20701a07.rmeta --extern subtle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-2900a5ebc19215ae.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-5fa4cd29e88a9a9a.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-b05d6f14c1d6e255.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/version4.rs:308:9 | 308 | blake2b::Blake2b::verify(&expected_tag, &auth_key, 32, pre_auth.as_slice()) | ^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:183:5 | 183 | unused_qualifications, | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 308 - blake2b::Blake2b::verify(&expected_tag, &auth_key, 32, pre_auth.as_slice()) 308 + Blake2b::verify(&expected_tag, &auth_key, 32, pre_auth.as_slice()) | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:258:24 | 258 | Some(f) => crate::version4::PublicToken::sign( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 258 - Some(f) => crate::version4::PublicToken::sign( 258 + Some(f) => version4::PublicToken::sign( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:264:21 | 264 | None => crate::version4::PublicToken::sign( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 264 - None => crate::version4::PublicToken::sign( 264 + None => version4::PublicToken::sign( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:283:24 | 283 | Some(f) => crate::version4::PublicToken::verify( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 283 - Some(f) => crate::version4::PublicToken::verify( 283 + Some(f) => version4::PublicToken::verify( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:289:21 | 289 | None => crate::version4::PublicToken::verify(public_key, token, None, implicit_assert)?, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 289 - None => crate::version4::PublicToken::verify(public_key, token, None, implicit_assert)?, 289 + None => version4::PublicToken::verify(public_key, token, None, implicit_assert)?, | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:320:24 | 320 | Some(f) => crate::version4::LocalToken::encrypt( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 320 - Some(f) => crate::version4::LocalToken::encrypt( 320 + Some(f) => version4::LocalToken::encrypt( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:326:21 | 326 | None => crate::version4::LocalToken::encrypt( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 326 - None => crate::version4::LocalToken::encrypt( 326 + None => version4::LocalToken::encrypt( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:345:24 | 345 | Some(f) => crate::version4::LocalToken::decrypt( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 345 - Some(f) => crate::version4::LocalToken::decrypt( 345 + Some(f) => version4::LocalToken::decrypt( | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pasetors/src/lib.rs:351:21 | 351 | None => crate::version4::LocalToken::decrypt(secret_key, token, None, implicit_assert)?, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 351 - None => crate::version4::LocalToken::decrypt(secret_key, token, None, implicit_assert)?, 351 + None => version4::LocalToken::decrypt(secret_key, token, None, implicit_assert)?, | Compiling supports-unicode v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=supports_unicode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-unicode CARGO_PKG_AUTHORS='Kat Marchán ' CARGO_PKG_DESCRIPTION='Detects whether a terminal supports unicode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=supports-unicode CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkat/supports-unicode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-unicode LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name supports_unicode --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-unicode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68aecf5e9cfe3aa1 -C extra-filename=-68aecf5e9cfe3aa1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern is_terminal=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libis_terminal-912d8133add9492e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling color-print v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=im_rc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/im-rc-6ddb1063fa3a4aba/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name im_rc --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "debug", "pool", "proptest", "quickcheck", "rayon", "refpool", "serde"))' -C metadata=d7b29b19f40cb7f5 -C extra-filename=-d7b29b19f40cb7f5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitmaps=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitmaps-bba76203094609cd.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_xoshiro-310d417be0a9f613.rmeta --extern sized_chunks=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsized_chunks-3e5984b167a0d1f7.rmeta --extern typenum=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-201f655a0c5ee0e6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=color_print CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name color_print --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "terminfo", "terminfo_crate"))' -C metadata=902f2630f07341df -C extra-filename=-902f2630f07341df --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern color_print_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcolor_print_proc_macro-e7fc4600627e1d47.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/unicase-12f1b6c9ca833354/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=84cca0a6b6b5b32c -C extra-filename=-84cca0a6b6b5b32c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` Compiling tracing-chrome v0.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_chrome CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-chrome CARGO_PKG_AUTHORS='Thoren Paulson ' CARGO_PKG_DESCRIPTION='A Layer for tracing-subscriber that outputs Chrome-style traces.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-chrome CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/thoren-d/tracing-chrome' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-chrome LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_chrome --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-chrome/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9d156696d9d69af -C extra-filename=-c9d156696d9d69af --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-65a5d57a41a639de.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-9dfe98554ffc3464.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:5:17 | 5 | #![cfg_attr(all(__unicase__core_and_alloc, not(test),), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:49:11 | 49 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:51:11 | 51 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:54:15 | 54 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:56:15 | 56 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:60:7 | 60 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:293:7 | 293 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:301:7 | 301 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:2:7 | 2 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:8:11 | 8 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:61:7 | 61 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:69:7 | 69 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:16:11 | 16 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:25:15 | 25 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:30:11 | 30 | #[cfg(__unicase_const_fns)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/ascii.rs:35:15 | 35 | #[cfg(not(__unicase_const_fns))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:1:7 | 1 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:38:7 | 38 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/unicode/mod.rs:46:7 | 46 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:131:19 | 131 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:145:11 | 145 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:153:15 | 153 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:159:11 | 159 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicase/src/lib.rs:167:15 | 167 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/lib.rs:341:13 | 341 | #![cfg_attr(has_specialisation, feature(specialization))] | ^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/lib.rs:381:11 | 381 | #[cfg(all(threadsafe, feature = "quickcheck"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/lib.rs:385:11 | 385 | #[cfg(any(threadsafe, not(feature = "pool")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/lib.rs:388:11 | 388 | #[cfg(all(threadsafe, feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/sync.rs:7:7 | 7 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/sync.rs:38:11 | 38 | #[cfg(not(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:17:11 | 17 | #[cfg(all(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:21:7 | 21 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:25:15 | 25 | #[cfg(all(not(threadsafe), not(feature = "pool")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:29:15 | 29 | #[cfg(all(not(threadsafe), feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:31:15 | 31 | #[cfg(all(not(threadsafe), feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/util.rs:35:11 | 35 | #[cfg(not(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:31:7 | 31 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:70:11 | 70 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:103:7 | 103 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:136:7 | 136 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:1676:11 | 1676 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:1687:7 | 1687 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/map.rs:1698:7 | 1698 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/set.rs:33:7 | 33 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/set.rs:78:11 | 78 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/set.rs:111:7 | 111 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/ord/set.rs:144:7 | 144 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1564:11 | 1564 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1576:7 | 1576 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1588:7 | 1588 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1760:11 | 1760 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1776:7 | 1776 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/map.rs:1792:7 | 1792 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/set.rs:806:11 | 806 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/set.rs:817:7 | 817 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/hash/set.rs:828:7 | 828 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/mod.rs:71:11 | 71 | #[cfg(all(threadsafe, any(test, feature = "rayon")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/mod.rs:1715:11 | 1715 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/mod.rs:1722:7 | 1722 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/mod.rs:1729:7 | 1729 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(has_specialisation)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/focus.rs:280:7 | 280 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/im-rc/./src/vector/focus.rs:283:7 | 283 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(threadsafe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling clap v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=7f0f6d94a32f4f17 -C extra-filename=-7f0f6d94a32f4f17 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-70d45914e84dae96.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=aa934abd826229a2 -C extra-filename=-aa934abd826229a2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_chacha-456fac07e8deb792.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-6ac415720f3e30a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicase` (lib) generated 24 warnings Compiling cargo-credential v0.4.4 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/credential/cargo-credential) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_credential CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/credential/cargo-credential CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library to assist writing Cargo credential helpers.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-credential CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.4.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_credential --edition=2021 credential/cargo-credential/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce1392d23037f6a1 -C extra-filename=-ce1392d23037f6a1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-5fa4cd29e88a9a9a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling rustfix v0.8.2 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/rustfix) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustfix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/rustfix CARGO_PKG_AUTHORS='Pascal Hertleif :Oliver Schneider ' CARGO_PKG_DESCRIPTION='Automatically apply the suggestions made by rustc' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustfix --edition=2021 crates/rustfix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f9fb176780a429 -C extra-filename=-b2f9fb176780a429 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-73f32528da3326a7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rand/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ warning: `rand` (lib) generated 26 warnings Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sha1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=50dedb42ba46c103 -C extra-filename=-50dedb42ba46c103 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcpufeatures-3b2317900a8ae12f.rmeta --extern digest=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-c141304e9ea06f33.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=b49b72d02a0b5de2 -C extra-filename=-b49b72d02a0b5de2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9d658ea32ecbfd14.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling os_info v3.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=os_info CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info CARGO_PKG_AUTHORS='Jan Schulte :Stanislav Tkach ' CARGO_PKG_DESCRIPTION='Detect the operating system type and version.' CARGO_PKG_HOMEPAGE='https://github.com/stanislav-tkach/os_info' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=os_info CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stanislav-tkach/os_info' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=3.7.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name os_info --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=4ba50a756fb64b5c -C extra-filename=-4ba50a756fb64b5c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused import: `std::process::Command` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/openbsd/mod.rs:1:5 | 1 | use std::process::Command; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `error` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/openbsd/mod.rs:3:11 | 3 | use log::{error, trace}; | ^^^^^ warning: `im-rc` (lib) generated 38 warnings Compiling serde_ignored v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_ignored CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_ignored CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Find out about keys that are ignored when deserializing data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_ignored CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-ignored' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_ignored LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_ignored --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_ignored/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a55e36cdd72ea0a -C extra-filename=-2a55e36cdd72ea0a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: method `find` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/matcher.rs:21:12 | 19 | impl Matcher { | ------------ method in this implementation 20 | /// Find the match on the input `string`. 21 | pub fn find(&self, string: &str) -> Option { | ^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `find_by_key` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/matcher.rs:33:4 | 33 | fn find_by_key<'a>(string: &'a str, key: &str) -> Option<&'a str> { | ^^^^^^^^^^^ warning: function `find_prefixed_word` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/matcher.rs:44:4 | 44 | fn find_prefixed_word<'a>(string: &'a str, prefix: &str) -> Option<&'a str> { | ^^^^^^^^^^^^^^^^^^ warning: function `is_valid_version` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/os_info/src/matcher.rs:61:4 | 61 | fn is_valid_version(word: &str) -> bool { | ^^^^^^^^^^^^^^^^ Compiling cargo-platform v0.1.8 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-platform) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/cargo-platform CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 crates/cargo-platform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ae1f39a2edd05a -C extra-filename=-a6ae1f39a2edd05a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling http-auth v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=http_auth CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/http-auth CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='HTTP authentication: parse challenge lists, respond to Basic and Digest challenges. Likely to be extended with server support and additional auth schemes.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-auth CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/scottlamb/http-auth' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/http-auth LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name http_auth --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/http-auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("base64", "basic-scheme", "default", "digest", "digest-scheme", "hex", "http", "http10", "log", "md-5", "rand", "sha2", "trace"))' -C metadata=a466278d4f21fbfb -C extra-filename=-a466278d4f21fbfb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `os_info` (lib) generated 6 warnings Compiling lazycell v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazycell CARGO_PKG_AUTHORS='Alex Crichton :Nikita Pekin ' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazycell LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name lazycell --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazycell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=003b86151b61fe59 -C extra-filename=-003b86151b61fe59 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazycell/src/lib.rs:269:31 | 269 | if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazycell/src/lib.rs:275:31 | 275 | if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) { | ^^^^^^^^^^^^^^^^ Compiling supports-hyperlinks v3.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=supports_hyperlinks CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-hyperlinks CARGO_PKG_AUTHORS='Kat Marchán ' CARGO_PKG_DESCRIPTION='Detects whether a terminal supports rendering hyperlinks.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=supports-hyperlinks CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkat/supports-hyperlinks' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-hyperlinks LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name supports_hyperlinks --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/supports-hyperlinks/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d86c4217214b56d3 -C extra-filename=-d86c4217214b56d3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `lazycell` (lib) generated 2 warnings Compiling pathdiff v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/pathdiff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=bec7959e6b44c1de -C extra-filename=-bec7959e6b44c1de --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling bytesize v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bytesize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytesize CARGO_PKG_AUTHORS='Hyunsik Choi ' CARGO_PKG_DESCRIPTION='an utility for human-readable bytes representations' CARGO_PKG_HOMEPAGE='https://github.com/hyunsik/bytesize/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytesize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyunsik/bytesize/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytesize LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bytesize --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytesize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=0755a4de1e53e124 -C extra-filename=-0755a4de1e53e124 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling glob v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/glob CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/glob LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name glob --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/glob/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c617f635fae79bbb -C extra-filename=-c617f635fae79bbb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling humantime v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/humantime CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/humantime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name humantime --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/humantime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91e4a0515d2d0f61 -C extra-filename=-91e4a0515d2d0f61 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cloudabi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/humantime/src/date.rs:6:7 | 6 | #[cfg(target_os="cloudabi")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cloudabi` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/humantime/src/date.rs:14:9 | 14 | not(target_os="cloudabi"), | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous` and 1 more = note: see for more information about checking conditional configuration Compiling opener v0.6.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=opener CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener CARGO_PKG_AUTHORS='Brian Bowman ' CARGO_PKG_DESCRIPTION='Open a file or link using the system default program.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opener CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Seeker14491/opener' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name opener --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/opener/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reveal"))' -C metadata=ed9b77ea6bb4f94c -C extra-filename=-ed9b77ea6bb4f94c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `humantime` (lib) generated 2 warnings [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_buf.o" "-c" "nghttp2/lib/nghttp2_buf.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_callbacks.o" "-c" "nghttp2/lib/nghttp2_callbacks.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_debug.o" "-c" "nghttp2/lib/nghttp2_debug.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_extpri.o" "-c" "nghttp2/lib/nghttp2_extpri.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_frame.o" "-c" "nghttp2/lib/nghttp2_frame.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd.o" "-c" "nghttp2/lib/nghttp2_hd.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd_huffman.o" "-c" "nghttp2/lib/nghttp2_hd_huffman.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd_huffman_data.o" "-c" "nghttp2/lib/nghttp2_hd_huffman_data.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_helper.o" "-c" "nghttp2/lib/nghttp2_helper.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_http.o" "-c" "nghttp2/lib/nghttp2_http.c" [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_map.o" "-c" "nghttp2/lib/nghttp2_map.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_mem.o" "-c" "nghttp2/lib/nghttp2_mem.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_npn.o" "-c" "nghttp2/lib/nghttp2_npn.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_option.o" "-c" "nghttp2/lib/nghttp2_option.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_outbound_item.o" "-c" "nghttp2/lib/nghttp2_outbound_item.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_pq.o" "-c" "nghttp2/lib/nghttp2_pq.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_priority_spec.o" "-c" "nghttp2/lib/nghttp2_priority_spec.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_queue.o" "-c" "nghttp2/lib/nghttp2_queue.c" [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_rcbuf.o" "-c" "nghttp2/lib/nghttp2_rcbuf.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_session.o" "-c" "nghttp2/lib/nghttp2_session.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_stream.o" "-c" "nghttp2/lib/nghttp2_stream.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_submit.o" "-c" "nghttp2/lib/nghttp2_submit.c" [libnghttp2-sys 0.1.8+1.55.1] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "nghttp2/lib/includes" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_version.o" "-c" "nghttp2/lib/nghttp2_version.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libnghttp2-sys 0.1.8+1.55.1] AR_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libnghttp2-sys 0.1.8+1.55.1] AR_x86_64_unknown_openbsd = Some("ar") [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libnghttp2-sys 0.1.8+1.55.1] ARFLAGS_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libnghttp2-sys 0.1.8+1.55.1] ARFLAGS_x86_64_unknown_openbsd = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=HOST_ARFLAGS [libnghttp2-sys 0.1.8+1.55.1] HOST_ARFLAGS = None [libnghttp2-sys 0.1.8+1.55.1] cargo:rerun-if-env-changed=ARFLAGS [libnghttp2-sys 0.1.8+1.55.1] ARFLAGS = None [libnghttp2-sys 0.1.8+1.55.1] running: ZERO_AR_DATE="1" "ar" "cq" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/libnghttp2.a" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/sfparse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_buf.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_callbacks.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_debug.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_extpri.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_frame.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd_huffman.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_hd_huffman_data.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_helper.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_http.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_map.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_mem.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_npn.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_option.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_outbound_item.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_pq.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_priority_spec.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_queue.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_rcbuf.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_session.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_stream.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_submit.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/nghttp2/lib/nghttp2_version.o" [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] running: "ar" "s" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib/libnghttp2.a" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" [libnghttp2-sys 0.1.8+1.55.1] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] cargo:rustc-link-lib=static=nghttp2 [libnghttp2-sys 0.1.8+1.55.1] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libnghttp2-sys 0.1.8+1.55.1] cargo:root=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_HTTP2=1 CARGO_FEATURE_LIBNGHTTP2_SYS=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys CARGO_MANIFEST_LINKS=curl CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.72+curl-8.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=72 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_NGHTTP2_ROOT=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=3090000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-sys-a9a53a1d31199654/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-sys-b8fb2521bcb034ef/build-script-build` [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-changed=curl [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=SYSROOT [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=SYSROOT [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rustc-link-search=native=/usr/local/lib [curl-sys 0.4.72+curl-8.6.0] cargo:rustc-link-lib=curl [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.72+curl-8.6.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libnghttp2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8+1.55.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libnghttp2_sys --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libnghttp2-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e442afe484198be -C extra-filename=-6e442afe484198be --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib -l static=nghttp2` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" [curl-sys 0.4.72+curl-8.6.0] cargo:include=/usr/local/include Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_HTTP2=1 CARGO_FEATURE_OPENSSL_PROBE=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_CURL_INCLUDE=/usr/local/include DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=3090000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-82df8fbfa67822bf/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-b4c1f716f5626047/build-script-build` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=curl_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.72+curl-8.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=72 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-sys-a9a53a1d31199654/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name curl_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=0f12bebf4d024213 -C extra-filename=-0f12bebf4d024213 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern libnghttp2_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibnghttp2_sys-6e442afe484198be.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-0c607269a8436f23.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-f7e27c23d3b53a20.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -l curl -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" warning: unexpected `cfg` condition name: `link_libnghttp2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/lib.rs:5:7 | 5 | #[cfg(link_libnghttp2)] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(link_libnghttp2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `link_libz` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/lib.rs:7:7 | 7 | #[cfg(link_libz)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(link_libz)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `link_openssl` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/lib.rs:9:7 | 9 | #[cfg(link_openssl)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(link_openssl)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libcurl_vendored` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl-sys/lib.rs:1172:10 | 1172 | cfg!(libcurl_vendored) | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libcurl_vendored)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `pasetors` (lib) generated 9 warnings [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=curl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-82df8fbfa67822bf/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name curl --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=0cf53a534d6ab49e -C extra-filename=-0cf53a534d6ab49e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-0f12bebf4d024213.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern openssl_probe=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_probe-f934a1b6fea86f1e.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-f7e27c23d3b53a20.rmeta --extern socket2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsocket2-2900003886c8f973.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` warning: `curl-sys` (lib) generated 4 warnings [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/grafts.o" "-c" "libgit2/src/libgit2/grafts.c" warning: unexpected `cfg` condition name: `need_openssl_probe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/src/easy/handler.rs:678:11 | 678 | #[cfg(need_openssl_probe)] | ^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_openssl_probe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `need_openssl_probe` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/src/easy/handler.rs:700:15 | 700 | #[cfg(not(need_openssl_probe))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_openssl_probe)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `need_openssl_init` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/src/lib.rs:97:15 | 97 | #[cfg(need_openssl_init)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_openssl_init)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `need_openssl_init` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/curl/src/lib.rs:99:15 | 99 | #[cfg(need_openssl_init)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(need_openssl_init)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" Compiling gix-transport v0.41.0 Compiling crates-io v0.40.1 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/crates-io) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_transport CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-transport CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated to implementing the git transport layer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-transport CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.41.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=41 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-transport LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_transport --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-transport/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="base64"' --cfg 'feature="blocking-client"' --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="gix-credentials"' --cfg 'feature="http-client"' --cfg 'feature="http-client-curl"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-client", "async-std", "async-trait", "base64", "blocking-client", "curl", "default", "document-features", "futures-io", "futures-lite", "gix-credentials", "http-client", "http-client-curl", "http-client-reqwest", "pin-project-lite", "reqwest", "serde"))' -C metadata=6201aa338732316c -C extra-filename=-6201aa338732316c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base64=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-6d5e20215388853c.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-0cf53a534d6ab49e.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-58e79970f0c99ba5.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-075ec8ff3589a6eb.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_packetline=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_packetline-ab212ce222d112e6.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-88806ac2236b5a24.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-90221137f94e91c7.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-86b680e720690376.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=crates_io CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/crates/crates-io CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Helpers for interacting with crates.io ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crates-io CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.40.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=40 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name crates_io --edition=2021 crates/crates-io/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00e96bc1ae446613 -C extra-filename=-00e96bc1ae446613 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-0cf53a534d6ab49e.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-96cb5e142a863002.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" Compiling gix-protocol v0.44.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix_protocol CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-protocol CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for implementing git protocols' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-protocol CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.44.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=44 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-protocol LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix_protocol --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="blocking-client"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-client", "async-trait", "blocking-client", "document-features", "futures-io", "futures-lite", "serde"))' -C metadata=708d682cc7193b00 -C extra-filename=-708d682cc7193b00 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-f9265ac7f556ed94.rmeta --extern btoi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbtoi-493e46e547b1c553.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-075ec8ff3589a6eb.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_transport=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_transport-6201aa338732316c.rmeta --extern maybe_async=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmaybe_async-d8642c0499bd5209.so --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-30711f802eebdac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" warning: `curl` (lib) generated 4 warnings [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" Compiling gix v0.58.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=gix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Interact with git repositories just like git would' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.58.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=58 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name gix --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="blocking-http-transport-curl"' --cfg 'feature="blocking-network-client"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="excludes"' --cfg 'feature="gix-protocol"' --cfg 'feature="gix-transport"' --cfg 'feature="index"' --cfg 'feature="prodash"' --cfg 'feature="progress-tree"' --cfg 'feature="revision"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "basic", "blob-diff", "blocking-http-transport-curl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "document-features", "excludes", "extras", "fast-sha1", "gix-archive", "gix-protocol", "gix-status", "gix-transport", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "parallel-walkdir", "prodash", "progress-tree", "regex", "reqwest-for-configuration-only", "revision", "revparse-regex", "serde", "status", "verbose-object-parsing-errors", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-stock"))' -C metadata=8551a1fc2b02b33e -C extra-filename=-8551a1fc2b02b33e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_actor=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-07f64061a7a09dca.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-e862604d198df601.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-58e79970f0c99ba5.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-b5b8485c79ec9815.rmeta --extern gix_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config-48e8eb8db3547434.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-075ec8ff3589a6eb.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-2abe22cd2ef0241d.rmeta --extern gix_diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_diff-e3a84a8deb570476.rmeta --extern gix_discover=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_discover-46cba69e19d98a65.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern gix_filter=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_filter-9115e511218ff8e2.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-ecf75649050094c9.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-9ef18dcfef0b6be3.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-487d15c0a6c777dc.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-edbd42c6d570029b.rmeta --extern gix_ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ignore-fbb2f6371e3564a9.rmeta --extern gix_index=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_index-565c7aa5d43be6d6.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-5555f3bce1d531f4.rmeta --extern gix_macros=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libgix_macros-7e9b44f58712f29e.so --extern gix_negotiate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_negotiate-f0ffbfd762a5ef40.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-d23c502343b8c307.rmeta --extern gix_odb=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_odb-836ff826798a00ea.rmeta --extern gix_pack=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pack-14bc765a9ae46d98.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-2b62a3fe7f105eb5.rmeta --extern gix_pathspec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pathspec-aa2c867e4f9cf4ad.rmeta --extern gix_prompt=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_prompt-fb6081f07e336e98.rmeta --extern gix_protocol=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_protocol-708d682cc7193b00.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-4d963138be6186bf.rmeta --extern gix_refspec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_refspec-20dfbf573cc13fe6.rmeta --extern gix_revision=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revision-4f06b1c297707192.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-1d46e16d9465f58d.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-90221137f94e91c7.rmeta --extern gix_submodule=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_submodule-b792383b2817c9ff.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-483a6b54132e526c.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-3aaeed3f9aae0350.rmeta --extern gix_transport=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_transport-6201aa338732316c.rmeta --extern gix_traverse=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_traverse-176b28657b71d318.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-86b680e720690376.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-12ef0e52fbcbf220.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-e09a695e76187d7c.rmeta --extern gix_worktree=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_worktree-fadb79515bc0ac8d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-fd05f464b3f547dc.rmeta --extern prodash=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprodash-c935273c2377e4fd.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-38f5d1825d170df2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7a36e006ebaeebf3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib` [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/libgit2/refdb_fs.c:2478:18: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= backend->fsync = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=1 warning generated. [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" warning: trait `Sealed` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix/src/ext/reference.rs:1:11 | 1 | pub trait Sealed {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `Sealed` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/gix/src/ext/rev_spec.rs:1:11 | 1 | pub trait Sealed {} | ^^^^^^ [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash.o" "-c" "libgit2/src/util/hash.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/util/net.c:490:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= parser.hierarchical = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/util/net.c:598:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= parser.hierarchical = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/pqueue.o" "-c" "libgit2/src/util/pqueue.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/rand.o" "-c" "libgit2/src/util/rand.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=2 warnings generated. [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/str.o" "-c" "libgit2/src/util/str.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/varint.o" "-c" "libgit2/src/util/varint.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/wildmatch.o" "-c" "libgit2/src/util/wildmatch.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth.o" "-c" "libgit2/src/libgit2/transports/auth.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_gssapi.o" "-c" "libgit2/src/libgit2/transports/auth_gssapi.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_ntlmclient.o" "-c" "libgit2/src/libgit2/transports/auth_ntlmclient.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_sspi.o" "-c" "libgit2/src/libgit2/transports/auth_sspi.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "-c" "libgit2/src/libgit2/transports/credential_helpers.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:329:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= data->seen_capabilities = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=1 warning generated. [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:270:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= pkt_parse_data.seen_capabilities = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/mbedtls.o" "-c" "libgit2/src/libgit2/streams/mbedtls.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl.o" "-c" "libgit2/src/libgit2/streams/openssl.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "-c" "libgit2/src/libgit2/streams/openssl_dynamic.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=1 warning generated. [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning=libgit2/src/libgit2/streams/openssl.c:661:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= st->parent.encrypted = 1; [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] cargo:warning= ^ ~ [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "-c" "libgit2/src/libgit2/streams/openssl_legacy.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" [libgit2-sys 0.16.2+1.7.2] cargo:warning=1 warning generated. [libgit2-sys 0.16.2+1.7.2] [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/schannel.o" "-c" "libgit2/src/libgit2/streams/schannel.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/stransport.o" "-c" "libgit2/src/libgit2/streams/stransport.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/http-parser/http_parser.o" "-c" "libgit2/deps/http-parser/http_parser.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xdiffi.o" "-c" "libgit2/deps/xdiff/xdiffi.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xemit.o" "-c" "libgit2/deps/xdiff/xemit.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xhistogram.o" "-c" "libgit2/deps/xdiff/xhistogram.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xmerge.o" "-c" "libgit2/deps/xdiff/xmerge.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xpatience.o" "-c" "libgit2/deps/xdiff/xpatience.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xprepare.o" "-c" "libgit2/deps/xdiff/xprepare.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xutils.o" "-c" "libgit2/deps/xdiff/xutils.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_byte_order.o" "-c" "libgit2/deps/pcre/pcre_byte_order.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_chartables.o" "-c" "libgit2/deps/pcre/pcre_chartables.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_compile.o" "-c" "libgit2/deps/pcre/pcre_compile.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_config.o" "-c" "libgit2/deps/pcre/pcre_config.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_dfa_exec.o" "-c" "libgit2/deps/pcre/pcre_dfa_exec.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_exec.o" "-c" "libgit2/deps/pcre/pcre_exec.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_fullinfo.o" "-c" "libgit2/deps/pcre/pcre_fullinfo.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_get.o" "-c" "libgit2/deps/pcre/pcre_get.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_globals.o" "-c" "libgit2/deps/pcre/pcre_globals.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_jit_compile.o" "-c" "libgit2/deps/pcre/pcre_jit_compile.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_maketables.o" "-c" "libgit2/deps/pcre/pcre_maketables.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_newline.o" "-c" "libgit2/deps/pcre/pcre_newline.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_ord2utf8.o" "-c" "libgit2/deps/pcre/pcre_ord2utf8.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_printint.o" "-c" "libgit2/deps/pcre/pcre_printint.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_refcount.o" "-c" "libgit2/deps/pcre/pcre_refcount.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_string_utils.o" "-c" "libgit2/deps/pcre/pcre_string_utils.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_study.o" "-c" "libgit2/deps/pcre/pcre_study.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_tables.o" "-c" "libgit2/deps/pcre/pcre_tables.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_ucd.o" "-c" "libgit2/deps/pcre/pcre_ucd.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_valid_utf8.o" "-c" "libgit2/deps/pcre/pcre_valid_utf8.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_version.o" "-c" "libgit2/deps/pcre/pcre_version.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_xclass.o" "-c" "libgit2/deps/pcre/pcre_xclass.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcreposix.o" "-c" "libgit2/deps/pcre/pcreposix.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" [libgit2-sys 0.16.2+1.7.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-I" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/usr/local/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/openssl.o" "-c" "libgit2/src/util/hash/openssl.c" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libgit2-sys 0.16.2+1.7.2] AR_x86_64-unknown-openbsd = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libgit2-sys 0.16.2+1.7.2] AR_x86_64_unknown_openbsd = Some("ar") [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libgit2-sys 0.16.2+1.7.2] ARFLAGS_x86_64-unknown-openbsd = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libgit2-sys 0.16.2+1.7.2] ARFLAGS_x86_64_unknown_openbsd = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=HOST_ARFLAGS [libgit2-sys 0.16.2+1.7.2] HOST_ARFLAGS = None [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-env-changed=ARFLAGS [libgit2-sys 0.16.2+1.7.2] ARFLAGS = None [libgit2-sys 0.16.2+1.7.2] running: ZERO_AR_DATE="1" "ar" "cq" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2.a" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/annotated_commit.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/apply.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attr.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attr_file.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/attrcache.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blame.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blame_git.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/blob.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/branch.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/buf.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/cache.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/checkout.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/cherrypick.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/clone.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit_graph.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/commit_list.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_cache.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_entries.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_file.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_mem.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_parse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/config_snapshot.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/crlf.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/delta.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/describe.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_driver.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_file.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_generate.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_parse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_print.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_stats.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_tform.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/diff_xdiff.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/email.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/errors.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/fetch.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/fetchhead.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/filter.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/grafts.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/graph.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/hashsig.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/ident.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/idxmap.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/ignore.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/index.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/indexer.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/iterator.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/libgit2.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/mailmap.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge_driver.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/merge_file.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/message.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/midx.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/mwindow.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/notes.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/object.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/object_api.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_loose.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_mempack.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/odb_pack.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/offmap.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oid.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oidarray.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/oidmap.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pack-objects.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pack.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/parse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch_generate.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/patch_parse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/path.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/pathspec.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/proxy.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/push.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reader.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/rebase.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refdb.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refdb_fs.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reflog.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refs.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/refspec.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/remote.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/repository.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/reset.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revert.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revparse.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/revwalk.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/signature.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/stash.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/status.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/strarray.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/submodule.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/sysdir.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tag.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/threadstate.o" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: ZERO_AR_DATE="1" "ar" "cq" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2.a" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/trace.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/trailer.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transaction.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transport.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tree-cache.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/tree.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/worktree.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/alloc.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/date.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/filebuf.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/fs_path.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/futils.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/net.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/pool.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/posix.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/pqueue.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/rand.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/regexp.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/runtime.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/sortedcache.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/str.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/strmap.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/thread.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/tsort.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/utf8.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/util.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/varint.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/vector.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/wildmatch.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/zstream.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_gssapi.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_ntlmclient.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/auth_sspi.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/credential.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/git.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/http.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/httpclient.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/local.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/ssh.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/transports/winhttp.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/mbedtls.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/registry.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/schannel.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/socket.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/stransport.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/libgit2/streams/tls.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/http-parser/http_parser.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xdiffi.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xemit.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xhistogram.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xmerge.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xpatience.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xprepare.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/xdiff/xutils.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_byte_order.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_chartables.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_compile.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_config.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_dfa_exec.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_exec.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_fullinfo.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_get.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_globals.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_jit_compile.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_maketables.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_newline.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_ord2utf8.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_printint.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_refcount.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_string_utils.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_study.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_tables.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_ucd.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_valid_utf8.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_version.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcre_xclass.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/deps/pcre/pcreposix.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/allocators/failalloc.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/allocators/stdalloc.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/unix/map.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/unix/realpath.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/collisiondetect.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2/src/util/hash/openssl.o" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] running: "ar" "s" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build/libgit2.a" [libgit2-sys 0.16.2+1.7.2] exit status: 0 [libgit2-sys 0.16.2+1.7.2] cargo:rustc-link-lib=static=git2 [libgit2-sys 0.16.2+1.7.2] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build [libgit2-sys 0.16.2+1.7.2] cargo:root=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-changed=libgit2/include [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-changed=libgit2/src [libgit2-sys 0.16.2+1.7.2] cargo:rerun-if-changed=libgit2/deps warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/libgit2/refdb_fs.c:2478:18: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: backend->fsync = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: 1 warning generated. warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/util/net.c:490:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: parser.hierarchical = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/util/net.c:598:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: parser.hierarchical = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: 2 warnings generated. warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/libgit2/transports/smart_pkt.c:329:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: data->seen_capabilities = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: 1 warning generated. warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/libgit2/transports/smart_protocol.c:270:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: pkt_parse_data.seen_capabilities = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: 1 warning generated. warning: libgit2-sys@0.16.2+1.7.2: libgit2/src/libgit2/streams/openssl.c:661:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] warning: libgit2-sys@0.16.2+1.7.2: st->parent.encrypted = 1; warning: libgit2-sys@0.16.2+1.7.2: ^ ~ warning: libgit2-sys@0.16.2+1.7.2: 1 warning generated. Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libgit2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.2+1.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libgit2_sys --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=b4749b8a70f8fa67 -C extra-filename=-b4749b8a70f8fa67 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern libssh2_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibssh2_sys-a27bd86b3cda278f.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-0c607269a8436f23.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-f7e27c23d3b53a20.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build -l static=git2 -L native=/usr/local/lib --cfg libgit2_vendored` warning: unexpected `cfg` condition name: `libgit2_vendored` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libgit2-sys/lib.rs:4324:10 | 4324 | cfg!(libgit2_vendored) | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(libgit2_vendored)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `libgit2-sys` (lib) generated 1 warning Compiling git2 v0.18.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=git2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2 CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.18.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name git2 --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="https"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6c7556b6789ff387 -C extra-filename=-6c7556b6789ff387 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-97a826a10e8a0c60.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern libgit2_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-b4749b8a70f8fa67.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern openssl_probe=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_probe-f934a1b6fea86f1e.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-f7e27c23d3b53a20.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build -L native=/usr/local/lib` Compiling git2-curl v0.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=git2_curl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2-curl CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git2-curl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2-curl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name git2_curl --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/git2-curl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zlib-ng-compat"))' -C metadata=6a1fc38427e7cd07 -C extra-filename=-6a1fc38427e7cd07 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-0cf53a534d6ab49e.rmeta --extern git2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-6c7556b6789ff387.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-ccef7569b9f8deb5.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build -L native=/usr/local/lib` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.79.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=79 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_CURL_INCLUDE=/usr/local/include DEP_GIT2_ROOT=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-87b4c03e5e2e055e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/cargo-236fa30bed4aabfa/build-script-build` [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-add.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-bench.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-build.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-check.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-clean.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-doc.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-fetch.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-fix.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-generate-lockfile.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-help.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-init.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-install.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-locate-project.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-login.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-logout.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-metadata.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-new.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-owner.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-package.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-pkgid.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-publish.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-remove.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-report.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-run.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-rustc.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-rustdoc.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-search.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-test.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-tree.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-uninstall.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-update.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-vendor.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-verify-project.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-version.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo-yank.1 [cargo 0.79.0] cargo:rerun-if-changed=src/etc/man/cargo.1 [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-add.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-bench.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-build.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-check.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-clean.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-doc.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-fetch.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-fix.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-generate-lockfile.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-help.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-init.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-install.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-locate-project.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-login.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-logout.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-metadata.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-new.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-owner.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-package.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-pkgid.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-publish.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-remove.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-report.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-run.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-rustc.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-rustdoc.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-search.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-test.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-tree.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-uninstall.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-update.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-vendor.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-verify-project.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-version.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-yank.txt [cargo 0.79.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo.txt [cargo 0.79.0] cargo:rustc-env=RUST_HOST_TARGET=x86_64-unknown-openbsd Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.79.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=79 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-87b4c03e5e2e055e/out RUST_HOST_TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo --edition=2021 src/cargo/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=6f4952d1009c20a5 -C extra-filename=-6f4952d1009c20a5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-8eceb1077a493bf6.rmeta --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rmeta --extern base64=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-6d5e20215388853c.rmeta --extern bytesize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytesize-0755a4de1e53e124.rmeta --extern cargo_credential=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_credential-ce1392d23037f6a1.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-a6ae1f39a2edd05a.rmeta --extern cargo_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util-1f4495b85b6ab61b.rmeta --extern cargo_util_schemas=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util_schemas-6ec310a35b51b26a.rmeta --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-7f0f6d94a32f4f17.rmeta --extern color_print=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-902f2630f07341df.rmeta --extern crates_io=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrates_io-00e96bc1ae446613.rmeta --extern curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-0cf53a534d6ab49e.rmeta --extern curl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-0f12bebf4d024213.rmeta --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9d658ea32ecbfd14.rmeta --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-f27d59e633be3de8.rmeta --extern git2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-6c7556b6789ff387.rmeta --extern git2_curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2_curl-6a1fc38427e7cd07.rmeta --extern gix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix-8551a1fc2b02b33e.rmeta --extern gix_features_for_configuration_only=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rmeta --extern glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglob-c617f635fae79bbb.rmeta --extern hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-c183fc044bd80ed3.rmeta --extern hmac=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-db8f1f9f464ba8ce.rmeta --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-6632c0b84f26917f.rmeta --extern http_auth=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhttp_auth-a466278d4f21fbfb.rmeta --extern humantime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhumantime-91e4a0515d2d0f61.rmeta --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-2bbe7cdcb423c021.rmeta --extern im_rc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libim_rc-d7b29b19f40cb7f5.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-914ca6b8e354eea1.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-9a051239e5d7cb40.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-41352d686025d2b9.rmeta --extern lazycell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazycell-003b86151b61fe59.rmeta --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --extern libgit2_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-b4749b8a70f8fa67.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rmeta --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopener-ed9b77ea6bb4f94c.rmeta --extern os_info=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libos_info-4ba50a756fb64b5c.rmeta --extern pasetors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpasetors-57e52034630819c2.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpathdiff-bec7959e6b44c1de.rmeta --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand-aa934abd826229a2.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-fbf4ca4cdbc3af72.rmeta --extern rusqlite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librusqlite-0e29210a7bbb7676.rmeta --extern rustfix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfix-b2f9fb176780a429.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-767d4dd85957988e.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rmeta --extern serde_untagged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-cb58457faee0ec83.rmeta --extern serde_ignored=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_ignored-2a55e36cdd72ea0a.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rmeta --extern sha1=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1-50dedb42ba46c103.rmeta --extern shell_escape=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-65e3e6c137a0e378.rmeta --extern supports_hyperlinks=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_hyperlinks-d86c4217214b56d3.rmeta --extern supports_unicode=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_unicode-68aecf5e9cfe3aa1.rmeta --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtar-b49b72d02a0b5de2.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-506b0b2177e04a3d.rmeta --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-5fa4cd29e88a9a9a.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-62c60c51f401046b.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-1e34d01836ff104d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-73f32528da3326a7.rmeta --extern tracing_chrome=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_chrome-c9d156696d9d69af.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-9dfe98554ffc3464.rmeta --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicase-84cca0a6b6b5b32c.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b8b7273e72a07436.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out` warning: `gix` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=cargo CARGO_CRATE_NAME=cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.79.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=79 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-87b4c03e5e2e055e/out RUST_HOST_TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo --edition=2021 src/bin/cargo/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=16d61548c9f843c7 -C extra-filename=-16d61548c9f843c7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-8eceb1077a493bf6.rlib --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rlib --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rlib --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rlib --extern base64=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-6d5e20215388853c.rlib --extern bytesize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytesize-0755a4de1e53e124.rlib --extern cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo-6f4952d1009c20a5.rlib --extern cargo_credential=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_credential-ce1392d23037f6a1.rlib --extern cargo_platform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-a6ae1f39a2edd05a.rlib --extern cargo_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util-1f4495b85b6ab61b.rlib --extern cargo_util_schemas=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util_schemas-6ec310a35b51b26a.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-7f0f6d94a32f4f17.rlib --extern color_print=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-902f2630f07341df.rlib --extern crates_io=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrates_io-00e96bc1ae446613.rlib --extern curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-0cf53a534d6ab49e.rlib --extern curl_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-0f12bebf4d024213.rlib --extern filetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9d658ea32ecbfd14.rlib --extern flate2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-f27d59e633be3de8.rlib --extern git2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-6c7556b6789ff387.rlib --extern git2_curl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2_curl-6a1fc38427e7cd07.rlib --extern gix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix-8551a1fc2b02b33e.rlib --extern gix_features_for_configuration_only=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-1e3235ab4b6a0c0a.rlib --extern glob=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglob-c617f635fae79bbb.rlib --extern hex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-c183fc044bd80ed3.rlib --extern hmac=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-db8f1f9f464ba8ce.rlib --extern home=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-6632c0b84f26917f.rlib --extern http_auth=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhttp_auth-a466278d4f21fbfb.rlib --extern humantime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhumantime-91e4a0515d2d0f61.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-2bbe7cdcb423c021.rlib --extern im_rc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libim_rc-d7b29b19f40cb7f5.rlib --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-914ca6b8e354eea1.rlib --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-9a051239e5d7cb40.rlib --extern jobserver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-41352d686025d2b9.rlib --extern lazycell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazycell-003b86151b61fe59.rlib --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rlib --extern libgit2_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-b4749b8a70f8fa67.rlib --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-6315f6df8057683d.rlib --extern opener=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopener-ed9b77ea6bb4f94c.rlib --extern os_info=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libos_info-4ba50a756fb64b5c.rlib --extern pasetors=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpasetors-57e52034630819c2.rlib --extern pathdiff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpathdiff-bec7959e6b44c1de.rlib --extern rand=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand-aa934abd826229a2.rlib --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-fbf4ca4cdbc3af72.rlib --extern rusqlite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librusqlite-0e29210a7bbb7676.rlib --extern rustfix=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfix-b2f9fb176780a429.rlib --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-767d4dd85957988e.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-6d9ef20e02d381e4.rlib --extern serde_untagged=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-cb58457faee0ec83.rlib --extern serde_ignored=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_ignored-2a55e36cdd72ea0a.rlib --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-7fd82b51a544b9b0.rlib --extern sha1=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1-50dedb42ba46c103.rlib --extern shell_escape=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-65e3e6c137a0e378.rlib --extern supports_hyperlinks=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_hyperlinks-d86c4217214b56d3.rlib --extern supports_unicode=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_unicode-68aecf5e9cfe3aa1.rlib --extern tar=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtar-b49b72d02a0b5de2.rlib --extern tempfile=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-506b0b2177e04a3d.rlib --extern time=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-5fa4cd29e88a9a9a.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-62c60c51f401046b.rlib --extern toml_edit=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-1e34d01836ff104d.rlib --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-73f32528da3326a7.rlib --extern tracing_chrome=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_chrome-c9d156696d9d69af.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-9dfe98554ffc3464.rlib --extern unicase=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicase-84cca0a6b6b5b32c.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rlib --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-d25d7d625892fff8.rlib --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b8b7273e72a07436.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-99e8ab3d641ed88c/out/i/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-435f1a0d28da8ba1/out/build -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-65962db16b170dcc/out` Finished `release` profile [optimized] target(s) in 9m 33s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "" } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/bin/cargo" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/bin/cargo" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/_cargo" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/zsh/site-functions/_cargo" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/_cargo" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/zsh/site-functions/_cargo" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/cargo.bashcomp.sh" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/etc/bash_completion.d/cargo" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-metadata.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-metadata.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-doc.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-doc.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-rustdoc.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-rustdoc.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-rustc.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-rustc.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-add.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-add.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-pkgid.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-pkgid.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-build.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-build.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-tree.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-tree.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-package.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-package.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-generate-lockfile.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-generate-lockfile.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-update.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-update.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-remove.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-remove.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-bench.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-bench.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-search.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-search.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-fetch.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-fetch.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-publish.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-publish.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-check.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-check.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-yank.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-yank.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-install.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-install.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-clean.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-clean.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-uninstall.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-uninstall.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-login.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-login.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-version.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-version.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-run.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-run.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-help.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-help.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-owner.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-owner.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-vendor.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-vendor.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-locate-project.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-locate-project.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-verify-project.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-verify-project.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-init.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-init.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-report.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-report.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-test.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-test.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-logout.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-logout.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-new.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-new.1" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/src/etc/man/cargo-fix.1" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-fix.1" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-THIRD-PARTY" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-THIRD-PARTY" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-THIRD-PARTY" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-THIRD-PARTY" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist cargo-1.78.0-x86_64-unknown-openbsd running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image" "--component-name=cargo" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=cargo installed." "--package-name=cargo-1.78.0-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 0.898 seconds < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool rustfmt (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `proc-macro2` (build script) generated 1 warning Fresh unicode-ident v1.0.12 Fresh cfg-if v1.0.0 Fresh proc-macro2 v1.0.78 warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ Compiling libc v0.2.153 Fresh once_cell v1.19.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh utf8parse v0.2.1 warning: `proc-macro2` (lib) generated 256 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-d02b2b8c7deb084e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-60ab2378870ab61f/build-script-build` warning: `once_cell` (lib) generated 4 warnings Fresh quote v1.0.35 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh memchr v2.5.0 warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh anstyle-parse v0.2.3 Fresh anstyle-query v1.0.2 Fresh log v0.4.21 warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:342:13 | 342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:343:13 | 343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:494:34 | 494 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 494 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:600:34 | 600 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1140:34 | 1140 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1149:28 | 1149 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1149 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1159:27 | 1159 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1159 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1163:23 | 1163 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1171:34 | 1171 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1171 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1175:28 | 1175 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1188:34 | 1188 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1192:28 | 1192 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1205:34 | 1205 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1209:28 | 1209 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1430:34 | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1447:34 | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:37:11 | 37 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: `quote` (lib) generated 13 warnings [libc 0.2.153] cargo:rerun-if-changed=build.rs warning: `memchr` (lib) generated 60 warnings warning: `log` (lib) generated 19 warnings Compiling syn v2.0.52 Fresh aho-corasick v1.1.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ Fresh colorchoice v1.0.0 Fresh regex-syntax v0.7.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:1012:38 | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:2812:38 | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh anstyle v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=001c0457ba70a894 -C extra-filename=-001c0457ba70a894 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `aho-corasick` (lib) generated 29 warnings warning: `regex-syntax` (lib) generated 8 warnings Fresh regex v1.8.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:73:37 | 73 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:81:37 | 81 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Fresh anstream v0.6.13 Fresh tracing-core v0.1.30 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `regex` (lib) generated 2 warnings warning: `tracing-core` (lib) generated 12 warnings warning: `regex-syntax` (lib) generated 2 warnings Compiling serde_json v1.0.114 Compiling heck v0.4.1 Fresh equivalent v1.0.1 Fresh lazy_static v1.4.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name heck --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=c7494f25ed5b75c0 -C extra-filename=-c7494f25ed5b75c0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0f8e183943ca2add -C extra-filename=-0f8e183943ca2add --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-0f8e183943ca2add -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `lazy_static` (lib) generated 1 warning Fresh strsim v0.11.0 Fresh hashbrown v0.14.3 Compiling camino v1.1.6 Fresh clap_lex v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="serde1"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=3d01d1db9e8aef7e -C extra-filename=-3d01d1db9e8aef7e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/camino-3d01d1db9e8aef7e -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling clap_builder v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=ac85519f54890603 -C extra-filename=-ac85519f54890603 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-3cdbee883aa326e7.rmeta --extern strsim=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstrsim-0a1c71fa6f76bdb2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libc 0.2.153] cargo:rustc-cfg=freebsd11 [libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.153] cargo:rustc-cfg=libc_union [libc 0.2.153] cargo:rustc-cfg=libc_const_size_of [libc 0.2.153] cargo:rustc-cfg=libc_align [libc 0.2.153] cargo:rustc-cfg=libc_int128 [libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.153] cargo:rustc-cfg=libc_packedN [libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.153] cargo:rustc-cfg=libc_long_array [libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.153] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.153] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.153] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.153] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-d02b2b8c7deb084e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9c80cb18fb9c01a3 -C extra-filename=-9c80cb18fb9c01a3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn -Zunstable-options --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/kebab.rs:41:32 | 41 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 41 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lower_camel.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_kebab.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_snake.rs:56:32 | 56 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/snake.rs:54:32 | 54 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/title.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/train.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/upper_camel.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:85:30 | 85 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:86:24 | 86 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 86 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:82:18 | 82 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:178:36 | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:191:36 | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:199:37 | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:314:16 | 314 | fn command<'help>() -> Command { | -^^^^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:317:27 | 317 | fn command_for_update<'help>() -> Command { | -^^^^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4435:27 | 4435 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 4435 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4442:27 | 4442 | fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4442 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4659:79 | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4883:32 | 4883 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 4883 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:177:37 | 177 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:188:37 | 188 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/styled_str.rs:203:37 | 203 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:567:37 | 567 | fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/format.rs:548:37 | 548 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:849:27 | 849 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:887:48 | 887 | fn formatted(&self, styles: &Styles) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 887 | fn formatted(&self, styles: &Styles) -> Cow<'_, StyledStr> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:943:27 | 943 | fn fmt(&self, _: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 943 | fn fmt(&self, _: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/arg_matcher.rs:117:66 | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry { | ------------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<'_, Id, MatchedArg> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/error.rs:39:37 | 39 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:224:26 | 224 | ) -> Option> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:262:31 | 262 | ) -> Option> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 262 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1080:33 | 1080 | ) -> Result>, MatchesError> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1099:38 | 1099 | ) -> Result>, MatchesError> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:78:38 | 78 | pub(crate) fn vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 78 | pub(crate) fn vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:86:54 | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:94:42 | 94 | pub(crate) fn raw_vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 94 | pub(crate) fn raw_vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:98:58 | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/output/fmt.rs:80:37 | 80 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:82:45 | 82 | pub fn entry(&mut self, key: K) -> Entry { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:121:31 | 121 | pub fn iter(&self) -> Iter { | ----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 121 | pub fn iter(&self) -> Iter<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:128:42 | 128 | pub fn iter_mut(&mut self) -> IterMut { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { | +++ warning: `heck` (lib) generated 14 warnings Fresh indexmap v2.2.5 Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_UNBOUNDED_DEPTH=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-62a463e0671cf9a2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-0f8e183943ca2add/build-script-build` warning: `regex-automata` (lib) generated 30 warnings Compiling bstr v1.6.0 [serde_json 1.0.114] cargo:rerun-if-changed=build.rs [serde_json 1.0.114] cargo:rustc-cfg=limb_width_64 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=d094243200d1fb8f -C extra-filename=-d094243200d1fb8f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-79a830e7782d242b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh thread_local v1.1.8 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 7 warnings Fresh unicode-width v0.1.11 Fresh pin-project-lite v0.2.13 Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/fnv/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=585cbc6b2ec5ce2b -C extra-filename=-585cbc6b2ec5ce2b --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_SERDE=1 CARGO_FEATURE_SERDE1=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-993e01385dd104c7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/camino-3d01d1db9e8aef7e/build-script-build` Fresh itoa v1.0.10 Fresh same-file v1.0.6 Compiling winnow v0.5.40 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.5.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name winnow --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a8b33e215681b047 -C extra-filename=-a8b33e215681b047 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 351 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 351 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 354 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 354 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 356 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 356 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 374 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 374 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 377 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 377 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 379 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 379 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 798 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 798 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 800 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 800 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 805 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 805 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 809 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 809 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 811 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 811 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 813 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 813 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 815 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 815 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 832 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 832 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 834 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 834 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 839 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 839 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 843 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 843 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/utf8.rs:43:12 | 43 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/utf8.rs:57:12 | 57 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) [camino 1.1.6] cargo:rustc-cfg=path_buf_capacity [camino 1.1.6] cargo:rustc-cfg=shrink_to [camino 1.1.6] cargo:rustc-cfg=try_reserve_2 [camino 1.1.6] cargo:rustc-cfg=path_buf_deref_mut Compiling dirs-sys-next v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=dirs_sys_next CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-next CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='system-level helper functions for the dirs and directories crates' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs/tree/master/dirs-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-next LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_sys_next --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-next/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1414cc6cfb0a41c -C extra-filename=-f1414cc6cfb0a41c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-9c80cb18fb9c01a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) Fresh overload v0.1.1 Fresh ryu v1.0.17 Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Compiling dirs-sys v0.3.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-0.3.7 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-0.3.7 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_sys --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5422b2ac98cdf937 -C extra-filename=-5422b2ac98cdf937 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-9c80cb18fb9c01a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:654:32 | 654 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:291:44 | 291 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 291 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:525:44 | 525 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 525 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:609:16 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:563:44 | 563 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 563 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:569:57 | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:585:57 | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:595:44 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:601:57 | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:611:44 | 611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:617:57 | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:627:44 | 627 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:633:57 | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:643:44 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:649:57 | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:659:44 | 659 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:665:57 | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1360:32 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:390:12 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:419:32 | 419 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:720:16 | 720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:925:12 | 925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:936:12 | 936 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:984:12 | 984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:997:12 | 997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1021:12 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1036:12 | 1036 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1052:12 | 1052 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1145:12 | 1145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1156:12 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1204:12 | 1204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1268:12 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1394:12 | 1394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1448:12 | 1448 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1492:12 | 1492 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1508:12 | 1508 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1546:12 | 1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1558:12 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1572:12 | 1572 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1585:12 | 1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1603:12 | 1603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1615:12 | 1615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1632:12 | 1632 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1707:12 | 1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1756:12 | 1756 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1770:12 | 1770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1851:12 | 1851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1863:12 | 1863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1890:12 | 1890 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1902:12 | 1902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1961:12 | 1961 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1984:12 | 1984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2013:12 | 2013 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2025:12 | 2025 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2037:12 | 2037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2090:12 | 2090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2103:12 | 2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2177:12 | 2177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2195:12 | 2195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3331:12 | 3331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3355:12 | 3355 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3375:12 | 3375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3390:12 | 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3402:12 | 3402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3425:12 | 3425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3479:12 | 3479 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3490:12 | 3490 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3514:12 | 3514 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3523:12 | 3523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3535:12 | 3535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3543:12 | 3543 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3551:12 | 3551 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3559:12 | 3559 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3579:12 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3597:12 | 3597 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3606:12 | 3606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3617:12 | 3617 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3628:12 | 3628 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3650:12 | 3650 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3662:12 | 3662 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3674:12 | 3674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3692:12 | 3692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3700:12 | 3700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3712:12 | 3712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3720:12 | 3720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3730:12 | 3730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3740:12 | 3740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3764:12 | 3764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3780:12 | 3780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3796:12 | 3796 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3807:12 | 3807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3823:12 | 3823 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3835:12 | 3835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:48:16 | 48 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:63:16 | 63 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:73:16 | 73 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:78:16 | 78 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:88:16 | 88 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:108:16 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:113:16 | 113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:133:16 | 133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:143:16 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:158:16 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:168:16 | 168 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:183:16 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:198:16 | 198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:203:16 | 203 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:208:16 | 208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:228:16 | 228 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:243:16 | 243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:248:16 | 248 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:253:16 | 253 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:258:16 | 258 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:278:16 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:293:16 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:303:16 | 303 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:313:16 | 313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:328:16 | 328 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:333:16 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:398:16 | 398 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:416:16 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:441:16 | 441 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:446:16 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:451:16 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:456:16 | 456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:461:16 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:491:16 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:501:16 | 501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:511:16 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:521:16 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:563:16 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:578:16 | 578 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:621:16 | 621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:626:16 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:631:16 | 631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:636:16 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:646:16 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:661:16 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:671:16 | 671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:681:16 | 681 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:686:16 | 686 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:691:16 | 691 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:729:16 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:769:16 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:779:16 | 779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:784:16 | 784 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:789:16 | 789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:794:16 | 794 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:804:16 | 804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:809:16 | 809 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:819:16 | 819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:879:16 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:884:16 | 884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:894:16 | 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:899:16 | 899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:904:16 | 904 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:909:16 | 909 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:919:16 | 919 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:926:12 | 926 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:998:12 | 998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1011:12 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1053:12 | 1053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1423:12 | 1423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1449:12 | 1449 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1476:12 | 1476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1646:12 | 1646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1657:12 | 1657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1708:12 | 1708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1829:12 | 1829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1864:12 | 1864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1903:12 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1931:12 | 1931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2014:12 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2026:12 | 2026 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2038:12 | 2038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2067:12 | 2067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2091:12 | 2091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2148:12 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2193:12 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3328:12 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3352:12 | 3352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3372:12 | 3372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3387:12 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3399:12 | 3399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3422:12 | 3422 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3476:12 | 3476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3487:12 | 3487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3511:12 | 3511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3520:12 | 3520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3532:12 | 3532 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3540:12 | 3540 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3548:12 | 3548 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3556:12 | 3556 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3576:12 | 3576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3594:12 | 3594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3603:12 | 3603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3614:12 | 3614 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3625:12 | 3625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3638:12 | 3638 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3647:12 | 3647 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3659:12 | 3659 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3671:12 | 3671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3689:12 | 3689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3697:12 | 3697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3709:12 | 3709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3717:12 | 3717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3727:12 | 3727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3737:12 | 3737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3761:12 | 3761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3777:12 | 3777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3793:12 | 3793 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3804:12 | 3804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3820:12 | 3820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3832:12 | 3832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:99:16 | 99 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:124:16 | 124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:169:16 | 169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:179:16 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:249:16 | 249 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:259:16 | 259 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:274:16 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:289:16 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:304:16 | 304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:314:16 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:319:16 | 319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:324:16 | 324 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:339:16 | 339 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:344:16 | 344 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:354:16 | 354 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:364:16 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:369:16 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:379:16 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:384:16 | 384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:389:16 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:394:16 | 394 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:422:16 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:437:16 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:452:16 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:457:16 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:462:16 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:502:16 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:574:16 | 574 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:589:16 | 589 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:594:16 | 594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:622:16 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:632:16 | 632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:642:16 | 642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:662:16 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:677:16 | 677 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:697:16 | 697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:702:16 | 702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:712:16 | 712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:730:16 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:735:16 | 735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:740:16 | 740 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:745:16 | 745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:35:12 | 35 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:123:12 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:272:12 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:309:12 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:321:12 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:350:12 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:367:12 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:527:12 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:563:12 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:598:12 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:634:12 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:659:12 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:676:12 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:768:12 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:821:12 | 821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:837:12 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:911:12 | 911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:963:12 | 963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:981:12 | 981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1017:12 | 1017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1142:12 | 1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1183:12 | 1183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1195:12 | 1195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1251:12 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1262:12 | 1262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1281:12 | 1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1334:12 | 1334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1376:12 | 1376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1469:12 | 1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1494:12 | 1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1623:12 | 1623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1644:12 | 1644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1683:12 | 1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1702:12 | 1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1994:12 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2005:12 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2224:12 | 2224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2240:12 | 2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2257:12 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2294:12 | 2294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2331:12 | 2331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2363:12 | 2363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2389:12 | 2389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2425:12 | 2425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2474:12 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2493:12 | 2493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2508:12 | 2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2530:12 | 2530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2547:12 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2559:12 | 2559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2574:12 | 2574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2592:12 | 2592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2614:12 | 2614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2632:12 | 2632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2649:12 | 2649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2699:12 | 2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2739:12 | 2739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2771:12 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2882:12 | 2882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2900:12 | 2900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2918:12 | 2918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2950:12 | 2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2990:12 | 2990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2999:12 | 2999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3018:12 | 3018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3029:12 | 3029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3040:12 | 3040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3074:12 | 3074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3086:12 | 3086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3116:12 | 3116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3132:12 | 3132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3142:12 | 3142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:311:40 | 311 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:323:40 | 323 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:341:42 | 341 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 341 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:352:40 | 352 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:358:42 | 358 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:369:40 | 369 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 369 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:375:42 | 375 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:385:40 | 385 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 385 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:476:40 | 476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:482:42 | 482 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:493:40 | 493 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 493 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:499:42 | 499 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 499 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:511:40 | 511 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 511 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:517:42 | 517 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 517 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:529:40 | 529 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:535:42 | 535 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:547:40 | 547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:553:42 | 553 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:565:40 | 565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:571:42 | 571 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:582:40 | 582 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 582 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:588:42 | 588 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 588 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:600:40 | 600 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:606:42 | 606 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:618:40 | 618 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:624:42 | 624 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:636:40 | 636 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:642:42 | 642 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 642 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:667:42 | 667 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 667 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:678:40 | 678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:684:42 | 684 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:695:40 | 695 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:701:42 | 701 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:713:40 | 713 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 713 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:719:42 | 719 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:734:40 | 734 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 734 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:740:42 | 740 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:751:40 | 751 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 751 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:757:42 | 757 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:770:40 | 770 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 770 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:776:42 | 776 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:794:42 | 794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:804:40 | 804 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:810:42 | 810 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:823:40 | 823 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 823 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:829:42 | 829 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:839:40 | 839 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:845:42 | 845 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:857:40 | 857 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:863:42 | 863 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:873:40 | 873 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:879:42 | 879 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:892:40 | 892 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:898:42 | 898 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 898 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:913:40 | 913 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 913 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:919:42 | 919 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:930:40 | 930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:936:42 | 936 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 936 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:947:40 | 947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:953:42 | 953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:965:40 | 965 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 965 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:971:42 | 971 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:989:42 | 989 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 989 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1002:40 | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1008:42 | 1008 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1019:40 | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1025:42 | 1025 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1040:40 | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1046:42 | 1046 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1057:40 | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1063:42 | 1063 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1080:42 | 1080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1091:40 | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1097:42 | 1097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1108:40 | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1114:42 | 1114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1125:40 | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1131:42 | 1131 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1144:40 | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1150:42 | 1150 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1161:40 | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1175:40 | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1185:40 | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1197:40 | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1209:40 | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1221:40 | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1227:42 | 1227 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1237:40 | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1243:42 | 1243 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1243 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1253:40 | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1264:40 | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1283:40 | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1301:40 | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1307:42 | 1307 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1307 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1319:40 | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1325:42 | 1325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1336:40 | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1342:42 | 1342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1378:40 | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1441:40 | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1453:40 | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1471:40 | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1477:42 | 1477 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1477 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1496:40 | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1502:42 | 1502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1515:40 | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1521:42 | 1521 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1521 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1532:40 | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1538:42 | 1538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1555:41 | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1562:40 | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1572:40 | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1607:42 | 1607 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1607 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1625:40 | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1631:42 | 1631 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1631 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1646:40 | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1652:42 | 1652 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1667:40 | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1673:42 | 1673 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1704:40 | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1710:42 | 1710 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1710 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1727:40 | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1733:42 | 1733 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1745:40 | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1751:42 | 1751 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1751 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1790:40 | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1796:42 | 1796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1811:40 | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1817:42 | 1817 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1837:40 | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1843:42 | 1843 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1843 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1859:40 | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1865:42 | 1865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1881:40 | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1887:42 | 1887 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1901:40 | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1907:42 | 1907 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1921:40 | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1930:40 | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1935:42 | 1935 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1935 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1945:40 | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1956:40 | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1977:40 | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1983:42 | 1983 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1983 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1996:40 | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2007:40 | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2019:40 | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2043:40 | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2062:40 | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2074:40 | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2080:42 | 2080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2091:40 | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2097:42 | 2097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2108:40 | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2114:42 | 2114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2125:40 | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2155:40 | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2161:42 | 2161 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2161 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2174:40 | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2180:42 | 2180 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2180 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2191:40 | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2197:42 | 2197 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2197 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2208:40 | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2214:42 | 2214 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2226:40 | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2232:42 | 2232 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2232 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2242:40 | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2248:42 | 2248 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2259:40 | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2265:42 | 2265 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2265 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2279:40 | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2285:42 | 2285 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2285 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2296:40 | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2302:42 | 2302 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2302 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2315:40 | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2321:42 | 2321 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2333:40 | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2339:42 | 2339 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2339 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2349:40 | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2355:42 | 2355 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2365:40 | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2381:40 | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2391:40 | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2402:40 | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2414:40 | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2427:40 | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2446:40 | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2460:40 | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2476:40 | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2495:40 | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2510:40 | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2532:40 | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2538:42 | 2538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2549:40 | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2561:40 | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2576:40 | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2594:40 | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2600:42 | 2600 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2600 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2616:40 | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2622:42 | 2622 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2622 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2634:40 | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2640:42 | 2640 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2640 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2651:40 | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2657:42 | 2657 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2657 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2673:40 | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2701:40 | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2707:42 | 2707 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2719:40 | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2725:42 | 2725 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2741:40 | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2747:42 | 2747 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2763:42 | 2763 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2773:40 | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2779:42 | 2779 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2779 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2788:40 | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2794:42 | 2794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2803:40 | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2809:42 | 2809 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2809 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2818:40 | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2832:40 | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2852:40 | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2858:42 | 2858 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2858 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2868:40 | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2874:42 | 2874 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2884:40 | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2890:42 | 2890 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2890 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2902:40 | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2908:42 | 2908 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2908 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2920:40 | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2926:42 | 2926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2936:40 | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2942:42 | 2942 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2952:40 | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2958:42 | 2958 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2958 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2992:40 | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3001:40 | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3011:40 | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3020:40 | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3042:40 | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3076:40 | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3088:40 | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3100:40 | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3106:42 | 3106 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3106 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3118:40 | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3134:40 | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3144:40 | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:10:12 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:20:12 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:27:12 | 27 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:41:12 | 41 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:52:12 | 52 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:63:12 | 63 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:94:12 | 94 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:97:12 | 97 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:104:12 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:154:12 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:164:12 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:167:12 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:175:12 | 175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:178:12 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:186:12 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:231:12 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:242:12 | 242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:245:12 | 245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:331:12 | 331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:344:12 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:365:12 | 365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:397:12 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:404:12 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:407:12 | 407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:414:12 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:438:12 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:448:12 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:480:12 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:483:12 | 483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:493:12 | 493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:505:12 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:512:12 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:535:12 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:552:12 | 552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:562:12 | 562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:572:12 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:584:12 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:594:12 | 594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:636:12 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:649:12 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:691:12 | 691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:729:12 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:778:12 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:794:12 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:797:12 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:807:12 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:817:12 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:828:12 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:841:12 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:882:12 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:893:12 | 893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:902:12 | 902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:905:12 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:952:12 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:982:12 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1046:12 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1058:12 | 1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1104:12 | 1104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1113:12 | 1113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1127:12 | 1127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1160:12 | 1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1184:12 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1217:12 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1242:12 | 1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1253:12 | 1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1256:12 | 1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1267:12 | 1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1285:12 | 1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1315:12 | 1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1323:12 | 1323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1325:12 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1327:12 | 1327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1329:12 | 1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1387:12 | 1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1401:12 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1470:12 | 1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1482:12 | 1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1490:12 | 1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1503:12 | 1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1514:12 | 1514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1552:12 | 1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1555:12 | 1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1563:12 | 1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1596:12 | 1596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1698:12 | 1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1701:12 | 1701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1715:12 | 1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1729:12 | 1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1783:12 | 1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1836:12 | 1836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1844:12 | 1844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1859:12 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1894:12 | 1894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1901:12 | 1901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1904:12 | 1904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1946:12 | 1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1953:12 | 1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1956:12 | 1956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1966:12 | 1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1999:12 | 1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2019:12 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2064:12 | 2064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2071:12 | 2071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2086:12 | 2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2096:12 | 2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2136:12 | 2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2166:12 | 2166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2176:12 | 2176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2184:12 | 2184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2187:12 | 2187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2197:12 | 2197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2212:12 | 2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2225:12 | 2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:119:12 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:248:12 | 248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:260:12 | 260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:283:12 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:314:12 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:328:12 | 328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:556:12 | 556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:567:12 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:752:12 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:763:12 | 763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:812:12 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:823:12 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:860:12 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:898:12 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:909:12 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:943:12 | 943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:993:12 | 993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1033:12 | 1033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1087:12 | 1087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1137:12 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1320:12 | 1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1332:12 | 1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1347:12 | 1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1357:12 | 1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1447:12 | 1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1544:12 | 1544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1574:12 | 1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1621:12 | 1621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1658:12 | 1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1734:12 | 1734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1812:12 | 1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1823:12 | 1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1939:12 | 1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1950:12 | 1950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1983:12 | 1983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2008:12 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2110:12 | 2110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2234:12 | 2234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2246:12 | 2246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2259:12 | 2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2276:12 | 2276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2321:12 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2334:12 | 2334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2346:12 | 2346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2361:12 | 2361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2432:12 | 2432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2468:12 | 2468 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2478:12 | 2478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2519:12 | 2519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2552:12 | 2552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2575:12 | 2575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2597:12 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2638:12 | 2638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2656:12 | 2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2666:12 | 2666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2677:12 | 2677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2688:12 | 2688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2719:12 | 2719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2744:12 | 2744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2776:12 | 2776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `bstr` (lib) generated 110 warnings Compiling globset v0.4.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset-0.4.13 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset-0.4.13 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name globset --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=73d1f8c07072526c -C extra-filename=-73d1f8c07072526c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-973d329a479ec2c8.rmeta --extern bstr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-d094243200d1fb8f.rmeta --extern fnv=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfnv-585cbc6b2ec5ce2b.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-83377691c02759f1.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset-0.4.13/src/lib.rs:509:37 | 509 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Compiling dirs-next v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=dirs_next CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-next CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-next LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_next --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs-next/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7dc9a0331a95c11 -C extra-filename=-f7dc9a0331a95c11 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern dirs_sys_next=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_sys_next-f1414cc6cfb0a41c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling walkdir v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/walkdir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa9bc957af2960d4 -C extra-filename=-aa9bc957af2960d4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fc278d23c96c49d6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh matchers v0.1.0 Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 106 warnings Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=d3cd03f04e6d54d5 -C extra-filename=-d3cd03f04e6d54d5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-83377691c02759f1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: trait `AppTag` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4888:18 | 4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `into_any` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/ext.rs:56:8 | 51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static { | --------- method in this trait ... 56 | fn into_any(self: Box) -> Box; | ^^^^^^^^ warning: methods `parse` and `parse_` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:609:8 | 591 | trait AnyValueParser: Send + Sync + 'static { | -------------- methods in this trait ... 609 | fn parse( | ^^^^^ ... 616 | fn parse_( | ^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:145:21 | 145 | pub enum Entry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 145 - pub enum Entry<'a, K: 'a, V: 'a> { 145 + pub enum Entry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:174:29 | 174 | pub struct VacantEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 174 - pub struct VacantEntry<'a, K: 'a, V: 'a> { 174 + pub struct VacantEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:179:31 | 179 | pub struct OccupiedEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 179 - pub struct OccupiedEntry<'a, K: 'a, V: 'a> { 179 + pub struct OccupiedEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:184:22 | 184 | pub struct Iter<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 184 - pub struct Iter<'a, K: 'a, V: 'a> { 184 + pub struct Iter<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:220:25 | 220 | pub struct IterMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 220 - pub struct IterMut<'a, K: 'a, V: 'a> { 220 + pub struct IterMut<'a, K, V> { | warning: `tracing-log` (lib) generated 1 warning Compiling yansi-term v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=yansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :Juan Aguilar Santillana ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/botika/yansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/botika/yansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name yansi_term --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=e90b48bb7220dd5d -C extra-filename=-e90b48bb7220dd5d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:7:45 | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:71:37 | 71 | pub fn write_reset(f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn write_reset(f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:79:44 | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:119:49 | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:124:49 | 124 | fn write_background_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | fn write_background_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:6:40 | 6 | struct DisplayANSI fmt::Result> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | struct DisplayANSI) -> fmt::Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:11:26 | 11 | impl fmt::Result> fmt::Display for DisplayANSI { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | impl) -> fmt::Result> fmt::Display for DisplayANSI { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:12:32 | 12 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:27:50 | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter| f.write_str(input))), | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter<'_>| f.write_str(input))), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:34:41 | 34 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:61:41 | 61 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/lib.rs:168:9 | 168 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `yansi-term` (lib) generated 12 warnings Fresh either v1.10.0 Compiling rustfmt-nightly v1.7.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 src/tools/rustfmt/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=ec5bfc565aea89d9 -C extra-filename=-ec5bfc565aea89d9 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustfmt-nightly-ec5bfc565aea89d9 -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -Z binary-dep-depinfo` Fresh smallvec v1.13.1 Compiling itertools v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.36.0 CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c780b214cb23e7df -C extra-filename=-c780b214cb23e7df --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libeither-b7d4e4f24118165e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_CARGO_FMT=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTFMT_FORMAT_DIFF=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustfmt-nightly-ec5bfc565aea89d9/build-script-build` [rustfmt-nightly 1.7.0] cargo:rerun-if-env-changed=CFG_RELEASE_CHANNEL Compiling annotate-snippets v0.9.2 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets-0.9.2 CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets-0.9.2 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/annotate-snippets-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="yansi-term"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "yansi-term"))' -C metadata=50efdb368a50febb -C extra-filename=-50efdb368a50febb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rmeta --extern yansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libyansi_term-e90b48bb7220dd5d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/coalesce.rs:28:5 | 28 | debug_fmt_fields!(CoalesceBy, iter); | ----------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/coalesce.rs:122:5 | 122 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/multi_product.rs:26:5 | 26 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:387:5 | 387 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:530:5 | 530 | debug_fmt_fields!(MergeBy, a, b); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:618:5 | 618 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:622:64 | 622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:848:5 | 848 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:923:5 | 923 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:1008:5 | 1008 | debug_fmt_fields!(Positions, iter, count); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:1078:5 | 1078 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/combinations.rs:28:5 | 28 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/combinations_with_replacement.rs:27:5 | 27 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/exactly_one_err.rs:78:27 | 78 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/exactly_one_err.rs:92:27 | 92 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/kmerge_impl.rs:167:5 | 167 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/merge_join.rs:115:5 | 115 | debug_fmt_fields!(MergeJoinBy, left, right); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:101:5 | 101 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:105:72 | 105 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 105 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/permutations.rs:59:5 | 59 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/powerset.rs:31:5 | 31 | debug_fmt_fields!(Powerset, combs, pos); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/process_results_impl.rs:60:35 | 60 | F: FnOnce(ProcessResults) -> R | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 60 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:17:5 | 17 | debug_fmt_fields!(RepeatCall, ); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:112:5 | 112 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:149:5 | 149 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/take_while_inclusive.rs:31:5 | 31 | debug_fmt_fields!(TakeWhileInclusive, iter); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/duplicates_impl.rs:138:9 | 138 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/unique_impl.rs:25:5 | 25 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/unique_impl.rs:165:5 | 165 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:963:39 | 963 | F: FnOnce(ProcessResults) -> R | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 963 | F: FnOnce(ProcessResults<'_, Self, E>) -> R | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1430:71 | 1430 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1455:63 | 1455 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1455 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1522:75 | 1522 | fn take_while_inclusive(&mut self, accept: F) -> TakeWhileInclusive | ------------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1522 | fn take_while_inclusive(&mut self, accept: F) -> TakeWhileInclusive<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:2262:41 | 2262 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2262 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:2300:64 | 2300 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2300 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: `winnow` (lib) generated 74 warnings Compiling ignore v0.4.20 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name ignore --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=1930a78524dbe3e4 -C extra-filename=-1930a78524dbe3e4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern globset=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglobset-73d1f8c07072526c.rmeta --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rmeta --extern log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-83377691c02759f1.rmeta --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-79a830e7782d242b.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --extern same_file=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fc278d23c96c49d6.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-25571f432b9aa0f9.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-aa9bc957af2960d4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:33:28 | 33 | pub struct IgnoreMatch<'a>(IgnoreMatchInner<'a>); | ----------- ^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = note: `IgnoreMatch` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 33 | pub struct IgnoreMatch<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:39:14 | 39 | Override(overrides::Glob<'a>), | -------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 39 | Override(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:40:15 | 40 | Gitignore(&'a gitignore::Glob), | --------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 40 | Gitignore(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:41:11 | 41 | Types(types::Glob<'a>), | ----- ^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 41 | Types(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/overrides.rs:24:21 | 24 | pub struct Glob<'a>(GlobInner<'a>); | ---- ^^^^^^^^^^^^^ | | | field in this struct | = note: `Glob` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 24 | pub struct Glob<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/overrides.rs:31:13 | 31 | Matched(&'a gitignore::Glob), | ------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 31 | Matched(()), | ~~ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:610:30 | 610 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:359:24 | 359 | pub struct Groups<'a, K: 'a, I: 'a, F: 'a> | ^^^^ ^^^^ ^^^^ | help: remove these bounds | 359 - pub struct Groups<'a, K: 'a, I: 'a, F: 'a> 359 + pub struct Groups<'a, K, I, F> | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:393:23 | 393 | pub struct Group<'a, K: 'a, I: 'a, F: 'a> | ^^^^ ^^^^ ^^^^ | help: remove these bounds | 393 - pub struct Group<'a, K: 'a, I: 'a, F: 'a> 393 + pub struct Group<'a, K, I, F> | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:518:24 | 518 | pub struct Chunks<'a, I: 'a> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:549:23 | 549 | pub struct Chunk<'a, I: 'a> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:90:34 | 90 | pub struct PeekingTakeWhile<'a, I: 'a, F> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/take_while_inclusive.rs:11:36 | 11 | pub struct TakeWhileInclusive<'a, I: 'a, F> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | Fresh anyhow v1.0.80 warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:210:13 | 210 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:211:13 | 211 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:215:9 | 215 | not(anyhow_no_unsafe_op_in_unsafe_fn_lint), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:218:13 | 218 | #![cfg_attr(anyhow_no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:242:5 | 242 | anyhow_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:244:9 | 244 | not(error_generic_member_access) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:411:12 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:1:7 | 1 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:4:15 | 4 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:7:15 | 7 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:10:7 | 10 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:17:15 | 17 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:24:11 | 24 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:31:15 | 31 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:38:7 | 38 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:50:9 | 50 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:51:9 | 51 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:59:32 | 59 | #[cfg(all(feature = "std", not(std_backtrace), not(feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:66:15 | 66 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:6:7 | 6 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:146:11 | 146 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:160:11 | 160 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:3:28 | 3 | #[cfg(any(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:11:11 | 11 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:14:7 | 14 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:581:12 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:664:28 | 664 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:711:7 | 711 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:728:9 | 728 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:729:9 | 729 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:757:28 | 757 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:811:7 | 811 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:852:9 | 852 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:853:9 | 853 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:376:15 | 376 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:415:16 | 415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:540:11 | 540 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:550:11 | 550 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:95:19 | 95 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:99:19 | 99 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:103:21 | 103 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:104:21 | 104 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:123:40 | 123 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:127:19 | 127 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:131:21 | 131 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:132:21 | 132 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:152:40 | 152 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:156:19 | 156 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:160:21 | 160 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:161:21 | 161 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:183:19 | 183 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:187:19 | 187 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:191:21 | 191 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:192:21 | 192 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:212:19 | 212 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:216:19 | 216 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:220:21 | 220 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:221:21 | 221 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:328:40 | 328 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:332:19 | 332 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:336:21 | 336 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:337:21 | 337 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:445:23 | 445 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:450:19 | 450 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:529:23 | 529 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:533:19 | 533 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:612:32 | 612 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:616:11 | 616 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:620:13 | 620 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:621:13 | 621 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:653:15 | 653 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:658:11 | 658 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:695:19 | 695 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:703:15 | 703 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:925:15 | 925 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:942:11 | 942 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:914:19 | 914 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:921:15 | 921 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:934:23 | 934 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:936:27 | 936 | #[cfg(not(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:964:11 | 964 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:43:19 | 43 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:94:15 | 94 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:109:15 | 109 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:117:15 | 117 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:151:11 | 151 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:166:15 | 166 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:7:7 | 7 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:80:11 | 80 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:681:15 | 681 | #[cfg(anyhow_no_fmt_arguments_as_str)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:683:19 | 683 | #[cfg(not(anyhow_no_fmt_arguments_as_str))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `anyhow` (lib) generated 95 warnings Compiling term v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/term CARGO_PKG_AUTHORS='The Rust Project Developers:Steven Allen' CARGO_PKG_DESCRIPTION='A terminal formatting library ' CARGO_PKG_HOMEPAGE='https://github.com/Stebalien/term' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/term LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name term --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/term/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ab3011df4e62073a -C extra-filename=-ab3011df4e62073a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern dirs_next=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_next-f7dc9a0331a95c11.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/term/src/terminfo/parser/names.rs:2:13 | 2 | #![cfg_attr(rustfmt, rustfmt_skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `itertools` (lib) generated 50 warnings Compiling dirs v4.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name dirs --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/dirs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fffa9ac7a4fbcb29 -C extra-filename=-fffa9ac7a4fbcb29 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern dirs_sys=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_sys-5422b2ac98cdf937.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=70df8eb145955853 -C extra-filename=-70df8eb145955853 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `globset` (lib) generated 1 warning Compiling unicode-properties v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-properties/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="general-category"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=79e9d2619118f702 -C extra-filename=-79e9d2619118f702 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `getopts` (lib) generated 1 warning Compiling unicode-segmentation v1.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_segmentation CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-segmentation CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.11.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_segmentation --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=7d8cfc9f899abd6d -C extra-filename=-7d8cfc9f899abd6d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:264:47 | 264 | fn graphemes(&self, is_extended: bool) -> Graphemes { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 264 | fn graphemes(&self, is_extended: bool) -> Graphemes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:269:54 | 269 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 269 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:274:32 | 274 | fn unicode_words(&self) -> UnicodeWords { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn unicode_words(&self) -> UnicodeWords<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:279:39 | 279 | fn unicode_word_indices(&self) -> UnicodeWordIndices { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:284:36 | 284 | fn split_word_bounds(&self) -> UWordBounds { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn split_word_bounds(&self) -> UWordBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:289:43 | 289 | fn split_word_bound_indices(&self) -> UWordBoundIndices { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 289 | fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:294:36 | 294 | fn unicode_sentences(&self) -> UnicodeSentences { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 294 | fn unicode_sentences(&self) -> UnicodeSentences<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:299:40 | 299 | fn split_sentence_bounds(&self) -> USentenceBounds { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 299 | fn split_sentence_bounds(&self) -> USentenceBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:304:47 | 304 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> { | ++++ Compiling diff v0.1.13 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/diff CARGO_PKG_AUTHORS='Utkarsh Kukreti ' CARGO_PKG_DESCRIPTION='An LCS based slice and string diffing implementation.' CARGO_PKG_HOMEPAGE='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/diff LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name diff --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/diff/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=701424e5040f56a8 -C extra-filename=-701424e5040f56a8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicode-segmentation` (lib) generated 9 warnings Compiling bytecount v0.6.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name bytecount --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "packed_simd", "runtime-dispatch-simd"))' -C metadata=94c643ddd4bd1d8a -C extra-filename=-94c643ddd4bd1d8a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount/src/lib.rs:94:48 | 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, `packed_simd`, `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount/src/lib.rs:156:48 | 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, `packed_simd`, `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bytecount` (lib) generated 2 warnings warning: `term` (lib) generated 1 warning warning: `syn` (lib) generated 3226 warnings (315 duplicates) Compiling serde_derive v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1d1c8da0bee80823 -C extra-filename=-1d1c8da0bee80823 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-001c0457ba70a894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=ed93ac0b01546a72 -C extra-filename=-ed93ac0b01546a72 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-001c0457ba70a894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `ignore` (lib) generated 6 warnings Compiling thiserror-impl v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dbfd9684911b197 -C extra-filename=-4dbfd9684911b197 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-001c0457ba70a894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ warning: `thiserror-impl` (lib) generated 25 warnings Compiling clap_derive v4.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=1a28a7bf2f737d7e -C extra-filename=-1a28a7bf2f737d7e --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern heck=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libheck-c7494f25ed5b75c0.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-001c0457ba70a894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/lib.rs:19:1 | 19 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/attr.rs:75:21 | 75 | fn parse(input: ParseStream) -> syn::Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 75 | fn parse(input: ParseStream<'_>) -> syn::Result { | ++++ warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=be0fbcc946b2b331 -C extra-filename=-be0fbcc946b2b331 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-318fc50279079725.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-8b21ac27a8d4fd84.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtracing_attributes-ed93ac0b01546a72.so --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: `tracing` (lib) generated 2 warnings Compiling thiserror v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-d205d300e6657d1e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=041c730ff78ccac5 -C extra-filename=-041c730ff78ccac5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-4dbfd9684911b197.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `thiserror` (lib) generated 5 warnings Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=676ede3cc0045db1 -C extra-filename=-676ede3cc0045db1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-adee4de1476ade29.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-d4793f7a6e40e4b2.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-2487686b0c3f8850.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-058f3543d87c2f41.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b606e5f2ed564f6b.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-25571f432b9aa0f9.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-98982f520dfc2ad4.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-d3cd03f04e6d54d5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Compiling rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/config_proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustfmt_config_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/config_proc_macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A collection of procedural macros for rustfmt' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-config_proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_config_proc_macro --edition=2018 src/tools/rustfmt/config_proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug-with-rustfmt", "default"))' -C metadata=4167733c51e4e173 -C extra-filename=-4167733c51e4e173 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-001c0457ba70a894.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `clap_builder` (lib) generated 36 warnings warning: `serde_derive` (lib) generated 130 warnings Compiling serde v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-5d0c725f8b4f78a2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3e9372bc6ab4ec15 -C extra-filename=-3e9372bc6ab4ec15 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-1d1c8da0bee80823.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `clap_derive` (lib) generated 2 warnings Compiling clap v4.5.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=97475f1351edd4e7 -C extra-filename=-97475f1351edd4e7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-ac85519f54890603.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libclap_derive-1a28a7bf2f737d7e.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling clap-cargo v0.12.0 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clap_cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-cargo CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Re-usable CLI flags for `cargo` plugins' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap-cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crate-ci/clap-cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-cargo LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clap_cargo --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap-cargo/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo_metadata", "clap", "default"))' -C metadata=bdaeb8e2a57b2d16 -C extra-filename=-bdaeb8e2a57b2d16 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-e5856d9351881ab0.rmeta --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Compiling serde_spanned v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8becfeac354b269f -C extra-filename=-8becfeac354b269f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling toml_datetime v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=25af9f2ed2e5bece -C extra-filename=-25af9f2ed2e5bece --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-62a463e0671cf9a2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=4c7e47286a241065 -C extra-filename=-4c7e47286a241065 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-2488c1f2ec57ca0e.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg limb_width_64` warning: `serde` (lib) generated 305 warnings (14 duplicates) Compiling toml_edit v0.19.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15 CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.19.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=0d3c6d50a703a62d -C extra-filename=-0d3c6d50a703a62d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-097ad2897db99995.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-8becfeac354b269f.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-25af9f2ed2e5bece.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-a8b33e215681b047.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=camino CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-993e01385dd104c7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name camino --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b945305d0dca46ac -C extra-filename=-b945305d0dca46ac --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` Compiling semver v1.0.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-9c66213d88921363/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bd7e0bc40ca10661 -C extra-filename=-bd7e0bc40ca10661 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:5:13 | 5 | #![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:488:7 | 488 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:206:11 | 206 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:393:11 | 393 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:404:11 | 404 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:414:11 | 414 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:424:11 | 424 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:438:11 | 438 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:448:11 | 448 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:462:11 | 462 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `shrink_to` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:472:11 | 472 | #[cfg(shrink_to)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(shrink_to)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:496:32 | 496 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:502:32 | 502 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1469:11 | 1469 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1073:33 | 1073 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1073 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1489:32 | 1489 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1489 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1495:32 | 1495 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1524:32 | 1524 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1612:32 | 1612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1832:32 | 1832 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1832 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1838:32 | 1838 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1838 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2040:32 | 2040 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2040 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2046:32 | 2046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2532:32 | 2532 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2587:32 | 2587 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2587 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ Compiling cargo-platform v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8442491b2986e3 -C extra-filename=-ee8442491b2986e3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-subscriber` (lib) generated 8 warnings warning: `semver` (lib) generated 40 warnings warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `camino` (lib) generated 214 warnings Compiling cargo_metadata v0.15.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4 CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='structured access to the output of `cargo metadata`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo_metadata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/cargo_metadata' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.15.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_metadata --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder"))' -C metadata=35486a69605779e1 -C extra-filename=-35486a69605779e1 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern camino=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcamino-b945305d0dca46ac.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-ee8442491b2986e3.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-bd7e0bc40ca10661.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/messages.rs:134:32 | 134 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/lib.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/lib.rs:436:32 | 436 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 436 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling toml v0.7.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.7.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=f38d275828d4a10f -C extra-filename=-f38d275828d4a10f --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-8becfeac354b269f.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-25af9f2ed2e5bece.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-0d3c6d50a703a62d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde_json` (lib) generated 34 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustfmt_nightly CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_nightly --edition=2021 src/tools/rustfmt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=235d6ccf5d26d1b7 -C extra-filename=-235d6ccf5d26d1b7 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-50efdb368a50febb.rmeta --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rmeta --extern bytecount=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-94c643ddd4bd1d8a.rmeta --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-35486a69605779e1.rmeta --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rmeta --extern clap_cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-bdaeb8e2a57b2d16.rmeta --extern diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-701424e5040f56a8.rmeta --extern dirs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-fffa9ac7a4fbcb29.rmeta --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-70df8eb145955853.rmeta --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-1930a78524dbe3e4.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-c780b214cb23e7df.rmeta --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rmeta --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rmeta --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-4167733c51e4e173.so --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rmeta --extern term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-ab3011df4e62073a.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f38d275828d4a10f.rmeta --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-676ede3cc0045db1.rmeta --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-79e9d2619118f702.rmeta --extern unicode_segmentation=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-7d8cfc9f899abd6d.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `cargo_metadata` (lib) generated 4 warnings warning: `toml_edit` (lib) generated 57 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=cargo-fmt CARGO_CRATE_NAME=cargo_fmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_fmt --edition=2021 src/tools/rustfmt/src/cargo-fmt/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=7dfb8c0d32914fdb -C extra-filename=-7dfb8c0d32914fdb --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-50efdb368a50febb.rlib --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rlib --extern bytecount=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-94c643ddd4bd1d8a.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-35486a69605779e1.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-bdaeb8e2a57b2d16.rlib --extern diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-701424e5040f56a8.rlib --extern dirs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-fffa9ac7a4fbcb29.rlib --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-70df8eb145955853.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-1930a78524dbe3e4.rlib --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-c780b214cb23e7df.rlib --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rlib --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-4167733c51e4e173.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-235d6ccf5d26d1b7.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rlib --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rlib --extern term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-ab3011df4e62073a.rlib --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f38d275828d4a10f.rlib --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-676ede3cc0045db1.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-79e9d2619118f702.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-7d8cfc9f899abd6d.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustfmt-format-diff CARGO_CRATE_NAME=rustfmt_format_diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_format_diff --edition=2021 src/tools/rustfmt/src/format-diff/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=d37946f68f5ea2b0 -C extra-filename=-d37946f68f5ea2b0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-50efdb368a50febb.rlib --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rlib --extern bytecount=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-94c643ddd4bd1d8a.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-35486a69605779e1.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-bdaeb8e2a57b2d16.rlib --extern diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-701424e5040f56a8.rlib --extern dirs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-fffa9ac7a4fbcb29.rlib --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-70df8eb145955853.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-1930a78524dbe3e4.rlib --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-c780b214cb23e7df.rlib --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rlib --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-4167733c51e4e173.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-235d6ccf5d26d1b7.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rlib --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rlib --extern term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-ab3011df4e62073a.rlib --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f38d275828d4a10f.rlib --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-676ede3cc0045db1.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-79e9d2619118f702.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-7d8cfc9f899abd6d.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=rustfmt CARGO_CRATE_NAME=rustfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt --edition=2021 src/tools/rustfmt/src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=9ebdb52a1e6cc64a -C extra-filename=-9ebdb52a1e6cc64a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-50efdb368a50febb.rlib --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rlib --extern bytecount=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-94c643ddd4bd1d8a.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-35486a69605779e1.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-bdaeb8e2a57b2d16.rlib --extern diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-701424e5040f56a8.rlib --extern dirs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-fffa9ac7a4fbcb29.rlib --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-70df8eb145955853.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-1930a78524dbe3e4.rlib --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-c780b214cb23e7df.rlib --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rlib --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-4167733c51e4e173.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-235d6ccf5d26d1b7.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rlib --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rlib --extern term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-ab3011df4e62073a.rlib --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f38d275828d4a10f.rlib --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-676ede3cc0045db1.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-79e9d2619118f702.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-7d8cfc9f899abd6d.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=git-rustfmt CARGO_CRATE_NAME=git_rustfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-ae790c7979baec31/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name git_rustfmt --edition=2021 src/tools/rustfmt/src/git-rustfmt/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=af5ed894579cbfe6 -C extra-filename=-af5ed894579cbfe6 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-50efdb368a50febb.rlib --extern anyhow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-625b3c44331da3c1.rlib --extern bytecount=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-94c643ddd4bd1d8a.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-35486a69605779e1.rlib --extern clap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-97475f1351edd4e7.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-bdaeb8e2a57b2d16.rlib --extern diff=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-701424e5040f56a8.rlib --extern dirs=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-fffa9ac7a4fbcb29.rlib --extern getopts=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-70df8eb145955853.rlib --extern ignore=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-1930a78524dbe3e4.rlib --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-c780b214cb23e7df.rlib --extern lazy_static=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-c7456355dfc13027.rlib --extern regex=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-2ddf73a0d7b0afa1.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-4167733c51e4e173.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-235d6ccf5d26d1b7.rlib --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3e9372bc6ab4ec15.rlib --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-4c7e47286a241065.rlib --extern term=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-ab3011df4e62073a.rlib --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-041c730ff78ccac5.rlib --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f38d275828d4a10f.rlib --extern tracing=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-be0fbcc946b2b331.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-676ede3cc0045db1.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-79e9d2619118f702.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-7d8cfc9f899abd6d.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-3577cf3a64326b5c.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 2m 14s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustfmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/rustfmt" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustfmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-fmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/cargo-fmt" < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo-fmt (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `proc-macro2` (build script) generated 1 warning Fresh unicode-ident v1.0.12 Fresh once_cell v1.19.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/once_cell/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `once_cell` (lib) generated 4 warnings Fresh proc-macro2 v1.0.78 warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ Fresh cfg-if v1.0.0 Fresh utf8parse v0.2.1 warning: `proc-macro2` (lib) generated 256 warnings Fresh quote v1.0.35 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh memchr v2.5.0 warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 45 | | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | | ^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 35 | / macro_rules! unsafe_ifunc { 36 | | ($fnty:ty, $name:ident, $haystack:ident, $($needle:ident),+) => {{ 37 | | use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 38 | | ... | 47 | | } else if cfg!(memchr_runtime_sse2) { | | ^^^^^^^^^^^^^^^^^^^ ... | 70 | | }} 71 | | } | |_- in this expansion of `unsafe_ifunc!` ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh libc v0.2.153 Fresh anstyle-parse v0.2.3 Fresh log v0.4.21 warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:342:13 | 342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:343:13 | 343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustbuild)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:494:34 | 494 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 494 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:600:34 | 600 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1140:34 | 1140 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1149:28 | 1149 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1149 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1159:27 | 1159 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1159 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1163:23 | 1163 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1171:34 | 1171 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1171 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1175:28 | 1175 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1188:34 | 1188 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1192:28 | 1192 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1205:34 | 1205 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1209:28 | 1209 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1430:34 | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/lib.rs:1447:34 | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:37:11 | 37 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/log/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ Fresh colorchoice v1.0.0 warning: `quote` (lib) generated 13 warnings warning: `memchr` (lib) generated 60 warnings warning: `log` (lib) generated 19 warnings Fresh syn v2.0.52 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:664:12 | 664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:672:12 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:289:24 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:297:24 | 297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:301:24 | 301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:416:24 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:424:24 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:428:24 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:436:24 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:523:24 | 523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:531:24 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:535:24 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:543:24 | 543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:654:32 | 654 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:291:44 | 291 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 291 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:418:44 | 418 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:525:44 | 525 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 525 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:227:54 | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter) -> $crate::__private::FmtResult { | -------------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_extra_traits_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn fmt(&self, f: &mut $crate::__private::Formatter<'_>) -> $crate::__private::FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:358:20 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:369:20 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:373:20 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:381:20 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:360:48 | 360 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 360 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:722:20 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:730:20 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:561:16 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:577:16 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:609:16 | 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:563:44 | 563 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 563 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:569:57 | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:579:44 | 579 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 579 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:585:57 | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:595:44 | 595 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 595 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:601:57 | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:611:44 | 611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:617:57 | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 617 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:627:44 | 627 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 627 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:633:57 | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:643:44 | 643 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:649:57 | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 649 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:659:44 | 659 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:665:57 | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1358:12 | 1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1366:12 | 1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1378:12 | 1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1360:32 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:390:12 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:419:32 | 419 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:720:16 | 720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:925:12 | 925 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:936:12 | 936 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:984:12 | 984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:997:12 | 997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1021:12 | 1021 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1036:12 | 1036 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1052:12 | 1052 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1145:12 | 1145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1156:12 | 1156 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1204:12 | 1204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1222:12 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1268:12 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1394:12 | 1394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1448:12 | 1448 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1475:12 | 1475 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1492:12 | 1492 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1508:12 | 1508 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1546:12 | 1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1558:12 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1572:12 | 1572 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1585:12 | 1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1603:12 | 1603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1615:12 | 1615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1632:12 | 1632 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1681:12 | 1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1696:12 | 1696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1707:12 | 1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1756:12 | 1756 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1770:12 | 1770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1814:12 | 1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1828:12 | 1828 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1851:12 | 1851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1863:12 | 1863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1875:12 | 1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1890:12 | 1890 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1902:12 | 1902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1930:12 | 1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1944:12 | 1944 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1961:12 | 1961 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1984:12 | 1984 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2013:12 | 2013 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2025:12 | 2025 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2037:12 | 2037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2090:12 | 2090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2103:12 | 2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2135:12 | 2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2150:12 | 2150 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2177:12 | 2177 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2195:12 | 2195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3331:12 | 3331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3355:12 | 3355 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3375:12 | 3375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3390:12 | 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3402:12 | 3402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3425:12 | 3425 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3479:12 | 3479 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3490:12 | 3490 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3514:12 | 3514 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3523:12 | 3523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3535:12 | 3535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3543:12 | 3543 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3551:12 | 3551 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3559:12 | 3559 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3579:12 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3597:12 | 3597 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3606:12 | 3606 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3617:12 | 3617 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3628:12 | 3628 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3641:12 | 3641 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3650:12 | 3650 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3662:12 | 3662 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3674:12 | 3674 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3692:12 | 3692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3700:12 | 3700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3712:12 | 3712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3720:12 | 3720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3730:12 | 3730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3740:12 | 3740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3764:12 | 3764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3780:12 | 3780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3796:12 | 3796 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3807:12 | 3807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3823:12 | 3823 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:3835:12 | 3835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:48:16 | 48 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:63:16 | 63 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:73:16 | 73 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:78:16 | 78 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:88:16 | 88 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:93:16 | 93 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:108:16 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:113:16 | 113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:118:16 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:133:16 | 133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:143:16 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:158:16 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:168:16 | 168 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:183:16 | 183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:198:16 | 198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:203:16 | 203 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:208:16 | 208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:228:16 | 228 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:243:16 | 243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:248:16 | 248 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:253:16 | 253 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:258:16 | 258 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:263:16 | 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:278:16 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:293:16 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:303:16 | 303 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:313:16 | 313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:328:16 | 328 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:333:16 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:343:16 | 343 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:348:16 | 348 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:353:16 | 353 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:363:16 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:368:16 | 368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:383:16 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:398:16 | 398 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:416:16 | 416 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:441:16 | 441 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:446:16 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:451:16 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:456:16 | 456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:461:16 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:466:16 | 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:491:16 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:501:16 | 501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:511:16 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:521:16 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:563:16 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:568:16 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:578:16 | 578 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:593:16 | 593 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:621:16 | 621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:626:16 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:631:16 | 631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:636:16 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:641:16 | 641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:646:16 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:651:16 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:661:16 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:666:16 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:671:16 | 671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:676:16 | 676 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:681:16 | 681 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:686:16 | 686 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:691:16 | 691 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:729:16 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:734:16 | 734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:739:16 | 739 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:769:16 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:779:16 | 779 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:784:16 | 784 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:789:16 | 789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:794:16 | 794 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:804:16 | 804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:809:16 | 809 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:814:16 | 814 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:819:16 | 819 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:824:16 | 824 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:829:16 | 829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:839:16 | 839 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:859:16 | 859 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:864:16 | 864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:874:16 | 874 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:879:16 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:884:16 | 884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:889:16 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:894:16 | 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:899:16 | 899 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:904:16 | 904 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:909:16 | 909 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit.rs:919:16 | 919 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:926:12 | 926 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:937:12 | 937 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:972:12 | 972 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:998:12 | 998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1011:12 | 1011 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1022:12 | 1022 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1053:12 | 1053 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1171:12 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1189:12 | 1189 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1236:12 | 1236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1255:12 | 1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1269:12 | 1269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1410:12 | 1410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1423:12 | 1423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1436:12 | 1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1449:12 | 1449 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1462:12 | 1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1476:12 | 1476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1509:12 | 1509 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1522:12 | 1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1547:12 | 1547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1604:12 | 1604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1633:12 | 1633 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1646:12 | 1646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1657:12 | 1657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1671:12 | 1671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1708:12 | 1708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1724:12 | 1724 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1771:12 | 1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1801:12 | 1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1815:12 | 1815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1829:12 | 1829 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1852:12 | 1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1864:12 | 1864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1876:12 | 1876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1903:12 | 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1915:12 | 1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1931:12 | 1931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1985:12 | 1985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:1998:12 | 1998 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2014:12 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2026:12 | 2026 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2038:12 | 2038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2052:12 | 2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2067:12 | 2067 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2091:12 | 2091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2133:12 | 2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2148:12 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2193:12 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2217:12 | 2217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2241:12 | 2241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2261:12 | 2261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2275:12 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2287:12 | 2287 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2305:12 | 2305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2322:12 | 2322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2398:12 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2417:12 | 2417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2436:12 | 2436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2449:12 | 2449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2465:12 | 2465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2489:12 | 2489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2525:12 | 2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2544:12 | 2544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2560:12 | 2560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2588:12 | 2588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2625:12 | 2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2640:12 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2655:12 | 2655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2749:12 | 2749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2765:12 | 2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2778:12 | 2778 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2789:12 | 2789 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2807:12 | 2807 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2822:12 | 2822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2840:12 | 2840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2860:12 | 2860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2876:12 | 2876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2936:12 | 2936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2953:12 | 2953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2968:12 | 2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2980:12 | 2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:2993:12 | 2993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3004:12 | 3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3019:12 | 3019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3041:12 | 3041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3056:12 | 3056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3075:12 | 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3088:12 | 3088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3099:12 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3111:12 | 3111 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3127:12 | 3127 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3136:12 | 3136 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3149:12 | 3149 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3165:12 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3177:12 | 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3192:12 | 3192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3212:12 | 3212 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3226:12 | 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3255:12 | 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3268:12 | 3268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3290:12 | 3290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3302:12 | 3302 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3315:12 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3328:12 | 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3352:12 | 3352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3372:12 | 3372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3387:12 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3399:12 | 3399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3422:12 | 3422 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3476:12 | 3476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3487:12 | 3487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3511:12 | 3511 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3520:12 | 3520 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3532:12 | 3532 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3540:12 | 3540 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3548:12 | 3548 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3556:12 | 3556 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3576:12 | 3576 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3594:12 | 3594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3603:12 | 3603 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3614:12 | 3614 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3625:12 | 3625 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3638:12 | 3638 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3647:12 | 3647 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3659:12 | 3659 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3671:12 | 3671 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3689:12 | 3689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3697:12 | 3697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3709:12 | 3709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3717:12 | 3717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3727:12 | 3727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3737:12 | 3737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3761:12 | 3761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3777:12 | 3777 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3793:12 | 3793 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3804:12 | 3804 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3820:12 | 3820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:3832:12 | 3832 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:31:16 | 31 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:44:16 | 44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:54:16 | 54 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:74:16 | 74 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:84:16 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:99:16 | 99 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:119:16 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:124:16 | 124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:149:16 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:154:16 | 154 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:169:16 | 169 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:174:16 | 174 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:179:16 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:249:16 | 249 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:254:16 | 254 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:259:16 | 259 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:269:16 | 269 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:274:16 | 274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:279:16 | 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:289:16 | 289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:299:16 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:304:16 | 304 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:314:16 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:319:16 | 319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:324:16 | 324 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:339:16 | 339 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:344:16 | 344 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:354:16 | 354 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:364:16 | 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:369:16 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:374:16 | 374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:379:16 | 379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:384:16 | 384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:389:16 | 389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:394:16 | 394 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:404:16 | 404 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:412:16 | 412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:422:16 | 422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:437:16 | 437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:447:16 | 447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:452:16 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:457:16 | 457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:462:16 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:477:16 | 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:492:16 | 492 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:497:16 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:502:16 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:507:16 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:512:16 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:522:16 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:574:16 | 574 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:579:16 | 579 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:589:16 | 589 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:594:16 | 594 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:612:16 | 612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:617:16 | 617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:622:16 | 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:627:16 | 627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:632:16 | 632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:637:16 | 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:642:16 | 642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:662:16 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:677:16 | 677 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:682:16 | 682 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:692:16 | 692 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:697:16 | 697 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:702:16 | 702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:707:16 | 707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:712:16 | 712 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:730:16 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:735:16 | 735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:740:16 | 740 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:745:16 | 745 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:760:16 | 760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:765:16 | 765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:770:16 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:780:16 | 780 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:790:16 | 790 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:800:16 | 800 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:805:16 | 805 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:810:16 | 810 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:815:16 | 815 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:820:16 | 820 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:830:16 | 830 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:835:16 | 835 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:845:16 | 845 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:855:16 | 855 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:865:16 | 865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:875:16 | 875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:885:16 | 885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:910:16 | 910 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:915:16 | 915 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/visit_mut.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:35:12 | 35 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:61:12 | 61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:73:12 | 73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:123:12 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:272:12 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:282:12 | 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:294:12 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:309:12 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:321:12 | 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:333:12 | 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:350:12 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:367:12 | 367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:396:12 | 396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:474:12 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:491:12 | 491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:527:12 | 527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:563:12 | 563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:598:12 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:634:12 | 634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:659:12 | 659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:676:12 | 676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:693:12 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:749:12 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:768:12 | 768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:802:12 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:821:12 | 821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:837:12 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:871:12 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:911:12 | 911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:928:12 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:963:12 | 963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:981:12 | 981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1000:12 | 1000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1017:12 | 1017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1038:12 | 1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1089:12 | 1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1123:12 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1142:12 | 1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1159:12 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1183:12 | 1183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1195:12 | 1195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1207:12 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1235:12 | 1235 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1251:12 | 1251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1262:12 | 1262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1281:12 | 1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1299:12 | 1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1334:12 | 1334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1376:12 | 1376 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1451:12 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1469:12 | 1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1494:12 | 1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1513:12 | 1513 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1530:12 | 1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1553:12 | 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1560:12 | 1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1599:12 | 1599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1623:12 | 1623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1644:12 | 1644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1683:12 | 1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1702:12 | 1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1725:12 | 1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1743:12 | 1743 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1788:12 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1809:12 | 1809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1835:12 | 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1857:12 | 1857 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1899:12 | 1899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1919:12 | 1919 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1928:12 | 1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1994:12 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2005:12 | 2005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2017:12 | 2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2060:12 | 2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2072:12 | 2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2123:12 | 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2172:12 | 2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2224:12 | 2224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2240:12 | 2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2257:12 | 2257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2277:12 | 2277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2294:12 | 2294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2313:12 | 2313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2331:12 | 2331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2347:12 | 2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2363:12 | 2363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2379:12 | 2379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2389:12 | 2389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2400:12 | 2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2412:12 | 2412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2425:12 | 2425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2444:12 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2474:12 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2493:12 | 2493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2508:12 | 2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2530:12 | 2530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2547:12 | 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2559:12 | 2559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2574:12 | 2574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2592:12 | 2592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2614:12 | 2614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2632:12 | 2632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2649:12 | 2649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2671:12 | 2671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2699:12 | 2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2717:12 | 2717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2739:12 | 2739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2771:12 | 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2801:12 | 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2816:12 | 2816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2830:12 | 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2850:12 | 2850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2866:12 | 2866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2882:12 | 2882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2900:12 | 2900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2918:12 | 2918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2934:12 | 2934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2950:12 | 2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2966:12 | 2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2990:12 | 2990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2999:12 | 2999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3009:12 | 3009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3018:12 | 3018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3029:12 | 3029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3040:12 | 3040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3074:12 | 3074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3086:12 | 3086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3098:12 | 3098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3116:12 | 3116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3132:12 | 3132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3142:12 | 3142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:311:40 | 311 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:323:40 | 323 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:341:42 | 341 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 341 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:352:40 | 352 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:358:42 | 358 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 358 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:369:40 | 369 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 369 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:375:42 | 375 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:385:40 | 385 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 385 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:476:40 | 476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:482:42 | 482 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:493:40 | 493 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 493 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:499:42 | 499 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 499 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:511:40 | 511 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 511 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:517:42 | 517 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 517 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:529:40 | 529 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:535:42 | 535 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:547:40 | 547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:553:42 | 553 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:565:40 | 565 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:571:42 | 571 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:582:40 | 582 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 582 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:588:42 | 588 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 588 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:600:40 | 600 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:606:42 | 606 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:618:40 | 618 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:624:42 | 624 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:636:40 | 636 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:642:42 | 642 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 642 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:667:42 | 667 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 667 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:678:40 | 678 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 678 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:684:42 | 684 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 684 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:695:40 | 695 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:701:42 | 701 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:713:40 | 713 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 713 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:719:42 | 719 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:734:40 | 734 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 734 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:740:42 | 740 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:751:40 | 751 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 751 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:757:42 | 757 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:770:40 | 770 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 770 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:776:42 | 776 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:788:40 | 788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:794:42 | 794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:804:40 | 804 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:810:42 | 810 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:823:40 | 823 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 823 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:829:42 | 829 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:839:40 | 839 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:845:42 | 845 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 845 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:857:40 | 857 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:863:42 | 863 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:873:40 | 873 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:879:42 | 879 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:892:40 | 892 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:898:42 | 898 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 898 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:913:40 | 913 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 913 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:919:42 | 919 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:930:40 | 930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:936:42 | 936 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 936 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:947:40 | 947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:953:42 | 953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:965:40 | 965 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 965 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:971:42 | 971 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:983:40 | 983 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 983 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:989:42 | 989 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 989 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1002:40 | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1002 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1008:42 | 1008 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1008 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1019:40 | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1025:42 | 1025 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1040:40 | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1040 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1046:42 | 1046 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1057:40 | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1057 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1063:42 | 1063 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1063 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1080:42 | 1080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1091:40 | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1097:42 | 1097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1108:40 | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1114:42 | 1114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1125:40 | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1131:42 | 1131 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1131 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1144:40 | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1150:42 | 1150 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1161:40 | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1175:40 | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1175 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1185:40 | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1197:40 | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1209:40 | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1209 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1221:40 | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1227:42 | 1227 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1237:40 | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1243:42 | 1243 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1243 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1253:40 | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1264:40 | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1264 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1283:40 | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1301:40 | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1307:42 | 1307 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1307 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1319:40 | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1325:42 | 1325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1336:40 | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1342:42 | 1342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1378:40 | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1378 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1441:40 | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1453:40 | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1471:40 | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1471 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1477:42 | 1477 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1477 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1496:40 | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1502:42 | 1502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1515:40 | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1521:42 | 1521 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1521 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1532:40 | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1538:42 | 1538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1555:41 | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1562:40 | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1572:40 | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1607:42 | 1607 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1607 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1625:40 | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1631:42 | 1631 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1631 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1646:40 | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1652:42 | 1652 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1667:40 | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1667 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1673:42 | 1673 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1704:40 | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1704 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1710:42 | 1710 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1710 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1727:40 | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1733:42 | 1733 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1745:40 | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1745 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1751:42 | 1751 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1751 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1790:40 | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1796:42 | 1796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1811:40 | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1817:42 | 1817 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1837:40 | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1837 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1843:42 | 1843 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1843 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1859:40 | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1865:42 | 1865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1881:40 | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1887:42 | 1887 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1901:40 | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1907:42 | 1907 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1921:40 | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1921 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1930:40 | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1930 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1935:42 | 1935 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1935 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1945:40 | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1945 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1956:40 | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1956 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1977:40 | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1983:42 | 1983 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1983 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:1996:40 | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2007:40 | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2019:40 | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2019 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2043:40 | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2043 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2062:40 | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2062 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2074:40 | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2080:42 | 2080 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2091:40 | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2097:42 | 2097 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2108:40 | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2108 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2114:42 | 2114 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2125:40 | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2155:40 | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2161:42 | 2161 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2161 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2174:40 | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2174 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2180:42 | 2180 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2180 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2191:40 | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2197:42 | 2197 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2197 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2208:40 | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2214:42 | 2214 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2226:40 | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2226 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2232:42 | 2232 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2232 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2242:40 | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2242 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2248:42 | 2248 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2259:40 | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2259 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2265:42 | 2265 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2265 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2279:40 | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2285:42 | 2285 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2285 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2296:40 | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2302:42 | 2302 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2302 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2315:40 | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2321:42 | 2321 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2321 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2333:40 | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2339:42 | 2339 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2339 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2349:40 | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2355:42 | 2355 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2365:40 | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2381:40 | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2381 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2391:40 | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2391 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2402:40 | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2402 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2414:40 | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2427:40 | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2446:40 | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2460:40 | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2460 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2476:40 | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2495:40 | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2495 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2510:40 | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2532:40 | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2538:42 | 2538 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2538 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2549:40 | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2561:40 | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2576:40 | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2576 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2594:40 | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2594 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2600:42 | 2600 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2600 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2616:40 | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2616 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2622:42 | 2622 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2622 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2634:40 | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2634 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2640:42 | 2640 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2640 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2651:40 | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2651 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2657:42 | 2657 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2657 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2673:40 | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2701:40 | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2701 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2707:42 | 2707 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2707 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2719:40 | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2719 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2725:42 | 2725 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2725 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2741:40 | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2741 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2747:42 | 2747 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2757:40 | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2763:42 | 2763 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2773:40 | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2773 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2779:42 | 2779 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2779 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2788:40 | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2794:42 | 2794 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2803:40 | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2803 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2809:42 | 2809 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2809 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2818:40 | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2832:40 | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2852:40 | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2858:42 | 2858 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2858 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2868:40 | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2868 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2874:42 | 2874 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2884:40 | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2884 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2890:42 | 2890 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2890 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2902:40 | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2902 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2908:42 | 2908 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2908 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2920:40 | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2926:42 | 2926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2936:40 | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2942:42 | 2942 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2952:40 | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2952 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2958:42 | 2958 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2958 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2968:40 | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:2992:40 | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3001:40 | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3001 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3011:40 | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3011 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3020:40 | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3020 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3042:40 | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3042 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3076:40 | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3088:40 | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3088 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3100:40 | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3100 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3106:42 | 3106 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3106 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3118:40 | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3118 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3134:40 | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3134 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/debug.rs:3144:40 | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3144 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:10:12 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:20:12 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:27:12 | 27 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:30:12 | 30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:41:12 | 41 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:49:12 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:52:12 | 52 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:63:12 | 63 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:94:12 | 94 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:97:12 | 97 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:104:12 | 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:144:12 | 144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:147:12 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:154:12 | 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:164:12 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:167:12 | 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:175:12 | 175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:178:12 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:186:12 | 186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:201:12 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:204:12 | 204 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:211:12 | 211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:221:12 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:231:12 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:242:12 | 242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:245:12 | 245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:331:12 | 331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:344:12 | 344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:351:12 | 351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:354:12 | 354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:365:12 | 365 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:372:12 | 372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:375:12 | 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:386:12 | 386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:394:12 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:397:12 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:404:12 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:407:12 | 407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:414:12 | 414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:417:12 | 417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:427:12 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:438:12 | 438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:441:12 | 441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:448:12 | 448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:451:12 | 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:461:12 | 461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:469:12 | 469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:472:12 | 472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:480:12 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:483:12 | 483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:493:12 | 493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:502:12 | 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:505:12 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:512:12 | 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:522:12 | 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:525:12 | 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:535:12 | 535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:545:12 | 545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:552:12 | 552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:555:12 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:562:12 | 562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:565:12 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:572:12 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:584:12 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:587:12 | 587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:594:12 | 594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:597:12 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:607:12 | 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:615:12 | 615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:618:12 | 618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:636:12 | 636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:639:12 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:649:12 | 649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:658:12 | 658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:661:12 | 661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:671:12 | 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:678:12 | 678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:681:12 | 681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:691:12 | 691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:701:12 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:708:12 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:711:12 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:719:12 | 719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:722:12 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:729:12 | 729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:741:12 | 741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:753:12 | 753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:764:12 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:767:12 | 767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:778:12 | 778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:794:12 | 794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:797:12 | 797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:807:12 | 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:817:12 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:825:12 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:828:12 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:841:12 | 841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:844:12 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:869:12 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:879:12 | 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:882:12 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:890:12 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:893:12 | 893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:902:12 | 902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:905:12 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:949:12 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:952:12 | 952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:971:12 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:974:12 | 974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:982:12 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:985:12 | 985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1032:12 | 1032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1035:12 | 1035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1046:12 | 1046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1058:12 | 1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1068:12 | 1068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1101:12 | 1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1104:12 | 1104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1113:12 | 1113 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1124:12 | 1124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1127:12 | 1127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1135:12 | 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1138:12 | 1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1146:12 | 1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1160:12 | 1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1170:12 | 1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1173:12 | 1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1181:12 | 1181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1184:12 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1193:12 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1205:12 | 1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1208:12 | 1208 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1217:12 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1231:12 | 1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1242:12 | 1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1245:12 | 1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1253:12 | 1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1256:12 | 1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1264:12 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1267:12 | 1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1275:12 | 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1278:12 | 1278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1285:12 | 1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1288:12 | 1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1295:12 | 1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1297:12 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1315:12 | 1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1317:12 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1323:12 | 1323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1325:12 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1327:12 | 1327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1329:12 | 1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1331:12 | 1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1333:12 | 1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1336:12 | 1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1346:12 | 1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1349:12 | 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1356:12 | 1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1359:12 | 1359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1367:12 | 1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1370:12 | 1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1387:12 | 1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1401:12 | 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1404:12 | 1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1412:12 | 1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1415:12 | 1415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1422:12 | 1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1425:12 | 1425 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1435:12 | 1435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1467:12 | 1467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1470:12 | 1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1479:12 | 1479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1482:12 | 1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1490:12 | 1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1493:12 | 1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1503:12 | 1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1511:12 | 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1514:12 | 1514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1521:12 | 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1524:12 | 1524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1531:12 | 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1534:12 | 1534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1542:12 | 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1552:12 | 1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1555:12 | 1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1563:12 | 1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1566:12 | 1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1573:12 | 1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1576:12 | 1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1583:12 | 1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1586:12 | 1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1596:12 | 1596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1614:12 | 1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1617:12 | 1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1624:12 | 1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1627:12 | 1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1634:12 | 1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1637:12 | 1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1645:12 | 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1656:12 | 1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1659:12 | 1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1673:12 | 1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1682:12 | 1682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1685:12 | 1685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1698:12 | 1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1701:12 | 1701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1715:12 | 1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1726:12 | 1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1729:12 | 1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1744:12 | 1744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1747:12 | 1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1755:12 | 1755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1758:12 | 1758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1766:12 | 1766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1769:12 | 1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1783:12 | 1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1786:12 | 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1822:12 | 1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1825:12 | 1825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1833:12 | 1833 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1836:12 | 1836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1844:12 | 1844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1847:12 | 1847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1856:12 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1859:12 | 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1891:12 | 1891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1894:12 | 1894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1901:12 | 1901 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1904:12 | 1904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1923:12 | 1923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1933:12 | 1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1943:12 | 1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1946:12 | 1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1953:12 | 1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1956:12 | 1956 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1966:12 | 1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1975:12 | 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:1999:12 | 1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2009:12 | 2009 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2019:12 | 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2022:12 | 2022 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2030:12 | 2030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2041:12 | 2041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2044:12 | 2044 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2051:12 | 2051 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2061:12 | 2061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2064:12 | 2064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2071:12 | 2071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2074:12 | 2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2086:12 | 2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2089:12 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2096:12 | 2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2099:12 | 2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2106:12 | 2106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2109:12 | 2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2116:12 | 2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2119:12 | 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2129:12 | 2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2136:12 | 2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2166:12 | 2166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2173:12 | 2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2176:12 | 2176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2184:12 | 2184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2187:12 | 2187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2194:12 | 2194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2197:12 | 2197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2212:12 | 2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2215:12 | 2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/eq.rs:2225:12 | 2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:8:12 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:18:12 | 18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:55:12 | 55 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:84:12 | 84 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:95:12 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:119:12 | 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:224:12 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:234:12 | 234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:248:12 | 248 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:260:12 | 260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:283:12 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:293:12 | 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:304:12 | 304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:314:12 | 314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:328:12 | 328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:521:12 | 521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:544:12 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:556:12 | 556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:567:12 | 567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:580:12 | 580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:604:12 | 604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:616:12 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:628:12 | 628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:646:12 | 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:657:12 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:668:12 | 668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:680:12 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:694:12 | 694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:718:12 | 718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:730:12 | 730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:740:12 | 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:752:12 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:763:12 | 763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:775:12 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:786:12 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:798:12 | 798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:812:12 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:823:12 | 823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:835:12 | 835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:848:12 | 848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:860:12 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:883:12 | 883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:898:12 | 898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:909:12 | 909 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:920:12 | 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:943:12 | 943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:954:12 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:993:12 | 993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1007:12 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1020:12 | 1020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1033:12 | 1033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1055:12 | 1055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1075:12 | 1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1087:12 | 1087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1106:12 | 1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1137:12 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1149:12 | 1149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1175:12 | 1175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1188:12 | 1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1223:12 | 1223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1246:12 | 1246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1259:12 | 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1290:12 | 1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1306:12 | 1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1320:12 | 1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1332:12 | 1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1347:12 | 1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1357:12 | 1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1432:12 | 1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1447:12 | 1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1461:12 | 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1474:12 | 1474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1487:12 | 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1500:12 | 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1516:12 | 1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1529:12 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1544:12 | 1544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1559:12 | 1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1574:12 | 1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1593:12 | 1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1607:12 | 1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1621:12 | 1621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1635:12 | 1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1648:12 | 1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1658:12 | 1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1670:12 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1712:12 | 1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1734:12 | 1734 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1745:12 | 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1777:12 | 1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1800:12 | 1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1812:12 | 1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1823:12 | 1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1834:12 | 1834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1913:12 | 1913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1927:12 | 1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1939:12 | 1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1950:12 | 1950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1972:12 | 1972 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1983:12 | 1983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:1997:12 | 1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2008:12 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2033:12 | 2033 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2054:12 | 2054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2087:12 | 2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2098:12 | 2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2110:12 | 2110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2122:12 | 2122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2153:12 | 2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2171:12 | 2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2206:12 | 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2234:12 | 2234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2246:12 | 2246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2259:12 | 2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2276:12 | 2276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2307:12 | 2307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2321:12 | 2321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2334:12 | 2334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2346:12 | 2346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2361:12 | 2361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2432:12 | 2432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2443:12 | 2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2458:12 | 2458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2468:12 | 2468 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2478:12 | 2478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2486:12 | 2486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2496:12 | 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2504:12 | 2504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2519:12 | 2519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2542:12 | 2542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2552:12 | 2552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2563:12 | 2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2575:12 | 2575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2587:12 | 2587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2597:12 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2608:12 | 2608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2618:12 | 2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2638:12 | 2638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2646:12 | 2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2656:12 | 2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2666:12 | 2666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2677:12 | 2677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2688:12 | 2688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2719:12 | 2719 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2731:12 | 2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2744:12 | 2744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2755:12 | 2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2776:12 | 2776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/hash.rs:2786:12 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | Fresh aho-corasick v1.1.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `or` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/aho-corasick/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ Fresh regex-syntax v0.7.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:792:38 | 792 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:1012:38 | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/mod.rs:2812:38 | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.7.5/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh anstyle v1.0.6 Fresh anstyle-query v1.0.2 Fresh tracing-core v0.1.30 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(tracing_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `syn` (lib) generated 3226 warnings (315 duplicates) warning: `aho-corasick` (lib) generated 29 warnings warning: `regex-syntax` (lib) generated 8 warnings warning: `tracing-core` (lib) generated 12 warnings Fresh serde_derive v1.0.197 warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Fresh regex v1.8.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_bytes.rs:73:37 | 73 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 73 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-1.8.4/src/re_unicode.rs:81:37 | 81 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Fresh anstream v0.6.13 Fresh hashbrown v0.14.3 Fresh clap_lex v0.7.0 warning: `serde_derive` (lib) generated 130 warnings warning: `regex` (lib) generated 2 warnings Fresh serde v1.0.197 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Fresh heck v0.4.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/kebab.rs:41:32 | 41 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 41 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lower_camel.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_kebab.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/shouty_snake.rs:56:32 | 56 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/snake.rs:54:32 | 54 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/title.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/train.rs:42:32 | 42 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 42 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/upper_camel.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:85:30 | 85 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:86:24 | 86 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 86 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:82:18 | 82 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:178:36 | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:191:36 | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/heck/src/lib.rs:199:37 | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh equivalent v1.0.1 Fresh lazy_static v1.4.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `serde` (lib) generated 305 warnings (14 duplicates) warning: `heck` (lib) generated 14 warnings warning: `lazy_static` (lib) generated 1 warning Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default Fresh strsim v0.11.0 Fresh toml_datetime v0.6.5 Fresh serde_spanned v0.6.5 warning: `regex-syntax` (lib) generated 2 warnings Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | Fresh clap_builder v4.5.1 warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:314:16 | 314 | fn command<'help>() -> Command { | -^^^^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'help` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/derive.rs:317:27 | 317 | fn command_for_update<'help>() -> Command { | -^^^^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4435:27 | 4435 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 4435 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/arg.rs:4442:27 | 4442 | fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4442 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4659:79 | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4659 | pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4883:32 | 4883 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 4883 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:177:37 | 177 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/range.rs:188:37 | 188 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/styled_str.rs:203:37 | 203 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 203 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:567:37 | 567 | fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/format.rs:548:37 | 548 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:849:27 | 849 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:887:48 | 887 | fn formatted(&self, styles: &Styles) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 887 | fn formatted(&self, styles: &Styles) -> Cow<'_, StyledStr> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/error/mod.rs:943:27 | 943 | fn fmt(&self, _: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 943 | fn fmt(&self, _: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/arg_matcher.rs:117:66 | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry { | ------------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<'_, Id, MatchedArg> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/error.rs:39:37 | 39 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:224:26 | 224 | ) -> Option> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 224 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:262:31 | 262 | ) -> Option> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 262 | ) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1080:33 | 1080 | ) -> Result>, MatchesError> { | ---------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/arg_matches.rs:1099:38 | 1099 | ) -> Result>, MatchesError> { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | ) -> Result>, MatchesError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:78:38 | 78 | pub(crate) fn vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 78 | pub(crate) fn vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:86:54 | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 86 | pub(crate) fn vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:94:42 | 94 | pub(crate) fn raw_vals(&self) -> Iter> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 94 | pub(crate) fn raw_vals(&self) -> Iter<'_, Vec> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/parser/matches/matched_arg.rs:98:58 | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | ----^-------------- expected lifetime parameter | help: indicate the anonymous lifetime | 98 | pub(crate) fn raw_vals_flatten(&self) -> Flatten>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/output/fmt.rs:80:37 | 80 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:82:45 | 82 | pub fn entry(&mut self, key: K) -> Entry { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:121:31 | 121 | pub fn iter(&self) -> Iter { | ----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 121 | pub fn iter(&self) -> Iter<'_, K, V> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:128:42 | 128 | pub fn iter_mut(&mut self) -> IterMut { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { | +++ warning: trait `AppTag` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/command.rs:4888:18 | 4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {} | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `into_any` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/ext.rs:56:8 | 51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static { | --------- method in this trait ... 56 | fn into_any(self: Box) -> Box; | ^^^^^^^^ warning: methods `parse` and `parse_` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/builder/value_parser.rs:609:8 | 591 | trait AnyValueParser: Send + Sync + 'static { | -------------- methods in this trait ... 609 | fn parse( | ^^^^^ ... 616 | fn parse_( | ^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:145:21 | 145 | pub enum Entry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 145 - pub enum Entry<'a, K: 'a, V: 'a> { 145 + pub enum Entry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:174:29 | 174 | pub struct VacantEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 174 - pub struct VacantEntry<'a, K: 'a, V: 'a> { 174 + pub struct VacantEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:179:31 | 179 | pub struct OccupiedEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 179 - pub struct OccupiedEntry<'a, K: 'a, V: 'a> { 179 + pub struct OccupiedEntry<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:184:22 | 184 | pub struct Iter<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 184 - pub struct Iter<'a, K: 'a, V: 'a> { 184 + pub struct Iter<'a, K, V> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_builder/src/util/flat_map.rs:220:25 | 220 | pub struct IterMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 220 - pub struct IterMut<'a, K: 'a, V: 'a> { 220 + pub struct IterMut<'a, K, V> { | Fresh indexmap v2.2.5 Fresh clap_derive v4.5.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/lib.rs:19:1 | 19 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/clap_derive/src/attr.rs:75:21 | 75 | fn parse(input: ParseStream) -> syn::Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 75 | fn parse(input: ParseStream<'_>) -> syn::Result { | ++++ warning: `regex-automata` (lib) generated 30 warnings warning: `clap_builder` (lib) generated 36 warnings warning: `clap_derive` (lib) generated 2 warnings Fresh tracing-attributes v0.1.27 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-attributes/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Fresh thiserror-impl v1.0.57 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Fresh bstr v1.6.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 349 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 350 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 351 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 351 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 352 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 353 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 354 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 354 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 355 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 356 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 356 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 372 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 373 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 374 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 374 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 375 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 376 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 377 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 377 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 378 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 379 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 379 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 797 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 798 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 798 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 799 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 800 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 800 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 803 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 805 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 805 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 807 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 809 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 809 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 811 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 811 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 813 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 813 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 815 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 815 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 831 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 832 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 832 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 833 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 834 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 834 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 837 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 839 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 839 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 841 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 843 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 843 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/utf8.rs:43:12 | 43 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bstr-1.6.0/src/utf8.rs:57:12 | 57 | #[cfg_attr(rustfmt, rustfmt::skip)] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh dirs-sys-next v0.1.2 Fresh thread_local v1.1.8 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thread_local/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `tracing-attributes` (lib) generated 1 warning warning: `thiserror-impl` (lib) generated 25 warnings warning: `bstr` (lib) generated 110 warnings warning: `thread_local` (lib) generated 7 warnings Fresh same-file v1.0.6 Fresh itoa v1.0.10 Fresh ryu v1.0.17 Fresh unicode-width v0.1.11 Fresh fnv v1.0.7 Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `winnow` (lib) generated 74 warnings Fresh overload v0.1.1 Fresh pin-project-lite v0.2.13 Fresh serde_json v1.0.114 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Fresh globset v0.4.13 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/globset-0.4.13/src/lib.rs:509:37 | 509 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Fresh toml_edit v0.19.15 warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ warning: `serde_json` (lib) generated 34 warnings warning: `globset` (lib) generated 1 warning warning: `toml_edit` (lib) generated 57 warnings Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound Fresh tracing v0.1.37 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ Fresh walkdir v2.5.0 Fresh dirs-next v2.0.0 Fresh thiserror v1.0.57 warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `nu-ansi-term` (lib) generated 14 warnings warning: `tracing` (lib) generated 2 warnings warning: `thiserror` (lib) generated 5 warnings Fresh camino v1.1.6 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:5:13 | 5 | #![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:488:7 | 488 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:206:11 | 206 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:393:11 | 393 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:404:11 | 404 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:414:11 | 414 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:424:11 | 424 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:438:11 | 438 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:448:11 | 448 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:462:11 | 462 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `shrink_to` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:472:11 | 472 | #[cfg(shrink_to)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(shrink_to)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:496:32 | 496 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:502:32 | 502 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1469:11 | 1469 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1073:33 | 1073 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1073 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1489:32 | 1489 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1489 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1495:32 | 1495 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1524:32 | 1524 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1612:32 | 1612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1832:32 | 1832 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1832 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1838:32 | 1838 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1838 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2040:32 | 2040 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2040 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2046:32 | 2046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2532:32 | 2532 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2587:32 | 2587 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2587 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation Fresh matchers v0.1.0 Fresh clap v4.5.1 Fresh semver v1.0.22 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh cargo-platform v0.1.7 Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(loom)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(slab_print)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/sharded-slab/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `camino` (lib) generated 214 warnings warning: `semver` (lib) generated 40 warnings warning: `sharded-slab` (lib) generated 106 warnings Fresh tracing-log v0.2.0 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-log/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Fresh dirs-sys v0.3.7 Fresh either v1.10.0 Fresh smallvec v1.13.1 Fresh yansi-term v0.1.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:7:45 | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:71:37 | 71 | pub fn write_reset(f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn write_reset(f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:79:44 | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:119:49 | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/ansi.rs:124:49 | 124 | fn write_background_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | fn write_background_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:6:40 | 6 | struct DisplayANSI fmt::Result> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | struct DisplayANSI) -> fmt::Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:11:26 | 11 | impl fmt::Result> fmt::Display for DisplayANSI { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | impl) -> fmt::Result> fmt::Display for DisplayANSI { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:12:32 | 12 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:27:50 | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter| f.write_str(input))), | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter<'_>| f.write_str(input))), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:34:41 | 34 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/display.rs:61:41 | 61 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/yansi-term/src/lib.rs:168:9 | 168 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `tracing-log` (lib) generated 1 warning warning: `yansi-term` (lib) generated 12 warnings Fresh annotate-snippets v0.9.2 Fresh itertools v0.11.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/coalesce.rs:28:5 | 28 | debug_fmt_fields!(CoalesceBy, iter); | ----------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/coalesce.rs:122:5 | 122 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/multi_product.rs:26:5 | 26 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:387:5 | 387 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:530:5 | 530 | debug_fmt_fields!(MergeBy, a, b); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:618:5 | 618 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:622:64 | 622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:848:5 | 848 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:923:5 | 923 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:1008:5 | 1008 | debug_fmt_fields!(Positions, iter, count); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:1078:5 | 1078 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/combinations.rs:28:5 | 28 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/combinations_with_replacement.rs:27:5 | 27 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/exactly_one_err.rs:78:27 | 78 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/exactly_one_err.rs:92:27 | 92 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/kmerge_impl.rs:167:5 | 167 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/merge_join.rs:115:5 | 115 | debug_fmt_fields!(MergeJoinBy, left, right); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:101:5 | 101 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:105:72 | 105 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 105 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/permutations.rs:59:5 | 59 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/powerset.rs:31:5 | 31 | debug_fmt_fields!(Powerset, combs, pos); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/process_results_impl.rs:60:35 | 60 | F: FnOnce(ProcessResults) -> R | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 60 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:17:5 | 17 | debug_fmt_fields!(RepeatCall, ); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:112:5 | 112 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/sources.rs:149:5 | 149 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/take_while_inclusive.rs:31:5 | 31 | debug_fmt_fields!(TakeWhileInclusive, iter); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/duplicates_impl.rs:138:9 | 138 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/unique_impl.rs:25:5 | 25 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/unique_impl.rs:165:5 | 165 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:963:39 | 963 | F: FnOnce(ProcessResults) -> R | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 963 | F: FnOnce(ProcessResults<'_, Self, E>) -> R | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1430:71 | 1430 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1430 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1455:63 | 1455 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1455 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:1522:75 | 1522 | fn take_while_inclusive(&mut self, accept: F) -> TakeWhileInclusive | ------------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1522 | fn take_while_inclusive(&mut self, accept: F) -> TakeWhileInclusive<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:2262:41 | 2262 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2262 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/lib.rs:2300:64 | 2300 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2300 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/adaptors/mod.rs:610:30 | 610 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:359:24 | 359 | pub struct Groups<'a, K: 'a, I: 'a, F: 'a> | ^^^^ ^^^^ ^^^^ | help: remove these bounds | 359 - pub struct Groups<'a, K: 'a, I: 'a, F: 'a> 359 + pub struct Groups<'a, K, I, F> | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:393:23 | 393 | pub struct Group<'a, K: 'a, I: 'a, F: 'a> | ^^^^ ^^^^ ^^^^ | help: remove these bounds | 393 - pub struct Group<'a, K: 'a, I: 'a, F: 'a> 393 + pub struct Group<'a, K, I, F> | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:518:24 | 518 | pub struct Chunks<'a, I: 'a> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/groupbylazy.rs:549:23 | 549 | pub struct Chunk<'a, I: 'a> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/peeking_take_while.rs:90:34 | 90 | pub struct PeekingTakeWhile<'a, I: 'a, F> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools-0.11.0/src/take_while_inclusive.rs:11:36 | 11 | pub struct TakeWhileInclusive<'a, I: 'a, F> { | ^^^^ help: remove this bound Fresh tracing-subscriber v0.3.18 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tracing-subscriber/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Fresh dirs v4.0.0 Fresh cargo_metadata v0.15.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/messages.rs:134:32 | 134 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/lib.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata-0.15.4/src/lib.rs:436:32 | 436 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 436 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `itertools` (lib) generated 50 warnings warning: `tracing-subscriber` (lib) generated 8 warnings warning: `cargo_metadata` (lib) generated 4 warnings Fresh clap-cargo v0.12.0 Fresh term v0.7.0 warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/term/src/terminfo/parser/names.rs:2:13 | 2 | #![cfg_attr(rustfmt, rustfmt_skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Fresh anyhow v1.0.80 warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:210:13 | 210 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:211:13 | 211 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:215:9 | 215 | not(anyhow_no_unsafe_op_in_unsafe_fn_lint), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:218:13 | 218 | #![cfg_attr(anyhow_no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:242:5 | 242 | anyhow_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:244:9 | 244 | not(error_generic_member_access) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:411:12 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:1:7 | 1 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:4:15 | 4 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:7:15 | 7 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:10:7 | 10 | #[cfg(std_backtrace)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:17:15 | 17 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:24:11 | 24 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:31:15 | 31 | #[cfg(not(any(std_backtrace, feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:38:7 | 38 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:50:9 | 50 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:51:9 | 51 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:59:32 | 59 | #[cfg(all(feature = "std", not(std_backtrace), not(feature = "backtrace")))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/backtrace.rs:66:15 | 66 | #[cfg(all(not(std_backtrace), feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:6:7 | 6 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:146:11 | 146 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/context.rs:160:11 | 160 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:3:28 | 3 | #[cfg(any(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:11:11 | 11 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:14:7 | 14 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:558:12 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:581:12 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:664:28 | 664 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:711:7 | 711 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:728:9 | 728 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:729:9 | 729 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:757:28 | 757 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:811:7 | 811 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:852:9 | 852 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:853:9 | 853 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:376:15 | 376 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:403:16 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:415:16 | 415 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:540:11 | 540 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:550:11 | 550 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:95:19 | 95 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:99:19 | 99 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:103:21 | 103 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:104:21 | 104 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:123:40 | 123 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:127:19 | 127 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:131:21 | 131 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:132:21 | 132 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:152:40 | 152 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:156:19 | 156 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:160:21 | 160 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:161:21 | 161 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:183:19 | 183 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:187:19 | 187 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:191:21 | 191 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:192:21 | 192 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:212:19 | 212 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:216:19 | 216 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:220:21 | 220 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:221:21 | 221 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:328:40 | 328 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:332:19 | 332 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:336:21 | 336 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:337:21 | 337 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:445:23 | 445 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:450:19 | 450 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:529:23 | 529 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:533:19 | 533 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:612:32 | 612 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:616:11 | 616 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:620:13 | 620 | not(error_generic_member_access), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:621:13 | 621 | any(std_backtrace, feature = "backtrace") | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:653:15 | 653 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:658:11 | 658 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:695:19 | 695 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:703:15 | 703 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:925:15 | 925 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:942:11 | 942 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:914:19 | 914 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:921:15 | 921 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:934:23 | 934 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:936:27 | 936 | #[cfg(not(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/error.rs:964:11 | 964 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/fmt.rs:43:19 | 43 | #[cfg(any(std_backtrace, feature = "backtrace"))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(std_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:94:15 | 94 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:109:15 | 109 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:117:15 | 117 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:151:11 | 151 | #[cfg(anyhow_no_ptr_addr_of)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/ptr.rs:166:15 | 166 | #[cfg(not(anyhow_no_ptr_addr_of))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:7:7 | 7 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/wrapper.rs:80:11 | 80 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:681:15 | 681 | #[cfg(anyhow_no_fmt_arguments_as_str)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/anyhow/src/lib.rs:683:19 | 683 | #[cfg(not(anyhow_no_fmt_arguments_as_str))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh ignore v0.4.20 warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:33:28 | 33 | pub struct IgnoreMatch<'a>(IgnoreMatchInner<'a>); | ----------- ^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = note: `IgnoreMatch` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 33 | pub struct IgnoreMatch<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:39:14 | 39 | Override(overrides::Glob<'a>), | -------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 39 | Override(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:40:15 | 40 | Gitignore(&'a gitignore::Glob), | --------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 40 | Gitignore(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/dir.rs:41:11 | 41 | Types(types::Glob<'a>), | ----- ^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 41 | Types(()), | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/overrides.rs:24:21 | 24 | pub struct Glob<'a>(GlobInner<'a>); | ---- ^^^^^^^^^^^^^ | | | field in this struct | = note: `Glob` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 24 | pub struct Glob<'a>(()); | ~~ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/ignore-0.4.20/src/overrides.rs:31:13 | 31 | Matched(&'a gitignore::Glob), | ------- ^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 31 | Matched(()), | ~~ Fresh toml v0.7.8 Fresh getopts v0.2.21 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/getopts/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `term` (lib) generated 1 warning warning: `anyhow` (lib) generated 95 warnings warning: `ignore` (lib) generated 6 warnings warning: `getopts` (lib) generated 1 warning Fresh rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/config_proc_macro) Fresh diff v0.1.13 Fresh unicode-segmentation v1.11.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:264:47 | 264 | fn graphemes(&self, is_extended: bool) -> Graphemes { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 264 | fn graphemes(&self, is_extended: bool) -> Graphemes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:269:54 | 269 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 269 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:274:32 | 274 | fn unicode_words(&self) -> UnicodeWords { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn unicode_words(&self) -> UnicodeWords<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:279:39 | 279 | fn unicode_word_indices(&self) -> UnicodeWordIndices { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:284:36 | 284 | fn split_word_bounds(&self) -> UWordBounds { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn split_word_bounds(&self) -> UWordBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:289:43 | 289 | fn split_word_bound_indices(&self) -> UWordBoundIndices { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 289 | fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:294:36 | 294 | fn unicode_sentences(&self) -> UnicodeSentences { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 294 | fn unicode_sentences(&self) -> UnicodeSentences<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:299:40 | 299 | fn split_sentence_bounds(&self) -> USentenceBounds { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 299 | fn split_sentence_bounds(&self) -> USentenceBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-segmentation/src/lib.rs:304:47 | 304 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> { | ++++ Fresh unicode-properties v0.1.1 Fresh bytecount v0.6.7 warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount/src/lib.rs:94:48 | 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, `packed_simd`, `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/bytecount/src/lib.rs:156:48 | 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, `packed_simd`, `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `unicode-segmentation` (lib) generated 9 warnings warning: `bytecount` (lib) generated 2 warnings Fresh rustfmt-nightly v1.7.0 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt) Finished `release` profile [optimized] target(s) in 3.05s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-fmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } < Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/rustfmt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/rustfmt" Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/cargo-fmt" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/cargo-fmt" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-MIT" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rustfmt-1.78.0-x86_64-unknown-openbsd running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image" "--component-name=rustfmt-preview" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rustfmt installed." "--package-name=rustfmt-1.78.0-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 0.319 seconds < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool clippy-driver (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `proc-macro2` (build script) generated 1 warning Fresh unicode-ident v1.0.12 Fresh equivalent v1.0.1 Fresh hashbrown v0.14.3 Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `winnow` (lib) generated 74 warnings Fresh proc-macro2 v1.0.78 warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ Fresh indexmap v2.2.5 Fresh tinyvec_macros v0.1.1 warning: `proc-macro2` (lib) generated 256 warnings Fresh quote v1.0.35 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh tinyvec v1.6.0 warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs:7:13 | 7 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly_const_generics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:219:34 | 219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, `tinyvec_macros` = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1062:12 | 1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1112:12 | 1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1332:12 | 1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling syn v1.0.109 warning: `quote` (lib) generated 13 warnings warning: `tinyvec` (lib) generated 7 warnings Compiling syn v2.0.52 Fresh memchr v2.5.0 warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling unicode-normalization v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=88d3f3459a69d47d -C extra-filename=-88d3f3459a69d47d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-88d3f3459a69d47d -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.52 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=52 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d3c2635c3a35a58d -C extra-filename=-d3c2635c3a35a58d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `memchr` (lib) generated 60 warnings Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7d52783d2c09b87d -C extra-filename=-7d52783d2c09b87d --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec-6f23d9ed36ed480b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh percent-encoding v2.3.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `percent-encoding` (lib) generated 1 warning Fresh minimal-lexical v0.2.1 Compiling rustc-semver v1.1.0 Fresh itoa v1.0.10 Fresh ryu v1.0.17 Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-semver CARGO_PKG_AUTHORS='flip1995 ' CARGO_PKG_DESCRIPTION='Crate for parsing versions of Rust releases' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/flip1995/rustc-semver' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc-semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b08cface8a8934f3 -C extra-filename=-b08cface8a8934f3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-bidi v0.3.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bidi --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=7e37030b7dea2497 -C extra-filename=-7e37030b7dea2497 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/either/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=f28c22d8cc81d3cc -C extra-filename=-f28c22d8cc81d3cc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi/src/level.rs:247:6 | 247 | impl<'a> PartialEq for Level { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi/src/char_data/tables.rs:5:13 | 5 | #![cfg_attr(rustfmt, rustfmt_skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/decompose.rs:155:32 | 155 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 155 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/recompose.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/replace.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a4d9a3ed23de8685 -C extra-filename=-a4d9a3ed23de8685 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libeither-f28c22d8cc81d3cc.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Compiling nom v7.1.3 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name nom --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=7979733982164ce4 -C extra-filename=-7979733982164ce4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-f1fe98da70860fe2.rmeta --extern minimal_lexical=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libminimal_lexical-6c09c920deaa5210.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-2b7966d5f21515a4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-88d3f3459a69d47d/build-script-build` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/syn-2b7966d5f21515a4/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=3c21080242c2ec4c -C extra-filename=-3c21080242c2ec4c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rmeta --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-216cfa568debdf5b.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg syn_disable_nightly_tests` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 108 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:347:6 | 347 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> O2> Parser for Map { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:364:6 | 364 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> H, H: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:381:6 | 381 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:398:6 | 398 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:415:6 | 415 | impl<'a, I: Clone, O, E: crate::error::ParseError, F: Parser, G: Parser> | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:440:5 | 440 | 'a, | _____-^ 441 | | I: Clone, | |____- help: elide the unused lifetime warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:254:13 | 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:434:12 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:455:12 | 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:298:1 | 298 | extern crate proc_macro2; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 298 | use proc_macro2; | ~~~ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:136:12 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:569:12 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:881:11 | 881 | #[cfg(not(syn_omit_await_from_token_macro))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:883:7 | 883 | #[cfg(syn_omit_await_from_token_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:271:24 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:275:24 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:317:24 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:444:24 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:452:24 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:503:24 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:507:24 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:129:21 | 129 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:22 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:39 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 215 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 216 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 217 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:223:21 | 223 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:232:21 | 232 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:571:21 | 571 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:590:21 | 590 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:610:21 | 610 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 610 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:621:21 | 621 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:632:21 | 632 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:643:21 | 643 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:319:33 | 319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:328:33 | 328 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 328 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: `unicode-normalization` (lib) generated 5 warnings Compiling idna v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name idna --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/idna/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=665c5c8801a9d0d0 -C extra-filename=-665c5c8801a9d0d0 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_bidi=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bidi-7e37030b7dea2497.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-7d52783d2c09b87d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:454:33 | 454 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 454 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:463:33 | 463 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 463 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:896:27 | 896 | pub fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | pub fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:907:33 | 907 | pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:915:39 | 915 | pub fn punct(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 915 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:921:28 | 921 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 921 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:947:35 | 947 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:40:21 | 40 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:54:21 | 54 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:336:1 | 336 | / ast_enum_of_structs! { 337 | | /// Content of a compile-time structured attribute. 338 | | /// 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 369 | | } 370 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:377:16 | 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// Element of a compile-time attribute list. 414 | | /// 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 425 | | } 426 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:193:30 | 193 | let parser = |input: ParseStream| parsing::parse_meta_after_path(path, input); | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | let parser = |input: ParseStream<'_>| parsing::parse_meta_after_path(path, input); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:225:30 | 225 | let parser = |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 225 | let parser = |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:238:31 | 238 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:252:31 | 252 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 252 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:565:16 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:503:31 | 503 | pub fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 503 | pub fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:510:38 | 510 | pub fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 510 | pub fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:521:38 | 521 | pub fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | pub fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:533:31 | 533 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:567:25 | 567 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:575:25 | 575 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 575 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:583:25 | 583 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 583 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:596:53 | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:606:54 | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:615:60 | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:25:1 | 25 | / ast_enum_of_structs! { 26 | | /// Data stored within an enum variant or struct. 27 | | /// 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:185:16 | 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:173:1 | 173 | / ast_enum_of_structs! { 174 | | /// The visibility level of an item: inherited or `pub` or 175 | | /// `pub(restricted)`. 176 | | /// ... | 199 | | } 200 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:230:16 | 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:79:43 | 79 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:90:54 | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:248:25 | 248 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:277:25 | 277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:288:25 | 288 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:299:20 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:315:20 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:300:35 | 300 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:316:37 | 316 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:329:25 | 329 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:352:29 | 352 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:396:31 | 396 | fn parse_crate(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn parse_crate(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:423:16 | 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:445:16 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:90:20 | 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust expression. 16 | | /// 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 249 | | } 250 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:307:16 | 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:387:16 | 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:400:16 | 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:508:16 | 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:547:16 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:558:16 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:572:16 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:643:16 | 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:723:16 | 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:246:15 | 246 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:784:40 | 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:900:40 | 900 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:953:40 | 953 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2063:16 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2818:16 | 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2879:16 | 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:130:45 | 130 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 130 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:144:44 | 144 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 144 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1161:25 | 1161 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1405:16 | 1405 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1405 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1453:31 | 1453 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1470:30 | 1470 | fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1470 | fn ambiguous_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1541:26 | 1541 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1669:28 | 1669 | fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1669 | fn trailer_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1817:25 | 1817 | fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn atom_expr(input: ParseStream<'_>, _allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2065:25 | 2065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2091:26 | 2091 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2820:25 | 2820 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2820 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2881:25 | 2881 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2881 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2905:23 | 2905 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2907:19 | 2907 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2930:26 | 2930 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2930 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3008:16 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3072:16 | 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3099:16 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3338:16 | 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3348:16 | 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3358:16 | 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3400:16 | 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:296:5 | 296 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:307:5 | 307 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:318:5 | 318 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:23:1 | 23 | / ast_enum_of_structs! { 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 25 | | /// `'a: 'b`, `const LEN: usize`. 26 | | /// ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:470:1 | 470 | / ast_enum_of_structs! { 471 | | /// A trait or lifetime used as a bound on a type parameter. 472 | | /// 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 479 | | } 480 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:524:1 | 524 | / ast_enum_of_structs! { 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 526 | | /// 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 545 | | } 546 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:553:16 | 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:114:34 | 114 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:125:42 | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:136:32 | 136 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:147:40 | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:158:35 | 158 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:169:43 | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:347:9 | 347 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:38 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:52 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:416:35 | 416 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:660:16 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:758:16 | 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:856:16 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:971:16 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:599:25 | 599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:662:25 | 662 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:749:25 | 749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:760:25 | 760 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:833:20 | 833 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 833 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:858:25 | 858 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:918:25 | 918 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:942:25 | 942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1057:16 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1217:16 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1229:16 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1268:16 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1300:16 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1310:16 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1325:16 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1335:16 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1345:16 | 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1354:16 | 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:74:40 | 74 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:129:25 | 129 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 48 | | } 49 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:200:16 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:448:40 | 448 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 448 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:524:40 | 524 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:838:16 | 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:746:25 | 746 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:47 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:71 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:818:25 | 818 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:829:25 | 829 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:840:25 | 840 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 840 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:862:25 | 862 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:873:25 | 873 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:884:25 | 884 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:921:16 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:942:16 | 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:1568:15 | 1568 | #[cfg(syn_no_negative_literal_parse)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:153:31 | 153 | pub fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:8:16 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:57:16 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:97:25 | 97 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:165:16 | 165 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:201:16 | 201 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:216:30 | 216 | pub fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:88:27 | 88 | fn parse_binop(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn parse_binop(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:133:25 | 133 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:167:25 | 167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 88 | | } 89 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:175:16 | 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:85:15 | 85 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:703:16 | 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:786:16 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:828:16 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:992:16 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1024:16 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1098:16 | 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1108:16 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:344:25 | 344 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:357:20 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:358:36 | 358 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 358 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:366:16 | 366 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:658:25 | 658 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:682:25 | 682 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:705:25 | 705 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:724:29 | 724 | fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 724 | fn parse_bare_fn(input: ParseStream<'_>, allow_mut_self: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:779:25 | 779 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 779 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:788:25 | 788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:830:25 | 830 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:839:25 | 839 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:869:20 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:870:36 | 870 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 870 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:875:36 | 875 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:889:25 | 889 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:897:25 | 897 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:904:20 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:905:36 | 905 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:911:36 | 911 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:923:20 | 923 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 923 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:951:25 | 951 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:958:20 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:959:36 | 959 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 959 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:964:36 | 964 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:994:25 | 994 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 994 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1005:25 | 1005 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1005 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1012:25 | 1012 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1026:25 | 1026 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1026 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1033:16 | 1033 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1033 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1100:25 | 1100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1110:25 | 1110 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1128:16 | 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1137:16 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1162:16 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1172:16 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1193:16 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1200:16 | 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1216:16 | 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1224:16 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1250:16 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1257:16 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1289:16 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1297:16 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:430:16 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:220:25 | 220 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:227:25 | 227 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 227 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:317:34 | 317 | pub fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | pub fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:360:25 | 360 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:399:25 | 399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:405:32 | 405 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:432:25 | 432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:505:20 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:569:20 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:591:20 | 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:506:39 | 506 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:603:43 | 603 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 603 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:618:20 | 618 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:632:25 | 632 | pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | pub fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:90:28 | 90 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:29 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:40 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:30 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:41 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:43 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:54 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:386:42 | 386 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:393:43 | 393 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:49:25 | 49 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:90:25 | 90 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:112:21 | 112 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:54:15 | 54 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:63:11 | 63 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:267:16 | 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:106:31 | 106 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 106 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:117:42 | 117 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:128:33 | 128 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:137:44 | 137 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:268:36 | 268 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 268 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:290:16 | 290 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:291:20 | 291 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:326:44 | 326 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 326 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:348:16 | 348 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 348 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:349:20 | 349 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1060:16 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1071:16 | 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:145:21 | 145 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:149:21 | 149 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:162:21 | 162 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:135:12 | 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:146:12 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:387:12 | 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:439:12 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:751:12 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:788:12 | 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:809:12 | 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:930:12 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:941:12 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1027:12 | 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1374:12 | 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1440:12 | 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1678:12 | 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1798:12 | 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1889:12 | 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1942:12 | 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1952:12 | 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2031:12 | 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2065:12 | 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2158:12 | 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2210:12 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2232:12 | 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:276:23 | 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1908:19 | 1908 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `crate::gen::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:787:9 | 787 | pub use crate::gen::*; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/thread.rs:35:40 | 35 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:33 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:44 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:165:29 | 165 | pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1090:12 | 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1126:12 | 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/discouraged.rs:192:44 | 192 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:221:21 | 221 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:282:32 | 282 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:288:32 | 288 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:389:13 | 389 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:391:6 | 391 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 391 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:395:51 | 395 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 395 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:432:30 | 432 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:443:39 | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:447:50 | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:507:40 | 507 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:27 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:49 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:27 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:49 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:701:20 | 701 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1067:21 | 1067 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1074:21 | 1074 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1085:21 | 1085 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1092:21 | 1092 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1092 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1102:21 | 1102 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1118:21 | 1118 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1118 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1128:21 | 1128 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1128 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1191:36 | 1191 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1191 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1196:52 | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1205:15 | 1205 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1237:36 | 1237 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1248:52 | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1285:22 | 1285 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1285 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:288:48 | 288 | pub fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | pub fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:329:40 | 329 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `unicode-bidi` (lib) generated 2 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: `itertools` (lib) generated 50 warnings (13 duplicates) Fresh form_urlencoded v1.2.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `form_urlencoded` (lib) generated 1 warning Compiling rustc_tools_util v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_tools_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='small helper to generate version information for git packages' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_tools_util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_tools_util --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings"))' -C metadata=53b3b8d1f7c3a979 -C extra-filename=-53b3b8d1f7c3a979 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Fresh arrayvec v0.7.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:604:50 | 604 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 604 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:631:65 | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:1203:32 | 1203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:498:32 | 498 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 498 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:957:23 | 957 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `arrayvec` (lib) generated 9 warnings Fresh utf8parse v0.2.1 Fresh anstyle-parse v0.2.3 Compiling clippy v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 src/tools/clippy/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings", "integration", "internal", "tempfile"))' -C metadata=b8843d5a3d8fefed -C extra-filename=-b8843d5a3d8fefed --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/clippy-b8843d5a3d8fefed -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustc_tools_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustc_tools_util-53b3b8d1f7c3a979.rlib -Z binary-dep-depinfo` warning: `itertools` (lib) generated 50 warnings (7 duplicates) Compiling url v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name url --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=54deca8ac34019d4 -C extra-filename=-54deca8ac34019d4 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern form_urlencoded=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libform_urlencoded-3a449c3f401fe1d9.rmeta --extern idna=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libidna-665c5c8801a9d0d0.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-96cb5e142a863002.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: method `inner` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:470:8 | 466 | pub trait FilterAttrs<'a> { | ----------- method in this trait ... 470 | fn inner(self) -> Self::Ret; | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1110:28 | 1110 | pub struct AllowStruct(bool); | ----------- ^^^^ | | | field in this struct | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 1110 | pub struct AllowStruct(()); | ~~ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:534:23 | 534 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 534 - pub struct Pairs<'a, T: 'a, P: 'a> { 534 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:584:26 | 584 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 584 - pub struct PairsMut<'a, T: 'a, P: 'a> { 584 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:721:22 | 721 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:734:25 | 734 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 734 - struct PrivateIter<'a, T: 'a, P: 'a> { 734 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:840:25 | 840 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:849:28 | 849 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 849 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 849 + struct PrivateIterMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/print.rs:4:33 | 4 | pub struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:287:39 | 287 | fn split_prefix(self, input: &mut Input) -> bool; | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 287 | fn split_prefix(self, input: &mut Input<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:291:39 | 291 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:297:39 | 297 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:308:39 | 308 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:1062:29 | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1062 | pub fn file_host(input: Input<'_>) -> ParseResult<(bool, String, Input)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:1062:66 | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/lib.rs:2664:40 | 2664 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2664 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh libc v0.2.153 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: `libc` (lib) generated 11 warnings Compiling unicode-script v0.5.6 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=7c5fa9fcf60c4c29 -C extra-filename=-7c5fa9fcf60c4c29 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | warning: `nom` (lib) generated 19 warnings Fresh regex-syntax v0.8.2 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `regex-syntax` (lib) generated 1 warning Fresh anstyle-query v1.0.2 Compiling quine-mc_cluskey v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=quine_mc_cluskey CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='Rust implementation of the Quine-McCluskey algorithm and Petrick'\''s method' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quine-mc_cluskey CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/quine-mc_cluskey' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name quine_mc_cluskey --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("quickcheck"))' -C metadata=c49eeca4a22f4fc8 -C extra-filename=-c49eeca4a22f4fc8 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:229:39 | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:243:43 | 243 | And(_) | Or(_) => try!(write!(fmt, "({:?})", a)), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:244:30 | 244 | _ => try!(write!(fmt, "{:?}", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:250:17 | 250 | try!(write!(fmt, "{:?}", a[0])); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:253:34 | 253 | Or(_) => try!(write!(fmt, " + ({:?})", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:254:30 | 254 | _ => try!(write!(fmt, " + {:?}", a)), | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:375:39 | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:379:21 | 379 | try!(write!(fmt, "0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:381:21 | 381 | try!(write!(fmt, "1")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:384:17 | 384 | try!(write!(fmt, "-")); | ^^^ warning: `unicode-script` (lib) generated 3 warnings Fresh anstyle v1.0.6 Fresh colorchoice v1.0.0 Fresh anstream v0.6.13 Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/termize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57e1e1e67d1fb5fe -C extra-filename=-57e1e1e67d1fb5fe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-f10959f6bef5e396.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(parallel_compiler)--check-cfg=cfg(rust_analyzer)--check-cfg=cfg(no_btreemap_remove_entry)--check-cfg=cfg(crossbeam_loom)--check-cfg=cfg(span_locations)--check-cfg=cfg(rustix_use_libc)--check-cfg=cfg(emulate_second_only_system)--check-cfg=cfg(windows_raw_dylib)-Zmacro-backtrace-Zunstable-options-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-3ba0fcb64e26bed7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/clippy-b8843d5a3d8fefed/build-script-build` [clippy 0.1.78] cargo:rustc-env=PROFILE=release [clippy 0.1.78] cargo:rerun-if-changed=build.rs [clippy 0.1.78] cargo:rustc-env=GIT_HASH= [clippy 0.1.78] cargo:rustc-env=COMMIT_DATE= [clippy 0.1.78] cargo:rustc-env=RUSTC_RELEASE_CHANNEL=stable Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=rustc_tools_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='small helper to generate version information for git packages' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_tools_util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_tools_util --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/rustc_tools_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings"))' -C metadata=2fd46dafb4e19d98 -C extra-filename=-2fd46dafb4e19d98 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `syn` (lib) generated 774 warnings (90 duplicates) Compiling color-print-proc-macro v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=color_print_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Implementation for the package color-print' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print-proc-macro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name color_print_proc_macro --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("terminfo"))' -C metadata=bdd84945fcb834f3 -C extra-filename=-bdd84945fcb834f3 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nom=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-7979733982164ce4.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-3c21080242c2ec4c.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/lib.rs:5:1 | 5 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/ansi.rs:51:44 | 51 | fn get_format_string_from_nodes(nodes: Vec) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | fn get_format_string_from_nodes(nodes: Vec>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/error.rs:72:32 | 72 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/format_args/format_arg.rs:19:21 | 19 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/types.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/color_tag.rs:32:54 | 32 | pub fn color_tag<'a>(input: Input<'a>) -> Result<'a, ColorTag> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | pub fn color_tag<'a>(input: Input<'a>) -> Result<'a, ColorTag<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/color_tag.rs:88:55 | 88 | let msg = if alphanumeric1::<&'a str, Error>(input).is_ok() { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | let msg = if alphanumeric1::<&'a str, Error<'_>>(input).is_ok() { | ++++ warning: unused import: `nom::IResult` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:1:9 | 1 | pub use nom::IResult; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused imports: `branch::permutation`, `bytes::complete::escaped_transform`, `bytes::complete::escaped`, `bytes::complete::is_a`, `bytes::complete::is_not`, `bytes::complete::tag_no_case`, `bytes::complete::take_till1`, `bytes::complete::take_till`, `bytes::complete::take_until1`, `bytes::complete::take_until`, `bytes::complete::take_while1`, `bytes::complete::take_while`, `bytes::complete::take`, `character::complete::alpha0`, `character::complete::alphanumeric0`, `character::complete::anychar`, `character::complete::char`, `character::complete::crlf`, `character::complete::digit0`, `character::complete::hex_digit0`, `character::complete::hex_digit1`, `character::complete::i128`, `character::complete::i16`, `character::complete::i32`, `character::complete::i64`, `character::complete::i8`, `character::complete::line_ending`, `character::complete::multispace1`, `character::complete::newline`, `character::complete::none_of`, `character::complete::not_line_ending`, `character::complete::oct_digit0`, `character::complete::oct_digit1`, `character::complete::one_of`, `character::complete::satisfy`, `character::complete::space1`, `character::complete::tab`, `character::complete::u128`, `character::complete::u16`, `character::complete::u32`, `character::complete::u64`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `combinator::all_consuming`, `combinator::complete`, `combinator::cond`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::not`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::Error`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `sequence::separated_pair` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:9:9 | 9 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 10 | bytes::complete::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^ 11 | bytes::complete::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12 | bytes::complete::is_a, | ^^^^^^^^^^^^^^^^^^^^^ 13 | bytes::complete::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^ 14 | bytes::complete::tag, 15 | bytes::complete::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16 | bytes::complete::take, | ^^^^^^^^^^^^^^^^^^^^^ 17 | bytes::complete::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | bytes::complete::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | bytes::complete::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 20 | bytes::complete::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 21 | bytes::complete::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 22 | bytes::complete::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | bytes::complete::take_while_m_n, 24 | character::complete::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 | character::complete::alpha1, 26 | character::complete::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | character::complete::alphanumeric1, 28 | character::complete::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | character::complete::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | character::complete::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | character::complete::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 32 | character::complete::digit1, 33 | character::complete::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | character::complete::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | character::complete::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | character::complete::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 37 | character::complete::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 38 | character::complete::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 39 | character::complete::i8, | ^^^^^^^^^^^^^^^^^^^^^^^ 40 | character::complete::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | character::complete::multispace0, 42 | character::complete::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 43 | character::complete::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | character::complete::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 45 | character::complete::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 46 | character::complete::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47 | character::complete::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | character::complete::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | character::complete::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | character::complete::space0, 51 | character::complete::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | character::complete::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^ 53 | character::complete::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 54 | character::complete::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 55 | character::complete::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 56 | character::complete::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 57 | character::complete::u8, 58 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 59 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 60 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 61 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 62 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 63 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 64 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 65 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | combinator::complete, | ^^^^^^^^^^^^^^^^^^^^ 67 | combinator::cond, | ^^^^^^^^^^^^^^^^ 68 | combinator::consumed, 69 | combinator::cut, | ^^^^^^^^^^^^^^^ 70 | combinator::eof, | ^^^^^^^^^^^^^^^ 71 | combinator::fail, | ^^^^^^^^^^^^^^^^ 72 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 73 | combinator::into, | ^^^^^^^^^^^^^^^^ 74 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 75 | combinator::map, 76 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 77 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 78 | combinator::map_res, 79 | combinator::not, | ^^^^^^^^^^^^^^^ 80 | combinator::opt, 81 | combinator::peek, | ^^^^^^^^^^^^^^^^ 82 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 83 | combinator::rest, | ^^^^^^^^^^^^^^^^ 84 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 85 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 86 | combinator::value, | ^^^^^^^^^^^^^^^^^ 87 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 88 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 89 | error::Error, | ^^^^^^^^^^^^ ... 93 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 94 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 95 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 96 | error::context, | ^^^^^^^^^^^^^^ 97 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 98 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 99 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 100 | error::make_error, | ^^^^^^^^^^^^^^^^^ 101 | multi::count, | ^^^^^^^^^^^^ 102 | multi::fill, | ^^^^^^^^^^^ 103 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 104 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 105 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 106 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 107 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 108 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 109 | multi::many0, | ^^^^^^^^^^^^ 110 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 111 | multi::many1, | ^^^^^^^^^^^^ 112 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 113 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 114 | multi::many_till, | ^^^^^^^^^^^^^^^^ 115 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ ... 120 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused imports: `IResult`, `branch::alt`, `branch::permutation`, `bytes::streaming::escaped_transform`, `bytes::streaming::escaped`, `bytes::streaming::is_a`, `bytes::streaming::is_not`, `bytes::streaming::tag_no_case`, `bytes::streaming::tag`, `bytes::streaming::take_till1`, `bytes::streaming::take_till`, `bytes::streaming::take_until1`, `bytes::streaming::take_until`, `bytes::streaming::take_while1`, `bytes::streaming::take_while_m_n`, `bytes::streaming::take_while`, `bytes::streaming::take`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `character::streaming::alpha0`, `character::streaming::alpha1`, `character::streaming::alphanumeric0`, `character::streaming::alphanumeric1`, `character::streaming::anychar`, `character::streaming::char`, `character::streaming::crlf`, `character::streaming::digit0`, `character::streaming::digit1`, `character::streaming::hex_digit0`, `character::streaming::hex_digit1`, `character::streaming::i128`, `character::streaming::i16`, `character::streaming::i32`, `character::streaming::i64`, `character::streaming::i8`, `character::streaming::line_ending`, `character::streaming::multispace0`, `character::streaming::multispace1`, `character::streaming::newline`, `character::streaming::none_of`, `character::streaming::not_line_ending`, `character::streaming::oct_digit0`, `character::streaming::oct_digit1`, `character::streaming::one_of`, `character::streaming::satisfy`, `character::streaming::space0`, `character::streaming::space1`, `character::streaming::tab`, `character::streaming::u128`, `character::streaming::u16`, `character::streaming::u32`, `character::streaming::u64`, `character::streaming::u8`, `combinator::all_consuming`, `combinator::cond`, `combinator::consumed`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::map_res`, `combinator::map`, `combinator::not`, `combinator::opt`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::ErrorKind`, `error::Error`, `error::FromExternalError`, `error::ParseError`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `multi::separated_list1`, `sequence::delimited`, `sequence::pair`, `sequence::preceded`, `sequence::separated_pair`, `sequence::terminated`, `sequence::tuple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:129:9 | 129 | IResult, | ^^^^^^^ 130 | branch::alt, | ^^^^^^^^^^^ 131 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 132 | bytes::streaming::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 133 | bytes::streaming::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | bytes::streaming::is_a, | ^^^^^^^^^^^^^^^^^^^^^^ 135 | bytes::streaming::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^^ 136 | bytes::streaming::tag, | ^^^^^^^^^^^^^^^^^^^^^ 137 | bytes::streaming::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | bytes::streaming::take, | ^^^^^^^^^^^^^^^^^^^^^^ 139 | bytes::streaming::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 140 | bytes::streaming::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141 | bytes::streaming::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 142 | bytes::streaming::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 143 | bytes::streaming::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 | bytes::streaming::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 145 | bytes::streaming::take_while_m_n, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 146 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 147 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 149 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 150 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 151 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 152 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 153 | character::streaming::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154 | character::streaming::alpha1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 155 | character::streaming::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 156 | character::streaming::alphanumeric1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 157 | character::streaming::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 158 | character::streaming::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 159 | character::streaming::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 160 | character::streaming::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161 | character::streaming::digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | character::streaming::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 163 | character::streaming::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 164 | character::streaming::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | character::streaming::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 166 | character::streaming::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 167 | character::streaming::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 168 | character::streaming::i8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 169 | character::streaming::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | character::streaming::multispace0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171 | character::streaming::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 172 | character::streaming::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 173 | character::streaming::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 174 | character::streaming::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 175 | character::streaming::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 176 | character::streaming::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 177 | character::streaming::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 178 | character::streaming::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 179 | character::streaming::space0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180 | character::streaming::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 181 | character::streaming::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 182 | character::streaming::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 183 | character::streaming::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 184 | character::streaming::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 185 | character::streaming::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 186 | character::streaming::u8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 187 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 188 | combinator::cond, | ^^^^^^^^^^^^^^^^ 189 | combinator::consumed, | ^^^^^^^^^^^^^^^^^^^^ 190 | combinator::cut, | ^^^^^^^^^^^^^^^ 191 | combinator::eof, | ^^^^^^^^^^^^^^^ 192 | combinator::fail, | ^^^^^^^^^^^^^^^^ 193 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 194 | combinator::into, | ^^^^^^^^^^^^^^^^ 195 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 196 | combinator::map, | ^^^^^^^^^^^^^^^ 197 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 198 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 199 | combinator::map_res, | ^^^^^^^^^^^^^^^^^^^ 200 | combinator::not, | ^^^^^^^^^^^^^^^ 201 | combinator::opt, | ^^^^^^^^^^^^^^^ 202 | combinator::peek, | ^^^^^^^^^^^^^^^^ 203 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 204 | combinator::rest, | ^^^^^^^^^^^^^^^^ 205 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 206 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 207 | combinator::value, | ^^^^^^^^^^^^^^^^^ 208 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 209 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 210 | error::Error, | ^^^^^^^^^^^^ 211 | error::ErrorKind, | ^^^^^^^^^^^^^^^^ 212 | error::FromExternalError, | ^^^^^^^^^^^^^^^^^^^^^^^^ 213 | error::ParseError, | ^^^^^^^^^^^^^^^^^ 214 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 215 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 216 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 217 | error::context, | ^^^^^^^^^^^^^^ 218 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 219 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 220 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 221 | error::make_error, | ^^^^^^^^^^^^^^^^^ 222 | multi::count, | ^^^^^^^^^^^^ 223 | multi::fill, | ^^^^^^^^^^^ 224 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 225 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 226 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 227 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 228 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 229 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 230 | multi::many0, | ^^^^^^^^^^^^ 231 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 232 | multi::many1, | ^^^^^^^^^^^^ 233 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 234 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 235 | multi::many_till, | ^^^^^^^^^^^^^^^^ 236 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ 237 | multi::separated_list1, | ^^^^^^^^^^^^^^^^^^^^^^ 238 | sequence::delimited, | ^^^^^^^^^^^^^^^^^^^ 239 | sequence::pair, | ^^^^^^^^^^^^^^ 240 | sequence::preceded, | ^^^^^^^^^^^^^^^^^^ 241 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ 242 | sequence::terminated, | ^^^^^^^^^^^^^^^^^^^^ 243 | sequence::tuple, | ^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/util.rs:10:23 | 10 | |nom_err: Err| match nom_err { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 10 | |nom_err: Err>| match nom_err { | ++++ warning: `quine-mc_cluskey` (lib) generated 10 warnings warning: `url` (lib) generated 7 warnings warning: `syn` (lib) generated 1259 warnings (90 duplicates) Compiling serde_derive v1.0.197 Compiling thiserror-impl v1.0.57 Compiling declare_clippy_lint v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/declare_clippy_lint) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e73e1e87c6e8165 -C extra-filename=-2e73e1e87c6e8165 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-d3c2635c3a35a58d.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=f4fe0edaa18137e5 -C extra-filename=-f4fe0edaa18137e5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-abe3d53b484a1476.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-d3c2635c3a35a58d.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=declare_clippy_lint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/declare_clippy_lint CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=declare_clippy_lint CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name declare_clippy_lint --edition=2021 src/tools/clippy/declare_clippy_lint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings"))' -C metadata=d2cbc8797166ffce -C extra-filename=-d2cbc8797166ffce --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libitertools-a4d9a3ed23de8685.rlib --extern quote=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-bdb0b8ae731a5619.rlib --extern syn=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-d3c2635c3a35a58d.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `color-print-proc-macro` (lib) generated 11 warnings Compiling color-print v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=color_print CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name color_print --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "terminfo", "terminfo_crate"))' -C metadata=d3ce8d8b3ec0ad29 -C extra-filename=-d3ce8d8b3ec0ad29 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern color_print_proc_macro=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcolor_print_proc_macro-bdd84945fcb834f3.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `thiserror-impl` (lib) generated 25 warnings Compiling thiserror v1.0.57 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.57 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-d205d300e6657d1e/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77f4a6e0679e6c97 -C extra-filename=-77f4a6e0679e6c97 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-2e73e1e87c6e8165.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `thiserror` (lib) generated 5 warnings warning: `serde_derive` (lib) generated 130 warnings Compiling serde v1.0.197 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.197 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=197 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-5d0c725f8b4f78a2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=67e77daa7d106976 -C extra-filename=-67e77daa7d106976 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-f4fe0edaa18137e5.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Compiling toml_datetime v0.6.5 Compiling serde_spanned v0.6.5 Compiling camino v1.1.6 Compiling serde_json v1.0.114 Compiling semver v1.0.22 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_spanned/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d7f30e2bbca59741 -C extra-filename=-d7f30e2bbca59741 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_datetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6170767de94998 -C extra-filename=-bb6170767de94998 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-9c66213d88921363/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a35c3a1c4e9143ef -C extra-filename=-a35c3a1c4e9143ef --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.114 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=114 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-62a463e0671cf9a2/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a1173860b9e1572a -C extra-filename=-a1173860b9e1572a --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a8e9b6e6b666b5f.rmeta --extern ryu=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-2488c1f2ec57ca0e.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg limb_width_64` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=camino CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-993e01385dd104c7/out /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name camino --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=f1c890edbeb49fc5 -C extra-filename=-f1c890edbeb49fc5 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:5:13 | 5 | #![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:488:7 | 488 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:206:11 | 206 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:393:11 | 393 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:404:11 | 404 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:414:11 | 414 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:424:11 | 424 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:438:11 | 438 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:448:11 | 448 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:462:11 | 462 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `shrink_to` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:472:11 | 472 | #[cfg(shrink_to)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(shrink_to)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:496:32 | 496 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:502:32 | 502 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1469:11 | 1469 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1073:33 | 1073 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1073 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1489:32 | 1489 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1489 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1495:32 | 1495 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1524:32 | 1524 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1612:32 | 1612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1832:32 | 1832 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1832 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1838:32 | 1838 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1838 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2040:32 | 2040 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2040 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2046:32 | 2046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2532:32 | 2532 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2587:32 | 2587 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2587 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation Compiling toml_edit v0.19.15 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15 CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.19.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=8aebb13c865f3f49 -C extra-filename=-8aebb13c865f3f49 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-097ad2897db99995.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-d7f30e2bbca59741.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-bb6170767de94998.rmeta --extern winnow=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-a8b33e215681b047.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ Compiling cargo-platform v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo-platform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8ea30a3abcf3bfe -C extra-filename=-c8ea30a3abcf3bfe --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde` (lib) generated 305 warnings (14 duplicates) warning: `semver` (lib) generated 40 warnings warning: `camino` (lib) generated 214 warnings warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Compiling cargo_metadata v0.18.1 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=cargo_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='structured access to the output of `cargo metadata`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo_metadata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/cargo_metadata' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.18.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_metadata --edition=2018 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=aa8bf66035e7da69 -C extra-filename=-aa8bf66035e7da69 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern camino=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcamino-f1c890edbeb49fc5.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-c8ea30a3abcf3bfe.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-a35c3a1c4e9143ef.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-a1173860b9e1572a.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-77f4a6e0679e6c97.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling toml v0.7.8 Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.7.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=f7cb41631212dfba -C extra-filename=-f7cb41631212dfba --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-d7f30e2bbca59741.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-bb6170767de94998.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-8aebb13c865f3f49.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde_json` (lib) generated 34 warnings Compiling clippy_config v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_config) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clippy_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_config CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_config CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_config --edition=2021 src/tools/clippy/clippy_config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings"))' -C metadata=d832083e5848f64c -C extra-filename=-d832083e5848f64c --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustc_semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_semver-b08cface8a8934f3.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f7cb41631212dfba.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `cargo_metadata` (lib) generated 4 warnings Compiling clippy_utils v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_utils) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clippy_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_utils CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_utils --edition=2021 src/tools/clippy/clippy_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings"))' -C metadata=3ef5a9bdfd530f63 -C extra-filename=-3ef5a9bdfd530f63 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-185e8c7b5e048142.rmeta --extern clippy_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-d832083e5848f64c.rmeta --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-09801c8ca822e951.rmeta --extern rustc_semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_semver-b08cface8a8934f3.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `toml_edit` (lib) generated 57 warnings Compiling clippy_lints v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_lints) Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_CRATE_NAME=clippy_lints CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_lints CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_lints CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_lints --edition=2021 src/tools/clippy/clippy_lints/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings", "internal", "regex", "serde_json", "tempfile"))' -C metadata=f7327c50c423e1e2 -C extra-filename=-f7327c50c423e1e2 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-185e8c7b5e048142.rmeta --extern cargo_metadata=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-aa8bf66035e7da69.rmeta --extern clippy_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-d832083e5848f64c.rmeta --extern clippy_utils=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_utils-3ef5a9bdfd530f63.rmeta --extern declare_clippy_lint=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libdeclare_clippy_lint-d2cbc8797166ffce.so --extern itertools=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-09801c8ca822e951.rmeta --extern quine_mc_cluskey=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libquine_mc_cluskey-c49eeca4a22f4fc8.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4a537e4db3a01aa9.rmeta --extern rustc_semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_semver-b08cface8a8934f3.rmeta --extern semver=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-a35c3a1c4e9143ef.rmeta --extern serde=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-67e77daa7d106976.rmeta --extern toml=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-f7cb41631212dfba.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-7d52783d2c09b87d.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_script-7c5fa9fcf60c4c29.rmeta --extern url=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-54deca8ac34019d4.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=clippy-driver CARGO_CRATE_NAME=clippy_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src COMMIT_DATE='' GIT_HASH='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-3ba0fcb64e26bed7/out PROFILE=release RUSTC_RELEASE_CHANNEL=stable /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_driver --edition=2021 src/tools/clippy/src/driver.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings", "integration", "internal", "tempfile"))' -C metadata=10c02d8093875dcc -C extra-filename=-10c02d8093875dcc --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rlib --extern clippy_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-d832083e5848f64c.rlib --extern clippy_lints=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_lints-f7327c50c423e1e2.rlib --extern color_print=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-d3ce8d8b3ec0ad29.rlib --extern rustc_tools_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_tools_util-2fd46dafb4e19d98.rlib --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtermize-57e1e1e67d1fb5fe.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo CARGO_BIN_NAME=cargo-clippy CARGO_CRATE_NAME=cargo_clippy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.78 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=78 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src COMMIT_DATE='' GIT_HASH='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-3ba0fcb64e26bed7/out PROFILE=release RUSTC_RELEASE_CHANNEL=stable /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_clippy --edition=2021 src/tools/clippy/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -Zunstable-options --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("deny-warnings", "integration", "internal", "tempfile"))' -C metadata=3266713da70c0c31 -C extra-filename=-3266713da70c0c31 --out-dir /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-53fb4b195af4a922.rlib --extern clippy_config=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-d832083e5848f64c.rlib --extern clippy_lints=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_lints-f7327c50c423e1e2.rlib --extern color_print=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-d3ce8d8b3ec0ad29.rlib --extern rustc_tools_util=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_tools_util-2fd46dafb4e19d98.rlib --extern termize=/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtermize-57e1e1e67d1fb5fe.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(parallel_compiler)' '--check-cfg=cfg(rust_analyzer)' '--check-cfg=cfg(no_btreemap_remove_entry)' '--check-cfg=cfg(crossbeam_loom)' '--check-cfg=cfg(span_locations)' '--check-cfg=cfg(rustix_use_libc)' '--check-cfg=cfg(emulate_second_only_system)' '--check-cfg=cfg(windows_raw_dylib)' -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 4m 29s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/clippy-driver" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/clippy-driver" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/clippy-driver" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-clippy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/cargo-clippy" < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo-clippy (stage1 -> stage2, x86_64-unknown-openbsd) running: BootstrapCommand { command: cd "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.78.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.78.0" CFG_VERSION="1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball)" CFG_VER_DATE="2024-04-28" CFG_VER_HASH="15adfb9cd5b029268e1470a41391d91859b0a1f8" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.78.0" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm16/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.78.0\t(15adfb9cd\t2024-04-28)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Zunstable-options -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/Cargo.toml", failure_behavior: Ignore, output_mode: PrintAll } warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/build.rs:48:30 | 48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `proc-macro2` (build script) generated 1 warning Fresh unicode-ident v1.0.12 Fresh hashbrown v0.14.3 Fresh equivalent v1.0.1 Fresh proc-macro2 v1.0.78 warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:17 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:90:34 | 90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:91:13 | 91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:92:13 | 92 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:11 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:37 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:117:58 | 117 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:126:5 | 126 | procmacro2_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:128:9 | 128 | not(proc_macro_span) | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:143:7 | 143 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:153:11 | 153 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:156:7 | 156 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:159:7 | 159 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:167:7 | 167 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:172:7 | 172 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:175:7 | 175 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:253:12 | 253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:261:12 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:11 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:45 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:339:63 | 339 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:11 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:45 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:347:63 | 347 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:11 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:45 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:380:63 | 380 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:9 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:43 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/marker.rs:9:61 | 9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:12:11 | 12 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:21:19 | 21 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:180:15 | 180 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:187:23 | 187 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:193:27 | 193 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:206:19 | 206 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:220:19 | 220 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:229:23 | 229 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:231:23 | 231 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:242:23 | 242 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:244:23 | 244 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:254:15 | 254 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:258:19 | 258 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:260:19 | 260 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:918:15 | 918 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:920:15 | 920 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:26:11 | 26 | #[cfg(not(no_is_available))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_is_available` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/detection.rs:56:7 | 56 | #[cfg(no_is_available)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_is_available)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1:7 | 1 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:11 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:6:31 | 6 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:11 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:8:31 | 8 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:10:7 | 10 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:14:7 | 14 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:149:7 | 149 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:166:11 | 166 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:11 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:325:31 | 325 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:339:7 | 339 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:11 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:345:31 | 345 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:11 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:353:31 | 353 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:11 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:420:31 | 420 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:11 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:435:31 | 435 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:11 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:440:31 | 440 | #[cfg(all(span_locations, not(fuzzing)))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(fuzzing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:504:11 | 504 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:506:11 | 506 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:24:11 | 24 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:31:11 | 31 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:74:48 | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:78:19 | 78 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:80:23 | 80 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:90:47 | 90 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:111:19 | 111 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:167:29 | 167 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:189:32 | 189 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 189 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:195:32 | 195 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:218:32 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:317:32 | 317 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:511:15 | 511 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:525:11 | 525 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:541:11 | 541 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:556:11 | 556 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:571:11 | 571 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:584:11 | 584 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:597:15 | 597 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:602:11 | 602 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:624:15 | 624 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:629:11 | 629 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:644:15 | 644 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:649:11 | 649 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:657:15 | 657 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:662:11 | 662 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:670:11 | 670 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:678:15 | 678 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:681:19 | 681 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:677:32 | 677 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:687:11 | 687 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:686:63 | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 686 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:694:13 | 694 | if cfg!(span_locations) { | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:748:32 | 748 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 748 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:768:34 | 768 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:892:32 | 892 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:903:15 | 903 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:914:11 | 914 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:904:32 | 904 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1082:19 | 1082 | #[cfg(not(span_locations))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1088:15 | 1088 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1128:15 | 1128 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1145:27 | 1145 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1147:27 | 1147 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1158:32 | 1158 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1158 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:1164:34 | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:71:7 | 71 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:89:11 | 89 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:100:15 | 100 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:110:19 | 110 | #[cfg(not(wrap_proc_macro))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:122:19 | 122 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:131:19 | 131 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:140:19 | 140 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:2:7 | 2 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:6:7 | 6 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:11:7 | 11 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:362:7 | 362 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:368:7 | 368 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:390:7 | 390 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:945:7 | 945 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:41:11 | 41 | #[cfg(procmacro2_backtrace)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_backtrace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:46:15 | 46 | #[cfg(not(procmacro2_backtrace))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:131:32 | 131 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:254:32 | 254 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:284:32 | 284 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:297:32 | 297 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:423:11 | 423 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:457:11 | 457 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:465:11 | 465 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:476:11 | 476 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:484:11 | 484 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:502:11 | 502 | #[cfg(super_unstable)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:494:19 | 494 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:513:23 | 513 | #[cfg(not(no_source_text))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_source_text` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:515:19 | 515 | #[cfg(no_source_text)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_source_text)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:542:32 | 542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:550:63 | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 550 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:647:40 | 647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:744:32 | 744 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:891:19 | 891 | #[cfg(proc_macro_span)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `proc_macro_span` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:893:23 | 893 | #[cfg(not(proc_macro_span))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(proc_macro_span)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:928:32 | 928 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/wrapper.rs:937:32 | 937 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 937 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:304:32 | 304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:311:32 | 311 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:329:32 | 329 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:428:11 | 428 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:456:11 | 456 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:462:11 | 462 | #[cfg(wrap_proc_macro)] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:15 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `wrap_proc_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:49 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `super_unstable` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:471:67 | 471 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(super_unstable)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:486:11 | 486 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:501:11 | 501 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `span_locations` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:516:11 | 516 | #[cfg(span_locations)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(span_locations)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `procmacro2_semver_exempt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:538:11 | 538 | #[cfg(procmacro2_semver_exempt)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:632:32 | 632 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:644:32 | 644 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:778:40 | 778 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 778 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:784:40 | 784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:857:32 | 857 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:863:34 | 863 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 863 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1046:32 | 1046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1052:32 | 1052 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1052 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1286:32 | 1286 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1292:32 | 1292 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/lib.rs:1328:36 | 1328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: struct `SourceFile` is never constructed --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/proc-macro2/src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^ Fresh indexmap v2.2.5 Fresh tinyvec_macros v0.1.1 Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, `option` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `proc-macro2` (lib) generated 256 warnings warning: `winnow` (lib) generated 74 warnings Fresh quote v1.0.35 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quote/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh tinyvec v1.6.0 warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/lib.rs:7:13 | 7 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly_const_generics` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/arrayvec.rs:219:34 | 219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, `tinyvec_macros` = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1062:12 | 1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1112:12 | 1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/tinyvec/src/tinyvec.rs:1332:12 | 1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(docs_rs)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `quote` (lib) generated 13 warnings warning: `tinyvec` (lib) generated 7 warnings Fresh syn v2.0.52 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:253:13 | 253 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:320:12 | 320 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:326:12 | 326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:336:12 | 336 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:342:12 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:353:12 | 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:356:12 | 356 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:362:12 | 362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:377:12 | 377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:383:12 | 383 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:391:5 | 391 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:403:12 | 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:434:5 | 434 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:442:12 | 442 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:467:12 | 467 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:481:12 | 481 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:489:12 | 489 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:495:12 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:506:12 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:895:12 | 895 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:913:12 | 913 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:940:12 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lib.rs:980:12 | 980 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:145:12 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:223:12 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/group.rs:278:12 | 278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:571:12 | 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:579:12 | 579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:644:12 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 566 | / define_punctuation_structs! { 567 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 568 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:277:24 | 277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:281:24 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:315:24 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:323:24 | 323 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:454:24 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:462:24 | 462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:404:24 | 404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:408:24 | 408 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:511:24 | 511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:515:24 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 840 | / define_delimiters! { 841 | | Brace pub struct Brace /// `{`…`}` 842 | | Bracket pub struct Bracket /// `[`…`]` 843 | | Parenthesis pub struct Paren /// `(`…`)` 844 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:132:21 | 132 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:159:25 | 159 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:22 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:168:39 | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 200 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 201 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 202 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 203 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 204 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 205 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 206 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 207 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 208 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:183:29 | 183 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 183 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:184:32 | 184 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 209 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 184 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 229 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 230 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:215:29 | 215 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 231 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 215 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:238:21 | 238 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:581:21 | 581 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 581 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:600:21 | 600 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 600 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:694:21 | 694 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 694 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:705:21 | 705 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:716:21 | 716 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:727:21 | 727 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:325:33 | 325 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 325 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:334:33 | 334 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 736 | / define_keywords! { 737 | | "abstract" pub struct Abstract 738 | | "as" pub struct As 739 | | "async" pub struct Async ... | 788 | | "yield" pub struct Yield 789 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 334 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:464:33 | 464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:473:33 | 473 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 791 | / define_punctuation! { 792 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 793 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 794 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 837 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 838 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 473 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1025:34 | 1025 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1025 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1036:40 | 1036 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1036 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1045:41 | 1045 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1045 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1051:28 | 1051 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/token.rs:1078:35 | 1078 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1078 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:472:16 | 472 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// Content of a compile-time structured attribute. 453 | | /// 454 | | /// ## Path ... | 481 | | } 482 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:496:16 | 496 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:221:16 | 221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:405:16 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:421:16 | 421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:519:16 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:531:16 | 531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:549:16 | 549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:569:16 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:576:16 | 576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:584:16 | 584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:683:16 | 683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:640:38 | 640 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 640 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:647:45 | 647 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:657:45 | 657 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 657 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:677:25 | 677 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 677 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:685:25 | 685 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:691:60 | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 691 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:701:54 | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:710:60 | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:735:44 | 735 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:746:44 | 746 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:764:16 | 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/attr.rs:785:16 | 785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:77:28 | 77 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:29 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:399:40 | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:30 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:403:41 | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:407:28 | 407 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:43 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:416:54 | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:420:42 | 420 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/buffer.rs:427:43 | 427 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:34:16 | 34 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:26:1 | 26 | / ast_enum_of_structs! { 27 | | /// Data stored within an enum variant or struct. 28 | | /// 29 | | /// # Syntax tree enum ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:51:16 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:60:16 | 60 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:298:16 | 298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:300:25 | 300 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:311:25 | 311 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:322:20 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:359:20 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:323:35 | 323 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 323 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:360:37 | 360 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:380:16 | 380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:393:16 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:402:16 | 402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/data.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:11:16 | 11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:39:16 | 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:49:16 | 49 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:59:16 | 59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:79:16 | 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/derive.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:104:16 | 104 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:29:1 | 29 | / ast_enum_of_structs! { 30 | | /// A Rust expression. 31 | | /// 32 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 257 | | } 258 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:272:16 | 272 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:283:16 | 283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:305:16 | 305 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:316:16 | 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:338:16 | 338 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:349:16 | 349 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:378:16 | 378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:388:16 | 388 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:399:16 | 399 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:410:16 | 410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:428:16 | 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:486:16 | 486 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:506:16 | 506 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:515:16 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:527:16 | 527 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:541:16 | 541 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:554:16 | 554 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:564:16 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:575:16 | 575 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:586:16 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:598:16 | 598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:611:16 | 611 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:625:16 | 625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:635:16 | 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:645:16 | 645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:655:16 | 655 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:675:16 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:755:16 | 755 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:866:16 | 866 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:908:16 | 908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:922:16 | 922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:805:40 | 805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:855:40 | 855 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 855 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1091:16 | 1091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1994:16 | 1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2089:16 | 2089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2115:16 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2148:16 | 2148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2193:16 | 2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2210:16 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2228:16 | 2228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2269:16 | 2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2280:16 | 2280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2310:16 | 2310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2332:16 | 2332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2398:16 | 2398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2421:16 | 2421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2430:16 | 2430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2444:16 | 2444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2453:16 | 2453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2462:16 | 2462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2474:16 | 2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2548:16 | 2548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2597:16 | 2597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2621:16 | 2621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2640:16 | 2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2651:16 | 2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2663:16 | 2663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2730:16 | 2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2759:16 | 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2813:16 | 2813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2875:16 | 2875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2912:16 | 2912 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2926:16 | 2926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2940:16 | 2940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2973:16 | 2973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2366:28 | 2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1079:9 | 1079 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:132:45 | 132 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 132 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/custom_keyword.rs:146:44 | 146 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1080:9 | 1080 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 146 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1093:25 | 1093 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1093 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1184:20 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1244:20 | 1244 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1185:49 | 1185 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1245:56 | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1245 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1339:30 | 1339 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1339 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1359:16 | 1359 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1359 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1499:31 | 1499 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1515:16 | 1515 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1515 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1533:26 | 1533 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1546:26 | 1546 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1612:16 | 1612 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1614:16 | 1614 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1614 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1632:30 | 1632 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1632 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1796:25 | 1796 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1796 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1871:28 | 1871 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1871 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1929:28 | 1929 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1929 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1944:16 | 1944 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1960:16 | 1960 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:1996:25 | 1996 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1996 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2005:30 | 2005 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2005 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2044:31 | 2044 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2044 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2091:25 | 2091 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2117:25 | 2117 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2117 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2150:25 | 2150 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2150 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2159:16 | 2159 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2159 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2200:26 | 2200 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2200 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2212:25 | 2212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2230:25 | 2230 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2249:26 | 2249 | fn else_block(input: ParseStream) -> Result<(Token![else], Box)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn else_block(input: ParseStream<'_>) -> Result<(Token![else], Box)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2271:25 | 2271 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2271 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2282:25 | 2282 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2368:37 | 2368 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2383 | / impl_by_parsing_expr! { 2384 | | ExprAssign, Assign, "expected assignment expression", 2385 | | ExprAwait, Await, "expected await expression", 2386 | | ExprBinary, Binary, "expected binary operation", ... | 2394 | | ExprTuple, Tuple, "expected tuple expression", 2395 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2368 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2400:25 | 2400 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2400 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2409:16 | 2409 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2409 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2423:25 | 2423 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2423 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2432:25 | 2432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2446:25 | 2446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2455:25 | 2455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2464:25 | 2464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2476:25 | 2476 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2476 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2492:28 | 2492 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2492 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2550:25 | 2550 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2550 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2561:27 | 2561 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2599:25 | 2599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2623:25 | 2623 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2623 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2642:25 | 2642 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2642 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2653:25 | 2653 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2653 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2665:25 | 2665 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2675:26 | 2675 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2710:27 | 2710 | fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn expr_return(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2732:25 | 2732 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2732 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2761:25 | 2761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2768:16 | 2768 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2768 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2852:26 | 2852 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2877:25 | 2877 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2877 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2894:45 | 2894 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2894 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2928:25 | 2928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2942:25 | 2942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:2975:25 | 2975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3034:26 | 3034 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3034 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3107:16 | 3107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3118:16 | 3118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3129:16 | 3129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3140:16 | 3140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3150:16 | 3150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3161:16 | 3161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3184:16 | 3184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3195:16 | 3195 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3224:16 | 3224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3237:16 | 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3246:16 | 3246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3257:16 | 3257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3273:16 | 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3284:16 | 3284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3303:16 | 3303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3315:16 | 3315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3324:16 | 3324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3344:16 | 3344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3357:16 | 3357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3366:16 | 3366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3387:16 | 3387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3401:16 | 3401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3411:16 | 3411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3420:16 | 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3430:16 | 3430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3454:16 | 3454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3463:16 | 3463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3481:16 | 3481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3491:16 | 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3516:16 | 3516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3526:16 | 3526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3539:16 | 3539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3554:16 | 3554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3564:16 | 3564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3579:16 | 3579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3591:16 | 3591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3601:16 | 3601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3609:16 | 3609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/expr.rs:3620:16 | 3620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:98:16 | 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:100:25 | 100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/file.rs:123:16 | 123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:292:5 | 292 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:300:5 | 300 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:308:5 | 308 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:25:16 | 25 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:43:16 | 43 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:34:1 | 34 | / ast_enum_of_structs! { 35 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 36 | | /// `'a: 'b`, `const LEN: usize`. 37 | | /// ... | 53 | | } 54 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:82:16 | 82 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 391 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 393 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:350:20 | 350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 395 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:407:16 | 407 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:451:1 | 451 | / ast_enum_of_structs! { 452 | | /// A trait or lifetime used as a bound on a type parameter. 453 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 454 | | #[non_exhaustive] ... | 459 | | } 460 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:478:16 | 478 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:503:16 | 503 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:495:1 | 495 | / ast_enum_of_structs! { 496 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 497 | | /// 498 | | /// # Syntax tree enum ... | 511 | | } 512 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:526:16 | 526 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:113:32 | 113 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:124:40 | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:135:34 | 135 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:146:42 | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:157:35 | 157 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:168:43 | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:334:9 | 334 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:38 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:337:52 | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 337 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:400:35 | 400 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 400 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:620:16 | 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:647:16 | 647 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:685:16 | 685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:826:16 | 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:851:16 | 851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:886:16 | 886 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:917:16 | 917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:622:25 | 622 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:649:25 | 649 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 649 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:716:25 | 716 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 716 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:768:25 | 768 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 768 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:802:20 | 802 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 802 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:828:25 | 828 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:853:25 | 853 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:864:25 | 864 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:888:25 | 888 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 888 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:919:25 | 919 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:930:25 | 930 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 930 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1144:16 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1154:16 | 1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1166:16 | 1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1182:16 | 1182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1197:16 | 1197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1222:16 | 1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/generics.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:28:16 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:20:1 | 20 | / ast_enum_of_structs! { 21 | | /// Things that can appear directly inside of a module or scope. 22 | | /// 23 | | /// # Syntax tree enum ... | 98 | | } 99 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:103:16 | 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:134:16 | 134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:159:16 | 159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:172:16 | 172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:190:16 | 190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:202:16 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:216:16 | 216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:233:16 | 233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:247:16 | 247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:296:16 | 296 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:309:16 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:432:16 | 432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:424:1 | 424 | / ast_enum_of_structs! { 425 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 426 | | /// 427 | | /// # Syntax tree enum ... | 448 | | } 449 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:453:16 | 453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:463:16 | 463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:471:16 | 471 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:489:16 | 489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:496:1 | 496 | / ast_enum_of_structs! { 497 | | /// An item within an `extern` block. 498 | | /// 499 | | /// # Syntax tree enum ... | 539 | | } 540 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:544:16 | 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:555:16 | 555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:599:16 | 599 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:591:1 | 591 | / ast_enum_of_structs! { 592 | | /// An item declaration within the definition of a trait. 593 | | /// 594 | | /// # Syntax tree enum ... | 634 | | } 635 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:665:16 | 665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:696:16 | 696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:688:1 | 688 | / ast_enum_of_structs! { 689 | | /// An item within an impl block. 690 | | /// 691 | | /// # Syntax tree enum ... | 731 | | } 732 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:736:16 | 736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:754:16 | 754 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:766:16 | 766 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:782:16 | 782 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:822:16 | 822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:820:1 | 820 | / ast_enum_of_structs! { 821 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 822 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 823 | | pub enum FnArg { ... | 829 | | } 830 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:840:16 | 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:869:16 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:880:16 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:890:16 | 890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:937:16 | 937 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1230:16 | 1230 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1284:16 | 1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1317:16 | 1317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1351:16 | 1351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1433:16 | 1433 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1451:16 | 1451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1495:16 | 1495 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1529:16 | 1529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1558:16 | 1558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1625:16 | 1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1739:16 | 1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1788:16 | 1788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1813:16 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1892:16 | 1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1908:16 | 1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1924:16 | 1924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1973:16 | 1973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1991:16 | 1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2045:16 | 2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2069:16 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2093:16 | 2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2144:16 | 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2219:16 | 2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2275:16 | 2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2360:16 | 2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2397:16 | 2397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2426:16 | 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2483:16 | 2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2501:16 | 2501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2613:16 | 2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2708:16 | 2708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2745:16 | 2745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2786:16 | 2786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2848:16 | 2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2884:16 | 2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1435:25 | 1435 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1435 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1453:25 | 1453 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1486:30 | 1486 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1497:25 | 1497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1531:25 | 1531 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1531 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1540:16 | 1540 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1540 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1576:16 | 1576 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1627:25 | 1627 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1627 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1671:16 | 1671 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1741:25 | 1741 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1741 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1790:25 | 1790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1815:25 | 1815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1894:25 | 1894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1910:25 | 1910 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1910 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1926:25 | 1926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:39 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1942:59 | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:1993:25 | 1993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:31 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2011:51 | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2011 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2047:25 | 2047 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2071:25 | 2071 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2071 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2095:25 | 2095 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2095 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2116:42 | 2116 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2116 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2146:25 | 2146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2168:16 | 2168 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2168 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2221:25 | 2221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2228:16 | 2228 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2228 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2239:16 | 2239 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2239 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2277:25 | 2277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2362:25 | 2362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2399:25 | 2399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2428:25 | 2428 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2428 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:37 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2450:57 | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2485:25 | 2485 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2503:25 | 2503 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2503 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2509:26 | 2509 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2509 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2710:25 | 2710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2747:25 | 2747 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2747 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2754:16 | 2754 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2754 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2788:25 | 2788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:36 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2813:56 | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2850:25 | 2850 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2886:25 | 2886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2911:16 | 2911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2927:16 | 2927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2939:16 | 2939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2955:16 | 2955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2970:16 | 2970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:2983:16 | 2983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3002:16 | 3002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3015:16 | 3015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3030:16 | 3030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3045:16 | 3045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3071:16 | 3071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3084:16 | 3084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3106:16 | 3106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3121:16 | 3121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3143:16 | 3143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3165:16 | 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3174:16 | 3174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3181:16 | 3181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3190:16 | 3190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3197:16 | 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3206:16 | 3206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3222:16 | 3222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3241:16 | 3241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3261:16 | 3261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3270:16 | 3270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3286:16 | 3286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3300:16 | 3300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3316:16 | 3316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3325:16 | 3325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3335:16 | 3335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3349:16 | 3349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3362:16 | 3362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3371:16 | 3371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3395:16 | 3395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3428:16 | 3428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/item.rs:3441:16 | 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lifetime.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:675:12 | 675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:686:12 | 686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:698:12 | 698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 49 | | } 50 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 751 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 752 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 753 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 754 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 755 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:712:20 | 712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:456:40 | 456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:528:40 | 528 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:799:16 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:870:16 | 870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:881:16 | 881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:925:16 | 925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:801:25 | 801 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 801 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:47 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:831:71 | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 831 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:872:25 | 872 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:883:25 | 883 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:916:25 | 916 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 916 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:927:25 | 927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:954:16 | 954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:961:16 | 961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:968:16 | 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:975:16 | 975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:989:16 | 989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lit.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/lookahead.rs:165:36 | 165 | pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub(crate) fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:27:16 | 27 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:129:16 | 129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:145:38 | 145 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:173:25 | 173 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/mac.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:3:16 | 3 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:85:16 | 85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:150:16 | 150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/op.rs:209:16 | 209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1161:12 | 1161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1168:12 | 1168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1179:12 | 1179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1196:12 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1210:12 | 1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1220:12 | 1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:273:32 | 273 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:380:13 | 380 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 380 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:382:6 | 382 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:386:51 | 386 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:423:30 | 423 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:434:39 | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 434 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:438:50 | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:498:40 | 498 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 498 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:27 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:614:49 | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 614 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:27 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:629:49 | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:739:20 | 739 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1163:21 | 1163 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1163 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1170:21 | 1170 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1181:21 | 1181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1188:21 | 1188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1198:21 | 1198 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1212:21 | 1212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1222:21 | 1222 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1222 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1249:16 | 1249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1275:52 | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1275 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1284:15 | 1284 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1284 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse.rs:1352:22 | 1352 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:67:12 | 67 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:126:21 | 126 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 126 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:130:21 | 130 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:146:21 | 146 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 146 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:187:21 | 187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:194:21 | 194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:200:21 | 200 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/parse_quote.rs:207:21 | 207 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:24:16 | 24 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:15:1 | 15 | / ast_enum_of_structs! { 16 | | /// A pattern in a local binding, function signature, match expression, or 17 | | /// various other places. 18 | | /// ... | 101 | | } 102 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:121:16 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:131:16 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:152:16 | 152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:161:16 | 161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:184:16 | 184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:194:16 | 194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:206:16 | 206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:217:16 | 217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:229:16 | 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:261:16 | 261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:455:24 | 455 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:23 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:462:43 | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:468:25 | 468 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:487:16 | 487 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:514:26 | 514 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 514 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:549:25 | 549 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:597:25 | 597 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 597 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:615:35 | 615 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:636:34 | 636 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:666:29 | 666 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:675:32 | 675 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:719:31 | 719 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:752:25 | 752 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:787:25 | 787 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 787 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:825:16 | 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:834:16 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:844:16 | 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:854:16 | 854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:862:16 | 862 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:872:16 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:888:16 | 888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:918:16 | 918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/pat.rs:936:16 | 936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:109:16 | 109 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:138:16 | 138 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:234:16 | 234 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:273:16 | 273 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:308:16 | 308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:315:16 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:488:16 | 488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:500:16 | 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:446:20 | 446 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:568:20 | 568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:706:16 | 706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:714:16 | 714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:722:16 | 722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:774:16 | 774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:817:16 | 817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:847:16 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/path.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:361:12 | 361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1010:12 | 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1025:12 | 1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1040:12 | 1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:266:16 | 266 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:284:16 | 284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:318:16 | 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:336:16 | 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:96:31 | 96 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:107:42 | 107 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 107 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:118:33 | 118 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 118 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:127:44 | 127 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 127 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:267:36 | 267 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:286:16 | 286 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:287:20 | 287 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:319:44 | 319 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:338:16 | 338 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:339:20 | 339 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 339 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1082:16 | 1082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:1093:16 | 1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:13:16 | 13 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:30:16 | 30 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:41:16 | 41 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/restriction.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:10:16 | 10 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:20:16 | 20 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:42:16 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:58:16 | 58 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:178:16 | 178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:189:16 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:149:20 | 149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:150:36 | 150 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:180:25 | 180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:191:25 | 191 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:197:26 | 197 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:264:24 | 264 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 264 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:281:26 | 281 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:333:16 | 333 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:427:16 | 427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:442:16 | 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/stmt.rs:460:16 | 460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:21:16 | 21 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/macros.rs:140:20 | 140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:13:1 | 13 | / ast_enum_of_structs! { 14 | | /// The possible types that a Rust value could have. 15 | | /// 16 | | /// # Syntax tree enum ... | 89 | | } 90 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:94:16 | 94 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:120:16 | 120 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:139:16 | 139 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:147:16 | 147 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:155:16 | 155 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:163:16 | 163 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:173:16 | 173 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:182:16 | 182 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:193:16 | 193 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:204:16 | 204 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:214:16 | 214 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:241:16 | 241 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:295:16 | 295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:592:16 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:603:16 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:639:16 | 639 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:652:16 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:708:16 | 708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:717:16 | 717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:750:16 | 750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:759:16 | 759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:787:16 | 787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:892:16 | 892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:903:16 | 903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:924:16 | 924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:995:16 | 995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1005:16 | 1005 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:310:20 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:769:20 | 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:804:20 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:858:20 | 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1030:16 | 1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1039:16 | 1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1050:16 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1064:16 | 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1074:16 | 1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1095:16 | 1095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1102:16 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1116:16 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1123:16 | 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1131:16 | 1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1139:16 | 1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1157:16 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1164:16 | 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1171:16 | 1171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1184:16 | 1184 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1196:16 | 1196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:6:12 | 6 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:16:12 | 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:28:12 | 28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:42:12 | 42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:54:12 | 54 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:69:12 | 69 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:76:12 | 76 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:88:12 | 88 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:111:12 | 111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:114:12 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:121:12 | 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:131:12 | 131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:143:12 | 143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:158:12 | 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:170:12 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:192:12 | 192 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:203:12 | 203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:213:12 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:226:12 | 226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:299:12 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:310:12 | 310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:322:12 | 322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:334:12 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:346:12 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:358:12 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:369:12 | 369 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:381:12 | 381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:393:12 | 393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:405:12 | 405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:424:12 | 424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:435:12 | 435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:446:12 | 446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:458:12 | 458 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:473:12 | 473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:484:12 | 484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:497:12 | 497 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:509:12 | 509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:519:12 | 519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:532:12 | 532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:542:12 | 542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:554:12 | 554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:564:12 | 564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:577:12 | 577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:592:12 | 592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:603:12 | 603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:614:12 | 614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:626:12 | 626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:638:12 | 638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:651:12 | 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:662:12 | 662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:688:12 | 688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:699:12 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:710:12 | 710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:721:12 | 721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:732:12 | 732 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:745:12 | 745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:756:12 | 756 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:770:12 | 770 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:779:12 | 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:791:12 | 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:803:12 | 803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:814:12 | 814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:824:12 | 824 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:834:12 | 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:845:12 | 845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:855:12 | 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:868:12 | 868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:880:12 | 880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:891:12 | 891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:921:12 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:945:12 | 945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:958:12 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:970:12 | 970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:983:12 | 983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1002:12 | 1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1015:12 | 1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1026:12 | 1026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1043:12 | 1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1050:12 | 1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1060:12 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1084:12 | 1084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1102:12 | 1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1117:12 | 1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1132:12 | 1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1144:12 | 1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1157:12 | 1157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1174:12 | 1174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1186:12 | 1186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1201:12 | 1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1219:12 | 1219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1234:12 | 1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1254:12 | 1254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1270:12 | 1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1286:12 | 1286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1300:12 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1314:12 | 1314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1335:12 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1350:12 | 1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1360:12 | 1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1373:12 | 1373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1384:12 | 1384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1396:12 | 1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1409:12 | 1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1419:12 | 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1430:12 | 1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1441:12 | 1441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1452:12 | 1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1463:12 | 1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1488:12 | 1488 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1501:12 | 1501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1512:12 | 1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1523:12 | 1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1535:12 | 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1545:12 | 1545 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1556:12 | 1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1570:12 | 1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1581:12 | 1581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1594:12 | 1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1606:12 | 1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1616:12 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1626:12 | 1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1641:12 | 1641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1651:12 | 1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1662:12 | 1662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1674:12 | 1674 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1687:12 | 1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1690:12 | 1690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1697:12 | 1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1711:12 | 1711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1723:12 | 1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1742:12 | 1742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1752:12 | 1752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1764:12 | 1764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1775:12 | 1775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1787:12 | 1787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1790:12 | 1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1797:12 | 1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1826:12 | 1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1838:12 | 1838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1849:12 | 1849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1865:12 | 1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1888:12 | 1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1900:12 | 1900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1916:12 | 1916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1936:12 | 1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1945:12 | 1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1954:12 | 1954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1963:12 | 1963 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1977:12 | 1977 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:1992:12 | 1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2002:12 | 2002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2012:12 | 2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2024:12 | 2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2036:12 | 2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2046:12 | 2046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2056:12 | 2056 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2066:12 | 2066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2069:12 | 2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2076:12 | 2076 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2095:12 | 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2104:12 | 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2115:12 | 2115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2126:12 | 2126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2139:12 | 2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2151:12 | 2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2163:12 | 2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2175:12 | 2175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2188:12 | 2188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:537:23 | 537 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 537 - pub struct Pairs<'a, T: 'a, P: 'a> { 537 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:587:26 | 587 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 587 - pub struct PairsMut<'a, T: 'a, P: 'a> { 587 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:724:22 | 724 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:732:25 | 732 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 732 - struct PrivateIter<'a, T: 'a, P: 'a> { 732 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:838:25 | 838 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn/src/punctuated.rs:847:28 | 847 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 847 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 847 + struct PrivateIterMut<'a, T, P> { | Fresh unicode-normalization v0.1.23 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/decompose.rs:155:32 | 155 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 155 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/recompose.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-normalization/src/replace.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `syn` (lib) generated 1259 warnings (90 duplicates) warning: `unicode-normalization` (lib) generated 5 warnings Fresh serde_derive v1.0.197 warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/lib.rs:62:23 | 62 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] | ^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/ast.rs:144:23 | 144 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 144 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:670:36 | 670 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 670 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:689:15 | 689 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:690:23 | 690 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 690 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:691:18 | 691 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 691 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:750:23 | 750 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 750 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:751:25 | 751 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 751 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1401:35 | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1396:12 | 1396 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1396 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1441:12 | 1441 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1449:12 | 1449 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1475:12 | 1475 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1475 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1510:12 | 1510 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1532:12 | 1532 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1532 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1555:12 | 1555 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1555 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1576:12 | 1576 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1576 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1599:12 | 1599 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1599 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1606:54 | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/attr.rs:1797:31 | 1797 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:110:35 | 110 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:181:47 | 181 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:210:35 | 210 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/receiver.rs:231:43 | 231 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:147:39 | 147 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:199:51 | 199 | ... #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:228:39 | 228 | #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:675:15 | 675 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:856:13 | 856 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 856 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:911:15 | 911 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:913:11 | 913 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 913 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1182:17 | 1182 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1182 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1198:17 | 1198 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1214:17 | 1214 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1261:17 | 1261 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1354:17 | 1354 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1354 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1401:17 | 1401 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1401 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1716:17 | 1716 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1716 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1725:17 | 1725 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1781:15 | 1781 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1781 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1828:15 | 1828 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1870:15 | 1870 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1870 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1926:13 | 1926 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:1964:13 | 1964 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2072:17 | 2072 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2072 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2461:15 | 2461 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2461 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2880:15 | 2880 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2895:15 | 2895 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2895 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2940:28 | 2940 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2940 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:2981:13 | 2981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3007:30 | 3007 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3007 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3139:5 | 3139 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3139 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3140:5 | 3140 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3140 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/de.rs:3141:10 | 3141 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3141 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:316:15 | 316 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:357:15 | 357 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 357 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:399:52 | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:427:15 | 427 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 427 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:509:15 | 509 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:582:15 | 582 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 582 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:648:15 | 648 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:771:15 | 771 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 771 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:818:14 | 818 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:820:15 | 820 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:889:14 | 889 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:891:15 | 891 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:973:14 | 973 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:975:15 | 975 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 975 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1060:15 | 1060 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1108:15 | 1108 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1185:15 | 1185 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1269:44 | 1269 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/ser.rs:1298:30 | 1298 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1298 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_derive/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Fresh thiserror-impl v1.0.57 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/attr.rs:140:28 | 140 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 140 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:55:23 | 55 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:223:21 | 223 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:479:25 | 479 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 479 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:34 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/expand.rs:504:66 | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror-impl/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Fresh memchr v2.5.0 warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:6:7 | 6 | #[cfg(memchr_libc)] | ^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:12:46 | 12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1) | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 101 | / unsafe_ifunc!( 102 | | fn(u8, u8, &[u8]) -> Option, 103 | | memchr2, 104 | | haystack, 105 | | n1, 106 | | n2 107 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 112 | / unsafe_ifunc!( 113 | | fn(u8, u8, u8, &[u8]) -> Option, 114 | | memchr3, 115 | | haystack, ... | 118 | | n3 119 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1) | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 129 | / unsafe_ifunc!( 130 | | fn(u8, u8, &[u8]) -> Option, 131 | | memrchr2, 132 | | haystack, 133 | | n1, 134 | | n2 135 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:45:25 | 45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/x86/mod.rs:47:32 | 47 | } else if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ ... 140 | / unsafe_ifunc!( 141 | | fn(u8, u8, u8, &[u8]) -> Option, 142 | | memrchr3, 143 | | haystack, ... | 146 | | n3 147 | | ) | |_____- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:94:39 | 94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:101:9 | 101 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:102:41 | 102 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:111:13 | 111 | not(memchr_libc), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:112:41 | 112 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:158:39 | 158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:165:41 | 165 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:216:39 | 216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:223:41 | 223 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:267:39 | 267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:274:9 | 274 | memchr_libc, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:276:41 | 276 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_libc` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:285:17 | 285 | not(all(memchr_libc, target_os = "linux")), | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_libc)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:286:41 | 286 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:332:39 | 332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:339:41 | 339 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:390:39 | 390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memchr/mod.rs:397:41 | 397 | not(all(target_arch = "x86_64", memchr_runtime_simd)), | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:149:7 | 149 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:156:7 | 156 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:158:11 | 158 | #[cfg(all(memchr_runtime_wasm128))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:160:46 | 160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:811:50 | 811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_wasm128` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:813:11 | 813 | #[cfg(memchr_runtime_wasm128)] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:815:50 | 815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7 | 4 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46 | 6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46 | 8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:138:38 | 138 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50 | 299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50 | 317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21 | 303 | if cfg!(memchr_runtime_avx) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17 | 311 | if cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:99:11 | 99 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/rarebytes.rs:107:11 | 107 | #[cfg(memchr_runtime_simd)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_avx` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/avx.rs:24:22 | 24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_sse2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/x86/sse.rs:14:18 | 14 | if !cfg!(memchr_runtime_sse2) { | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:838:54 | 838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:846:43 | 846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:884:34 | 884 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:889:17 | 889 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:909:34 | 909 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:914:17 | 914 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:953:34 | 953 | #[cfg(all(not(miri), memchr_runtime_simd))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `memchr_runtime_simd` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/memchr-2.5.0/src/memmem/mod.rs:966:17 | 966 | memchr_runtime_simd | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh percent-encoding v2.3.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/percent-encoding/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `serde_derive` (lib) generated 130 warnings warning: `thiserror-impl` (lib) generated 25 warnings warning: `memchr` (lib) generated 60 warnings warning: `percent-encoding` (lib) generated 1 warning Fresh serde v1.0.197 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:102:13 | 102 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:329:12 | 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:332:15 | 332 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:229:19 | 229 | #[cfg(all(not(no_core_cstr), not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:234:19 | 234 | #[cfg(all(not(no_core_cstr), feature = "alloc", not(feature = "std")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:32 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:257:58 | 257 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:32 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:262:58 | 262 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:265:36 | 265 | #[cfg(all(feature = "std", not(no_target_has_atomic)))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:267:36 | 267 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:269:36 | 269 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:271:36 | 271 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:273:36 | 273 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:275:36 | 275 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))] | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:115:12 | 115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:568:12 | 568 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:585:12 | 585 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:673:12 | 673 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:690:12 | 690 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1009:12 | 1009 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1023:12 | 1023 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1037:12 | 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1424:12 | 1424 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1439:12 | 1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` 292 | 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:283:48 | 230 | / macro_rules! primitive_deserializer { 231 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 | | #[doc = "A deserializer holding"] 233 | | #[doc = $doc] ... | 283 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 290 | | } 291 | | } | |_- in this expansion of `primitive_deserializer!` ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:600:12 | 600 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:689:36 | 689 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:692:36 | 692 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:743:36 | 743 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:744:12 | 744 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1041:12 | 1041 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1595:12 | 1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1649:12 | 1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1713:12 | 1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1768:12 | 1768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1842:12 | 1842 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1879:12 | 1879 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2169:12 | 2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3000:32 | 3000 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3018:32 | 3018 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3031:32 | 3031 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:301:27 | 301 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:308:29 | 308 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:316:29 | 316 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:324:29 | 324 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:331:33 | 331 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:433:31 | 433 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:772:40 | 772 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:773:16 | 773 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:985:16 | 985 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:996:16 | 996 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1007:16 | 1007 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1018:16 | 1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1029:16 | 1029 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1445:16 | 1445 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1453:16 | 1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1616:16 | 1616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1622:16 | 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1670:16 | 1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1677:16 | 1677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1780:16 | 1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1856:16 | 1856 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1862:16 | 1862 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1868:16 | 1868 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1874:16 | 1874 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2008:16 | 2008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2014:16 | 2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3019 | / atomic_impl! { 3020 | | AtomicBool "8" 3021 | | AtomicI8 "8" 3022 | | AtomicI16 "16" ... | 3028 | | AtomicUsize "ptr" 3029 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3004:23 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3005:24 | 3001 | / macro_rules! atomic_impl { 3002 | | ($($ty:ident $size:expr)*) => { 3003 | | $( 3004 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 3005 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 3015 | | }; 3016 | | } | |_- in this expansion of `atomic_impl!` ... 3032 | / atomic_impl! { 3033 | | AtomicI64 "64" 3034 | | AtomicU64 "64" 3035 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:191:23 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 191 | | #[cfg(any(no_float_copysign, not(feature = "std")))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_float_copysign` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:196:27 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 125 | | $($($method!($val : $visit);)*)* | | ----------------------- in this macro invocation (#2) ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` (#1) ... 184 | / macro_rules! num_as_copysign_self { 185 | | ($ty:ident : $visit:ident) => { 186 | | #[inline] 187 | | fn $visit(self, v: $ty) -> Result ... | 196 | | #[cfg(all(not(no_float_copysign), feature = "std"))] | | ^^^^^^^^^^^^^^^^^ ... | 203 | | }; 204 | | } | |_- in this expansion of `num_as_copysign_self!` (#2) ... 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 (#1) | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:121:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) 85 | | ... | 121 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 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 (#1) | help: indicate the anonymous lifetime | 121 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); 85 | | ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 131 | | }; 132 | | } | |_- in this expansion of `impl_deserialize_num!` ... 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 | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:455:46 | 455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:501:46 | 501 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 501 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:547:46 | 547 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 547 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:624:46 | 624 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:659:46 | 659 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:696:46 | 696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:793:46 | 793 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 793 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:858:46 | 858 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:916:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 916 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 916 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:952:62 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 952 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 952 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1060:54 | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1097:54 | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1097 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1151:46 | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1183:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1183 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1183 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1207:58 | 1174 | / macro_rules! array_impls { 1175 | | ($($len:expr => ($($n:tt)+))+) => { 1176 | | $( 1177 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1207 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1249 | | } 1250 | | } | |_- in this expansion of `array_impls!` 1251 | 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 30 31) 1285 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1207 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1305:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1305 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1305 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1339:66 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1339 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1339 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` 1442 | 1443 | / map_impl! { 1444 | | #[cfg(any(feature = "std", feature = "alloc"))] 1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1446 | | BTreeMap, 1447 | | map, 1448 | | BTreeMap::new(), 1449 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1417:62 | 1387 | / macro_rules! map_impl { 1388 | | ( 1389 | | $(#[$attr:meta])* 1390 | | $ty:ident , ... | 1417 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1440 | | } 1441 | | } | |_- in this expansion of `map_impl!` ... 1451 | / map_impl! { 1452 | | #[cfg(feature = "std")] 1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1454 | | HashMap, 1455 | | map, 1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1457 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1417 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1564 | / variant_identifier! { 1565 | $name_kind ($($variant; $bytes; $index),*) 1566 | $expecting_message, 1567 | VARIANTS 1568 | | } | |_________- in this macro invocation (#2) ... 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 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 (#1) | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1574:54 | 1558 | / macro_rules! deserialize_enum { 1559 | | ( 1560 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1561 | | $expecting_message:expr, ... | 1574 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1591 | | } 1592 | | } | |_- in this expansion of `deserialize_enum!` ... 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 | help: indicate the anonymous lifetime | 1574 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1691:46 | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1730:46 | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1505:62 | 1483 | / macro_rules! variant_identifier { 1484 | | ( 1485 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1486 | | $expecting_message:expr, ... | 1505 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1554 | | } 1555 | | } | |_- in this expansion of `variant_identifier!` ... 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 | help: indicate the anonymous lifetime | 1505 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1804:46 | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1804 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2052:62 | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2052 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2102:54 | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2306:19 | 2306 | #[cfg(not(no_systemtime_checked_add))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_systemtime_checked_add` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2310:15 | 2310 | #[cfg(no_systemtime_checked_add)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2191:62 | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2191 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2241:54 | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2392:58 | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2392 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2437:50 | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2437 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2549:58 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2592:50 | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2687:58 | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2730:50 | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2730 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2798:62 | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2798 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2856:54 | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2856 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2909:62 | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:2965:54 | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2965 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:3061:46 | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3061 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:210:36 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 210 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 210 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:228:37 | 140 | / macro_rules! declare_error_trait { 141 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 142 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 143 | | /// error messages belonging to the `Deserializer` against which they are ... | 228 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 297 | | } 298 | | } | |_- in this expansion of `declare_error_trait!` ... 301 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 228 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:399:40 | 399 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:478:40 | 478 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:485:40 | 485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:491:40 | 491 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 491 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:497:40 | 497 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1221:19 | 1221 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1528:16 | 1528 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1587:16 | 1587 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:1304:46 | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2275:40 | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2275 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/mod.rs:2297:40 | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2297 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:51:12 | 51 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:73:32 | 73 | #[cfg(any(feature = "std", not(no_core_cstr)))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:74:12 | 74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_cstr` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:85:36 | 85 | #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:86:12 | 86 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:185:11 | 185 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:207:7 | 207 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:427:11 | 427 | #[cfg(not(no_relaxed_trait_bounds))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:450:7 | 450 | #[cfg(no_relaxed_trait_bounds)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_num_nonzero_signed` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:622:11 | 622 | #[cfg(not(no_num_nonzero_signed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:660:12 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:677:12 | 677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:731:12 | 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:776:12 | 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:847:12 | 847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:872:12 | 872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:889:12 | 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:914:12 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:931:12 | 931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:953:12 | 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:967:12 | 967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:978:12 | 978 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1001:12 | 1001 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1041:32 | 1041 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1060:32 | 1060 | #[cfg(all(feature = "std", not(no_std_atomic)))] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_std_atomic64` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1073:32 | 1073 | #[cfg(all(feature = "std", not(no_std_atomic64)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:232:16 | 232 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:238:16 | 238 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:244:16 | 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:250:16 | 250 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:262:16 | 262 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:476:16 | 476 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:482:16 | 482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:516:16 | 516 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:550:16 | 550 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1061 | / atomic_impl! { 1062 | | AtomicBool "8" 1063 | | AtomicI8 "8" 1064 | | AtomicI16 "16" ... | 1070 | | AtomicUsize "ptr" 1071 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_target_has_atomic` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1045:23 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] | | ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic` ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, `ptr` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/ser/impls.rs:1046:24 | 1042 | / macro_rules! atomic_impl { 1043 | | ($($ty:ident $size:expr)*) => { 1044 | | $( 1045 | | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))] 1046 | | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", target_has_atomic = $size))))] | | ^^^^^^^ ... | 1057 | | } 1058 | | } | |_- in this expansion of `atomic_impl!` ... 1074 | / atomic_impl! { 1075 | | AtomicI64 "64" 1076 | | AtomicU64 "64" 1077 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:1:11 | 1 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_serde_derive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:3:11 | 3 | #[cfg(not(no_serde_derive))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_core_try_from` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:23:11 | 23 | #[cfg(not(no_core_try_from))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:329:44 | 329 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:23 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:492:69 | 492 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 492 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:24 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:504:33 | 504 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 504 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:44 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:505:53 | 505 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:561:44 | 561 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:842:44 | 842 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 842 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:34 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:865:43 | 865 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 865 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:866:17 | 866 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 866 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:867:17 | 867 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:918:50 | 918 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:993:50 | 993 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2389:50 | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2434:50 | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2434 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2859:46 | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1382:40 | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1382 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/lib.rs:325:1 | 324 | / #[cfg(feature = "serde_derive")] 325 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 983 | / seq_impl!( 984 | | #[cfg(any(feature = "std", feature = "alloc"))] 985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 986 | | BinaryHeap, ... | 991 | | BinaryHeap::push 992 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 994 | / seq_impl!( 995 | | #[cfg(any(feature = "std", feature = "alloc"))] 996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 997 | | BTreeSet, ... | 1002 | | BTreeSet::insert 1003 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1005 | / seq_impl!( 1006 | | #[cfg(any(feature = "std", feature = "alloc"))] 1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1008 | | LinkedList, ... | 1013 | | LinkedList::push_back 1014 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1016 | / seq_impl!( 1017 | | #[cfg(feature = "std")] 1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 1019 | | HashSet, ... | 1024 | | HashSet::insert 1025 | | ); | |_- in this macro invocation | help: remove these bounds | 943 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 943 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:943:47 | 885 | / macro_rules! seq_impl { 886 | | ( 887 | | $(#[$attr:meta])* 888 | | $ty:ident , ... | 943 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 976 | | } 977 | | } | |_- in this expansion of `seq_impl!` ... 1027 | / seq_impl!( 1028 | | #[cfg(any(feature = "std", feature = "alloc"))] 1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 1030 | | VecDeque, ... | 1035 | | VecDeque::push_back 1036 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1089:39 | 1089 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1138:33 | 1138 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/impls.rs:1334:59 | 1289 | / macro_rules! tuple_impls { 1290 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1291 | | $( 1292 | | impl<'de, $($name: Deserialize<'de>),+> Deserialize<'de> for ($($name,)+) { ... | 1334 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1363 | | } 1364 | | } | |_- in this expansion of `tuple_impls!` 1365 | 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 14 T14 15 T15) 1383 | | } | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2476:29 | 2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2590:39 | 2590 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2739:29 | 2739 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2782:32 | 2782 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:1627:46 | 1627 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2085:39 | 2085 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2114:42 | 2114 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2194:38 | 2194 | struct SeqRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/de.rs:2269:38 | 2269 | struct MapRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1000:35 | 1000 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1195:37 | 1195 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1237:40 | 1237 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1266:56 | 1266 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/private/ser.rs:1310:57 | 1310 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Fresh rustc-semver v1.1.0 Fresh unicode-bidi v0.3.15 warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi/src/level.rs:247:6 | 247 | impl<'a> PartialEq for Level { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: unexpected `cfg` condition name: `rustfmt` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-bidi/src/char_data/tables.rs:5:13 | 5 | #![cfg_attr(rustfmt, rustfmt_skip)] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(rustfmt)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Fresh minimal-lexical v0.2.1 Fresh ryu v1.0.17 warning: `serde` (lib) generated 305 warnings (14 duplicates) warning: `unicode-bidi` (lib) generated 2 warnings Fresh toml_datetime v0.6.5 Fresh serde_spanned v0.6.5 Fresh either v1.10.0 Fresh itoa v1.0.10 Fresh cargo-platform v0.1.7 Fresh toml_edit v0.19.15 warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 108 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ------------^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `debug_fmt_fields` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound Fresh serde_json v1.0.114 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:258:43 | 258 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 258 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:287:27 | 287 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:295:35 | 295 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 295 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:303:27 | 303 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:311:29 | 311 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:319:37 | 319 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:422:40 | 422 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/map.rs:454:54 | 454 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 454 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1267:46 | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1267 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/de.rs:1309:29 | 1309 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1309 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1907:23 | 1907 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:1954:23 | 1954 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2011:27 | 2011 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2064:31 | 2064 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/de.rs:2127:20 | 2127 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/serde_json/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Fresh itertools v0.12.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/itertools/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ Fresh idna v0.5.0 warning: `toml_edit` (lib) generated 57 warnings warning: `itertools` (lib) generated 50 warnings warning: `serde_json` (lib) generated 34 warnings warning: `itertools` (lib) generated 50 warnings (20 duplicates) Fresh toml v0.7.8 Fresh nom v7.1.3 warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(nightly)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:347:6 | 347 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> O2> Parser for Map { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:364:6 | 364 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> H, H: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:381:6 | 381 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:398:6 | 398 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:415:6 | 415 | impl<'a, I: Clone, O, E: crate::error::ParseError, F: Parser, G: Parser> | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/nom/src/internal.rs:440:5 | 440 | 'a, | _____-^ 441 | | I: Clone, | |____- help: elide the unused lifetime Fresh semver v1.0.22 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:64:13 | 64 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:65:43 | 65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:66:17 | 66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:67:13 | 67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:68:13 | 68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:89:11 | 89 | #[cfg(not(no_alloc_crate))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:188:12 | 188 | #[cfg_attr(no_const_vec_new, derive(Default))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:252:16 | 252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:529:11 | 529 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:263:11 | 263 | #[cfg(no_non_exhaustive)] // rustc <1.40 | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:1:7 | 1 | #[cfg(no_str_strip_prefix)] // rustc <1.45 | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_str_strip_prefix` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:6:7 | 6 | #[cfg(no_str_strip_prefix)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_alloc_crate` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/backport.rs:19:7 | 19 | #[cfg(no_alloc_crate)] // rustc <1.36 | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_alloc_crate)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:59:19 | 59 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/eval.rs:39:15 | 39 | #[cfg(no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_exhaustive_int_match` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:166:19 | 166 | #[cfg(no_exhaustive_int_match)] // rustc <1.33 | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:327:11 | 327 | #[cfg(no_nonzero_bitscan)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_nonzero_bitscan` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/identifier.rs:416:11 | 416 | #[cfg(no_nonzero_bitscan)] // rustc <1.53 | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:92:27 | 92 | #[cfg(not(no_const_vec_new))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/parse.rs:94:23 | 94 | #[cfg(no_const_vec_new)] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/semver/src/lib.rs:497:15 | 497 | #[cfg(not(no_const_vec_new))] // rustc <1.39 | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration Fresh camino v1.1.6 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:5:13 | 5 | #![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:488:7 | 488 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:206:11 | 206 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:393:11 | 393 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:404:11 | 404 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:414:11 | 414 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:424:11 | 424 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:438:11 | 438 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `try_reserve_2` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:448:11 | 448 | #[cfg(try_reserve_2)] | ^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(try_reserve_2)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `path_buf_capacity` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:462:11 | 462 | #[cfg(path_buf_capacity)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_capacity)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `shrink_to` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:472:11 | 472 | #[cfg(shrink_to)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(shrink_to)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:496:32 | 496 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:502:32 | 502 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `path_buf_deref_mut` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1469:11 | 1469 | #[cfg(path_buf_deref_mut)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(path_buf_deref_mut)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1073:33 | 1073 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1073 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1489:32 | 1489 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1489 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1495:32 | 1495 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1524:32 | 1524 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1612:32 | 1612 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1612 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1832:32 | 1832 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1832 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:1838:32 | 1838 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1838 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2040:32 | 2040 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2040 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2046:32 | 2046 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2046 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2532:32 | 2532 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2532 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2587:32 | 2587 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2587 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:14 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` 2797 | 2798 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2799 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2800 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2765:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2773:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2773 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2781:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2781 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2789:18 | 2762 | / macro_rules! impl_cmp { 2763 | | ($lhs:ty, $rhs: ty) => { 2764 | | #[allow(clippy::extra_unused_lifetimes)] 2765 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2789 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2795 | | }; 2796 | | } | |_- in this expansion of `impl_cmp!` ... 2802 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` 2839 | 2840 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2841 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2842 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2843 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2844 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2845 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2846 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:14 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2847 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2848 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2807:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2815:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2815 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2823:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2823 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2831:18 | 2804 | / macro_rules! impl_cmp_std_path { 2805 | | ($lhs:ty, $rhs: ty) => { 2806 | | #[allow(clippy::extra_unused_lifetimes)] 2807 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2831 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2837 | | }; 2838 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2850 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` 2888 | 2889 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2890 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2891 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2892 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2893 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2894 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2895 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:14 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2896 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2897 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2856:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2864:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2864 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2872:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2872 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2880:18 | 2853 | / macro_rules! impl_cmp_str { 2854 | | ($lhs:ty, $rhs: ty) => { 2855 | | #[allow(clippy::extra_unused_lifetimes)] 2856 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2880 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2886 | | }; 2887 | | } | |_- in this expansion of `impl_cmp_str!` ... 2899 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` 2937 | 2938 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2939 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2940 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2941 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2942 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2943 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2944 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:14 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2945 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2946 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2905:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2913:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2913 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2921:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2921 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/camino/src/lib.rs:2929:18 | 2902 | / macro_rules! impl_cmp_os_str { 2903 | | ($lhs:ty, $rhs: ty) => { 2904 | | #[allow(clippy::extra_unused_lifetimes)] 2905 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2929 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2935 | | }; 2936 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 2948 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation Fresh form_urlencoded v1.2.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/form_urlencoded/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + Fresh thiserror v1.0.57 warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:238:13 | 238 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_loom`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `emulate_second_only_system`, `feature`, `miri`, `no_btreemap_remove_entry`, `overflow_checks`, `panic`, `parallel_compiler`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustix_use_libc`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `span_locations`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor` and 4 more = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `thiserror_nightly_testing` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:11 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:240:42 | 240 | #[cfg(all(thiserror_nightly_testing, not(error_generic_member_access)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:245:7 | 245 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `error_generic_member_access` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/thiserror/src/lib.rs:257:11 | 257 | #[cfg(error_generic_member_access)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(error_generic_member_access)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `nom` (lib) generated 19 warnings warning: `semver` (lib) generated 40 warnings warning: `camino` (lib) generated 214 warnings warning: `form_urlencoded` (lib) generated 1 warning warning: `thiserror` (lib) generated 5 warnings Fresh clippy_config v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_config) Fresh syn v1.0.109 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:254:13 | 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:430:12 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:434:12 | 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:455:12 | 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:804:12 | 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:867:12 | 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:887:12 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:916:12 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:298:1 | 298 | extern crate proc_macro2; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 298 | use proc_macro2; | ~~~ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:136:12 | 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:214:12 | 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/group.rs:269:12 | 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:561:12 | 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:569:12 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:881:11 | 881 | #[cfg(not(syn_omit_await_from_token_macro))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:883:7 | 883 | #[cfg(syn_omit_await_from_token_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 556 | / define_punctuation_structs! { 557 | | "_" pub struct Underscore/1 /// `_` 558 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:271:24 | 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:275:24 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:309:24 | 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:317:24 | 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:444:24 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:452:24 | 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:394:24 | 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:398:24 | 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:503:24 | 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:507:24 | 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 756 | / define_delimiters! { 757 | | "{" pub struct Brace /// `{...}` 758 | | "[" pub struct Bracket /// `[...]` 759 | | "(" pub struct Paren /// `(...)` 760 | | " " pub struct Group /// None-delimited group 761 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:129:21 | 129 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:22 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:154:39 | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 154 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 186 | impl_token!("lifetime" Lifetime); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 187 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 188 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 189 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 190 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 191 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 192 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 193 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 194 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:169:29 | 169 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 169 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:170:32 | 170 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 195 | impl_token!("group token" proc_macro2::Group); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 170 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 215 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 216 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:201:29 | 201 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 217 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 201 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:223:21 | 223 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 223 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:232:21 | 232 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:571:21 | 571 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 571 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:590:21 | 590 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 590 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:610:21 | 610 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 610 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:621:21 | 621 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:632:21 | 632 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:643:21 | 643 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:319:33 | 319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:328:33 | 328 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 652 | / define_keywords! { 653 | | "abstract" pub struct Abstract /// `abstract` 654 | | "as" pub struct As /// `as` 655 | | "async" pub struct Async /// `async` ... | 704 | | "yield" pub struct Yield /// `yield` 705 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 328 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:454:33 | 454 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 454 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:463:33 | 463 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 707 | / define_punctuation! { 708 | | "+" pub struct Add/1 /// `+` 709 | | "+=" pub struct AddEq/2 /// `+=` 710 | | "&" pub struct And/1 /// `&` ... | 753 | | "~" pub struct Tilde/1 /// `~` 754 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 463 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:896:27 | 896 | pub fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | pub fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:907:33 | 907 | pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:915:39 | 915 | pub fn punct(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 915 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:921:28 | 921 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 921 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span; 3]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/token.rs:947:35 | 947 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:38:12 | 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:40:21 | 40 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ident.rs:54:21 | 54 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:463:12 | 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:148:16 | 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:329:16 | 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:360:16 | 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:336:1 | 336 | / ast_enum_of_structs! { 337 | | /// Content of a compile-time structured attribute. 338 | | /// 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 369 | | } 370 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:377:16 | 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:390:16 | 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:417:16 | 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:412:1 | 412 | / ast_enum_of_structs! { 413 | | /// Element of a compile-time attribute list. 414 | | /// 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 425 | | } 426 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:213:16 | 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:223:16 | 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:237:16 | 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:251:16 | 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:193:30 | 193 | let parser = |input: ParseStream| parsing::parse_meta_after_path(path, input); | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 193 | let parser = |input: ParseStream<'_>| parsing::parse_meta_after_path(path, input); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:225:30 | 225 | let parser = |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 225 | let parser = |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:238:31 | 238 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 238 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:252:31 | 252 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 252 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:557:16 | 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:565:16 | 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:573:16 | 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:581:16 | 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:503:31 | 503 | pub fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 503 | pub fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:510:38 | 510 | pub fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 510 | pub fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:521:38 | 521 | pub fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | pub fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:533:31 | 533 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:559:25 | 559 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 559 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:567:25 | 567 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:575:25 | 575 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 575 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:583:25 | 583 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 583 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:596:53 | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 596 | pub fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:606:54 | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 606 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:615:60 | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 615 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:630:16 | 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:644:16 | 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:654:16 | 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:36:16 | 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:25:1 | 25 | / ast_enum_of_structs! { 26 | | /// Data stored within an enum variant or struct. 27 | | /// 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 47 | | } 48 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:56:16 | 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:68:16 | 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:185:16 | 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:173:1 | 173 | / ast_enum_of_structs! { 174 | | /// The visibility level of an item: inherited or `pub` or 175 | | /// `pub(restricted)`. 176 | | /// ... | 199 | | } 200 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:207:16 | 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:230:16 | 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:79:43 | 79 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:90:54 | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:246:16 | 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:275:16 | 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:286:16 | 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:327:16 | 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:248:25 | 248 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:277:25 | 277 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:288:25 | 288 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:299:20 | 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:315:20 | 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:300:35 | 300 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:316:37 | 316 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 316 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:329:25 | 329 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:352:29 | 352 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:396:31 | 396 | fn parse_crate(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn parse_crate(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:423:16 | 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:436:16 | 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:445:16 | 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:454:16 | 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:467:16 | 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:474:16 | 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/data.rs:481:16 | 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:89:16 | 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:90:20 | 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust expression. 16 | | /// 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 249 | | } 250 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:256:16 | 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:268:16 | 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:281:16 | 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:294:16 | 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:307:16 | 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:321:16 | 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:334:16 | 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:359:16 | 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:373:16 | 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:387:16 | 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:400:16 | 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:418:16 | 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:431:16 | 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:444:16 | 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:464:16 | 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:480:16 | 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:495:16 | 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:508:16 | 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:523:16 | 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:534:16 | 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:547:16 | 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:558:16 | 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:572:16 | 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:588:16 | 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:604:16 | 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:616:16 | 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:629:16 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:643:16 | 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:657:16 | 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:672:16 | 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:699:16 | 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:711:16 | 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:723:16 | 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:737:16 | 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:749:16 | 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:761:16 | 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:775:16 | 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:850:16 | 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:920:16 | 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:246:15 | 246 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:784:40 | 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:900:40 | 900 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:953:40 | 953 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 953 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1159:16 | 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2063:16 | 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2818:16 | 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2832:16 | 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2879:16 | 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:130:45 | 130 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 130 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/custom_keyword.rs:144:44 | 144 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1103:5 | 1103 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 144 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1161:25 | 1161 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1161 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1405:16 | 1405 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1405 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1453:31 | 1453 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1453 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1470:30 | 1470 | fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1470 | fn ambiguous_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1541:26 | 1541 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1669:28 | 1669 | fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1669 | fn trailer_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1817:25 | 1817 | fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn atom_expr(input: ParseStream<'_>, _allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2065:25 | 2065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2091:26 | 2091 | fn expr_paren(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2091 | fn expr_paren(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2820:25 | 2820 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2820 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2834:25 | 2834 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2881:25 | 2881 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2881 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2905:23 | 2905 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2907:19 | 2907 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:2930:26 | 2930 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2930 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3008:16 | 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3072:16 | 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3082:16 | 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3091:16 | 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3099:16 | 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3338:16 | 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3348:16 | 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3358:16 | 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3367:16 | 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3400:16 | 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:3501:16 | 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:296:5 | 296 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:307:5 | 307 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:318:5 | 318 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:14:16 | 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:23:1 | 23 | / ast_enum_of_structs! { 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 25 | | /// `'a: 'b`, `const LEN: usize`. 26 | | /// ... | 45 | | } 46 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:53:16 | 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:69:16 | 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 404 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 406 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:363:20 | 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 408 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:426:16 | 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:475:16 | 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:470:1 | 470 | / ast_enum_of_structs! { 471 | | /// A trait or lifetime used as a bound on a type parameter. 472 | | /// 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 479 | | } 480 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:487:16 | 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:504:16 | 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:517:16 | 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:535:16 | 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:524:1 | 524 | / ast_enum_of_structs! { 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 526 | | /// 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 545 | | } 546 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:553:16 | 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:570:16 | 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:583:16 | 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:114:34 | 114 | pub fn type_params(&self) -> TypeParams { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub fn type_params(&self) -> TypeParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:125:42 | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:136:32 | 136 | pub fn lifetimes(&self) -> Lifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn lifetimes(&self) -> Lifetimes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:147:40 | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:158:35 | 158 | pub fn const_params(&self) -> ConstParams { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | pub fn const_params(&self) -> ConstParams<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:169:43 | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:347:9 | 347 | doc_cfg, | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:38 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:350:52 | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:416:35 | 416 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 416 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:597:16 | 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:660:16 | 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:687:16 | 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:725:16 | 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:747:16 | 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:758:16 | 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:812:16 | 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:856:16 | 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:905:16 | 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:916:16 | 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:940:16 | 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:971:16 | 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:982:16 | 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:599:25 | 599 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:662:25 | 662 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:727:25 | 727 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 727 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:749:25 | 749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:760:25 | 760 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:833:20 | 833 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 833 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:858:25 | 858 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 858 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:918:25 | 918 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:942:25 | 942 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 942 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1057:16 | 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1207:16 | 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1217:16 | 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1229:16 | 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1268:16 | 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1300:16 | 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1310:16 | 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1325:16 | 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1335:16 | 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1345:16 | 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/generics.rs:1354:16 | 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:74:40 | 74 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:127:16 | 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:129:25 | 129 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lifetime.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:629:12 | 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:640:12 | 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:652:12 | 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:14:1 | 14 | / ast_enum_of_structs! { 15 | | /// A Rust literal such as a string or integer or boolean. 16 | | /// 17 | | /// # Syntax tree enum ... | 48 | | } 49 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 703 | lit_extra_traits!(LitStr); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 704 | lit_extra_traits!(LitByteStr); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 705 | lit_extra_traits!(LitByte); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 706 | lit_extra_traits!(LitChar); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 707 | lit_extra_traits!(LitInt); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:666:20 | 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ ... 708 | lit_extra_traits!(LitFloat); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:200:16 | 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:448:40 | 448 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 448 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:524:40 | 524 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:744:16 | 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:816:16 | 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:827:16 | 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:838:16 | 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:849:16 | 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:860:16 | 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:871:16 | 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:882:16 | 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:746:25 | 746 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 746 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:47 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:776:71 | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:818:25 | 818 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 818 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:829:25 | 829 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:840:25 | 840 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 840 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:862:25 | 862 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:873:25 | 873 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:884:25 | 884 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 884 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:900:16 | 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:907:16 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:914:16 | 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:921:16 | 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:928:16 | 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:935:16 | 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:942:16 | 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lit.rs:1568:15 | 1568 | #[cfg(syn_no_negative_literal_parse)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:15:16 | 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:29:16 | 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:137:16 | 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:145:16 | 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:153:31 | 153 | pub fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:177:16 | 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:179:25 | 179 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/mac.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:8:16 | 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:37:16 | 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:57:16 | 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:70:16 | 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:83:16 | 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:95:16 | 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:97:25 | 97 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:165:16 | 165 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:201:16 | 201 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:216:30 | 216 | pub fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/derive.rs:231:16 | 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:6:16 | 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:72:16 | 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:165:16 | 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:88:27 | 88 | fn parse_binop(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn parse_binop(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:133:25 | 133 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:167:25 | 167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:188:16 | 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/op.rs:224:16 | 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:16:16 | 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:17:20 | 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/macros.rs:155:20 | 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | ::: /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:5:1 | 5 | / ast_enum_of_structs! { 6 | | /// The possible types that a Rust value could have. 7 | | /// 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` ... | 88 | | } 89 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:96:16 | 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:110:16 | 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:128:16 | 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:141:16 | 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:153:16 | 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:164:16 | 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:175:16 | 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:186:16 | 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:199:16 | 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:211:16 | 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:239:16 | 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:252:16 | 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:264:16 | 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:276:16 | 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:311:16 | 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:323:16 | 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:85:15 | 85 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:342:16 | 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:656:16 | 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:667:16 | 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:680:16 | 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:703:16 | 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:716:16 | 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:777:16 | 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:786:16 | 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:795:16 | 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:828:16 | 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:837:16 | 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:887:16 | 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:895:16 | 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:949:16 | 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:992:16 | 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1003:16 | 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1024:16 | 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1098:16 | 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1108:16 | 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:344:25 | 344 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:357:20 | 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:358:36 | 358 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 358 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:366:16 | 366 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:658:25 | 658 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:669:25 | 669 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 669 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:682:25 | 682 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:705:25 | 705 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:724:29 | 724 | fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 724 | fn parse_bare_fn(input: ParseStream<'_>, allow_mut_self: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:779:25 | 779 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 779 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:788:25 | 788 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:830:25 | 830 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:839:25 | 839 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 839 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:869:20 | 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:870:36 | 870 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 870 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:875:36 | 875 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:889:25 | 889 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 889 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:897:25 | 897 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:904:20 | 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:905:36 | 905 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:911:36 | 911 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 911 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:923:20 | 923 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 923 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:951:25 | 951 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:958:20 | 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:959:36 | 959 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 959 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:964:36 | 964 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:994:25 | 994 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 994 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1005:25 | 1005 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1005 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1012:25 | 1012 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1026:25 | 1026 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1026 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1033:16 | 1033 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1033 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1100:25 | 1100 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1100 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1110:25 | 1110 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1128:16 | 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1137:16 | 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1148:16 | 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1162:16 | 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1172:16 | 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1193:16 | 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1200:16 | 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1209:16 | 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1216:16 | 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1224:16 | 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1232:16 | 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1241:16 | 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1250:16 | 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1257:16 | 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1264:16 | 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1277:16 | 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1289:16 | 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ty.rs:1297:16 | 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:9:16 | 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:35:16 | 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:67:16 | 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:105:16 | 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:130:16 | 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:144:16 | 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:157:16 | 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:171:16 | 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:201:16 | 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:218:16 | 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:225:16 | 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:358:16 | 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:385:16 | 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:397:16 | 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:430:16 | 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:220:25 | 220 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:227:25 | 227 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 227 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:317:34 | 317 | pub fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | pub fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:360:25 | 360 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:399:25 | 399 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 399 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:405:32 | 405 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:432:25 | 432 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:505:20 | 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:569:20 | 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:591:20 | 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:506:39 | 506 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:603:43 | 603 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 603 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:618:20 | 618 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:632:25 | 632 | pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 632 | pub fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:693:16 | 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:701:16 | 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:709:16 | 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:724:16 | 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:752:16 | 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:793:16 | 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:802:16 | 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/path.rs:811:16 | 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:90:28 | 90 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:29 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:366:40 | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:30 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:370:41 | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:43 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:382:54 | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 382 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:386:42 | 386 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/buffer.rs:393:43 | 393 | pub(crate) fn close_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | pub(crate) fn close_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:49:25 | 49 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:90:25 | 90 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/ext.rs:112:21 | 112 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:371:12 | 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1012:12 | 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:54:15 | 54 | #[cfg(not(syn_no_const_vec_new))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_const_vec_new` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:63:11 | 63 | #[cfg(syn_no_const_vec_new)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:267:16 | 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:288:16 | 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:325:16 | 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:346:16 | 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:106:31 | 106 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 106 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:117:42 | 117 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 117 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:128:33 | 128 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 128 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:137:44 | 137 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:268:36 | 268 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 268 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:290:16 | 290 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:291:20 | 291 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:326:44 | 326 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 326 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:348:16 | 348 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 348 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:349:20 | 349 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1060:16 | 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:1071:16 | 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:68:12 | 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:100:12 | 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_quote.rs:157:21 | 157 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:107:12 | 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:145:21 | 145 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:149:21 | 149 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse_macro_input.rs:162:21 | 162 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:7:12 | 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:17:12 | 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:43:12 | 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:53:12 | 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:66:12 | 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:77:12 | 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:108:12 | 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:120:12 | 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:135:12 | 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:146:12 | 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:157:12 | 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:168:12 | 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:179:12 | 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:189:12 | 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:202:12 | 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:341:12 | 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:387:12 | 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:399:12 | 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:439:12 | 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:490:12 | 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:515:12 | 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:575:12 | 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:586:12 | 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:705:12 | 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:751:12 | 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:788:12 | 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:799:12 | 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:809:12 | 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:907:12 | 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:930:12 | 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:941:12 | 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1027:12 | 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1313:12 | 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1324:12 | 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1339:12 | 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1362:12 | 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1374:12 | 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1385:12 | 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1395:12 | 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1406:12 | 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1417:12 | 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1440:12 | 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1450:12 | 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1655:12 | 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1665:12 | 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1678:12 | 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1688:12 | 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1699:12 | 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1710:12 | 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1722:12 | 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1757:12 | 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1798:12 | 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1810:12 | 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1813:12 | 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1889:12 | 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1914:12 | 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1926:12 | 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1942:12 | 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1952:12 | 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1962:12 | 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1971:12 | 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1978:12 | 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1987:12 | 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2001:12 | 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2011:12 | 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2021:12 | 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2031:12 | 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2043:12 | 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2055:12 | 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2065:12 | 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2075:12 | 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2085:12 | 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2088:12 | 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2158:12 | 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2168:12 | 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2180:12 | 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2189:12 | 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2198:12 | 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2210:12 | 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2222:12 | 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:2232:12 | 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:276:23 | 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/gen/clone.rs:1908:19 | 1908 | #[cfg(syn_no_non_exhaustive)] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `crate::gen::*` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lib.rs:787:9 | 787 | pub use crate::gen::*; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/thread.rs:35:40 | 35 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:33 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:68:44 | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/lookahead.rs:165:29 | 165 | pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 165 | pub fn is_delimiter(cursor: Cursor<'_>, delimiter: Delimiter) -> bool { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1065:12 | 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1072:12 | 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1083:12 | 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1090:12 | 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1100:12 | 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1116:12 | 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1126:12 | 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] | ^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo:rustc-check-cfg=cfg(doc_cfg)");` to the top of a `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/discouraged.rs:192:44 | 192 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:221:21 | 221 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:282:32 | 282 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:288:32 | 288 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:389:13 | 389 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:391:6 | 391 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 391 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:395:51 | 395 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 395 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:432:30 | 432 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 432 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:443:39 | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 443 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:447:50 | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:507:40 | 507 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:27 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:623:49 | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:27 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:638:49 | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:701:20 | 701 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1067:21 | 1067 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1067 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1074:21 | 1074 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1085:21 | 1085 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1092:21 | 1092 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1092 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1102:21 | 1102 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1118:21 | 1118 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1118 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1128:21 | 1128 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1128 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1191:36 | 1191 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1191 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1196:52 | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1205:15 | 1205 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1237:36 | 1237 | fn __parse_stream(self, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1237 | fn __parse_stream(self, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1248:52 | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | pub(crate) fn parse_stream(f: F, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/parse.rs:1285:22 | 1285 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1285 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:288:48 | 288 | pub fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 288 | pub fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:313:40 | 313 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:329:40 | 329 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 329 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/error.rs:335:40 | 335 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 335 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: method `inner` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/attr.rs:470:8 | 466 | pub trait FilterAttrs<'a> { | ----------- method in this trait ... 470 | fn inner(self) -> Self::Ret; | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/expr.rs:1110:28 | 1110 | pub struct AllowStruct(bool); | ----------- ^^^^ | | | field in this struct | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 1110 | pub struct AllowStruct(()); | ~~ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:534:23 | 534 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 534 - pub struct Pairs<'a, T: 'a, P: 'a> { 534 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:584:26 | 584 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 584 - pub struct PairsMut<'a, T: 'a, P: 'a> { 584 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:721:22 | 721 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:734:25 | 734 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 734 - struct PrivateIter<'a, T: 'a, P: 'a> { 734 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:840:25 | 840 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/punctuated.rs:849:28 | 849 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 849 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 849 + struct PrivateIterMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/syn-1.0.109/src/print.rs:4:33 | 4 | pub struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound Fresh arrayvec v0.7.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:604:50 | 604 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 604 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:631:65 | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:1203:32 | 1203 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:498:32 | 498 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 498 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/arrayvec/src/arrayvec.rs:957:23 | 957 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Fresh utf8parse v0.2.1 Fresh cargo_metadata v0.18.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/cargo_metadata/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `syn` (lib) generated 774 warnings (90 duplicates) warning: `arrayvec` (lib) generated 9 warnings warning: `cargo_metadata` (lib) generated 4 warnings Fresh color-print-proc-macro v0.3.5 warning: unused extern crate --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/lib.rs:5:1 | 5 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/ansi.rs:51:44 | 51 | fn get_format_string_from_nodes(nodes: Vec) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | fn get_format_string_from_nodes(nodes: Vec>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/error.rs:72:32 | 72 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/format_args/format_arg.rs:19:21 | 19 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/types.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/color_tag.rs:32:54 | 32 | pub fn color_tag<'a>(input: Input<'a>) -> Result<'a, ColorTag> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | pub fn color_tag<'a>(input: Input<'a>) -> Result<'a, ColorTag<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/color_tag.rs:88:55 | 88 | let msg = if alphanumeric1::<&'a str, Error>(input).is_ok() { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 88 | let msg = if alphanumeric1::<&'a str, Error<'_>>(input).is_ok() { | ++++ warning: unused import: `nom::IResult` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:1:9 | 1 | pub use nom::IResult; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused imports: `branch::permutation`, `bytes::complete::escaped_transform`, `bytes::complete::escaped`, `bytes::complete::is_a`, `bytes::complete::is_not`, `bytes::complete::tag_no_case`, `bytes::complete::take_till1`, `bytes::complete::take_till`, `bytes::complete::take_until1`, `bytes::complete::take_until`, `bytes::complete::take_while1`, `bytes::complete::take_while`, `bytes::complete::take`, `character::complete::alpha0`, `character::complete::alphanumeric0`, `character::complete::anychar`, `character::complete::char`, `character::complete::crlf`, `character::complete::digit0`, `character::complete::hex_digit0`, `character::complete::hex_digit1`, `character::complete::i128`, `character::complete::i16`, `character::complete::i32`, `character::complete::i64`, `character::complete::i8`, `character::complete::line_ending`, `character::complete::multispace1`, `character::complete::newline`, `character::complete::none_of`, `character::complete::not_line_ending`, `character::complete::oct_digit0`, `character::complete::oct_digit1`, `character::complete::one_of`, `character::complete::satisfy`, `character::complete::space1`, `character::complete::tab`, `character::complete::u128`, `character::complete::u16`, `character::complete::u32`, `character::complete::u64`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `combinator::all_consuming`, `combinator::complete`, `combinator::cond`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::not`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::Error`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `sequence::separated_pair` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:9:9 | 9 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 10 | bytes::complete::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^ 11 | bytes::complete::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12 | bytes::complete::is_a, | ^^^^^^^^^^^^^^^^^^^^^ 13 | bytes::complete::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^ 14 | bytes::complete::tag, 15 | bytes::complete::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16 | bytes::complete::take, | ^^^^^^^^^^^^^^^^^^^^^ 17 | bytes::complete::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | bytes::complete::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | bytes::complete::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 20 | bytes::complete::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 21 | bytes::complete::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 22 | bytes::complete::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | bytes::complete::take_while_m_n, 24 | character::complete::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 | character::complete::alpha1, 26 | character::complete::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | character::complete::alphanumeric1, 28 | character::complete::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | character::complete::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | character::complete::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | character::complete::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 32 | character::complete::digit1, 33 | character::complete::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | character::complete::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | character::complete::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | character::complete::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 37 | character::complete::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 38 | character::complete::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 39 | character::complete::i8, | ^^^^^^^^^^^^^^^^^^^^^^^ 40 | character::complete::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | character::complete::multispace0, 42 | character::complete::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 43 | character::complete::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | character::complete::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 45 | character::complete::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 46 | character::complete::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47 | character::complete::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | character::complete::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | character::complete::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | character::complete::space0, 51 | character::complete::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | character::complete::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^ 53 | character::complete::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 54 | character::complete::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^ 55 | character::complete::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^ 56 | character::complete::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^ 57 | character::complete::u8, 58 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 59 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 60 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 61 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 62 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 63 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 64 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 65 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | combinator::complete, | ^^^^^^^^^^^^^^^^^^^^ 67 | combinator::cond, | ^^^^^^^^^^^^^^^^ 68 | combinator::consumed, 69 | combinator::cut, | ^^^^^^^^^^^^^^^ 70 | combinator::eof, | ^^^^^^^^^^^^^^^ 71 | combinator::fail, | ^^^^^^^^^^^^^^^^ 72 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 73 | combinator::into, | ^^^^^^^^^^^^^^^^ 74 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 75 | combinator::map, 76 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 77 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 78 | combinator::map_res, 79 | combinator::not, | ^^^^^^^^^^^^^^^ 80 | combinator::opt, 81 | combinator::peek, | ^^^^^^^^^^^^^^^^ 82 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 83 | combinator::rest, | ^^^^^^^^^^^^^^^^ 84 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 85 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 86 | combinator::value, | ^^^^^^^^^^^^^^^^^ 87 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 88 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 89 | error::Error, | ^^^^^^^^^^^^ ... 93 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 94 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 95 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 96 | error::context, | ^^^^^^^^^^^^^^ 97 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 98 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 99 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 100 | error::make_error, | ^^^^^^^^^^^^^^^^^ 101 | multi::count, | ^^^^^^^^^^^^ 102 | multi::fill, | ^^^^^^^^^^^ 103 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 104 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 105 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 106 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 107 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 108 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 109 | multi::many0, | ^^^^^^^^^^^^ 110 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 111 | multi::many1, | ^^^^^^^^^^^^ 112 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 113 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 114 | multi::many_till, | ^^^^^^^^^^^^^^^^ 115 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ ... 120 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused imports: `IResult`, `branch::alt`, `branch::permutation`, `bytes::streaming::escaped_transform`, `bytes::streaming::escaped`, `bytes::streaming::is_a`, `bytes::streaming::is_not`, `bytes::streaming::tag_no_case`, `bytes::streaming::tag`, `bytes::streaming::take_till1`, `bytes::streaming::take_till`, `bytes::streaming::take_until1`, `bytes::streaming::take_until`, `bytes::streaming::take_while1`, `bytes::streaming::take_while_m_n`, `bytes::streaming::take_while`, `bytes::streaming::take`, `character::is_alphabetic`, `character::is_alphanumeric`, `character::is_digit`, `character::is_hex_digit`, `character::is_newline`, `character::is_oct_digit`, `character::is_space`, `character::streaming::alpha0`, `character::streaming::alpha1`, `character::streaming::alphanumeric0`, `character::streaming::alphanumeric1`, `character::streaming::anychar`, `character::streaming::char`, `character::streaming::crlf`, `character::streaming::digit0`, `character::streaming::digit1`, `character::streaming::hex_digit0`, `character::streaming::hex_digit1`, `character::streaming::i128`, `character::streaming::i16`, `character::streaming::i32`, `character::streaming::i64`, `character::streaming::i8`, `character::streaming::line_ending`, `character::streaming::multispace0`, `character::streaming::multispace1`, `character::streaming::newline`, `character::streaming::none_of`, `character::streaming::not_line_ending`, `character::streaming::oct_digit0`, `character::streaming::oct_digit1`, `character::streaming::one_of`, `character::streaming::satisfy`, `character::streaming::space0`, `character::streaming::space1`, `character::streaming::tab`, `character::streaming::u128`, `character::streaming::u16`, `character::streaming::u32`, `character::streaming::u64`, `character::streaming::u8`, `combinator::all_consuming`, `combinator::cond`, `combinator::consumed`, `combinator::cut`, `combinator::eof`, `combinator::fail`, `combinator::flat_map`, `combinator::into`, `combinator::iterator`, `combinator::map_opt`, `combinator::map_parser`, `combinator::map_res`, `combinator::map`, `combinator::not`, `combinator::opt`, `combinator::peek`, `combinator::recognize`, `combinator::rest_len`, `combinator::rest`, `combinator::success`, `combinator::value`, `combinator::verify`, `error::ContextError`, `error::ErrorKind`, `error::Error`, `error::FromExternalError`, `error::ParseError`, `error::VerboseErrorKind`, `error::VerboseError`, `error::append_error`, `error::context`, `error::convert_error`, `error::dbg_dmp`, `error::error_to_u32`, `error::make_error`, `multi::count`, `multi::fill`, `multi::fold_many0`, `multi::fold_many1`, `multi::fold_many_m_n`, `multi::length_count`, `multi::length_data`, `multi::length_value`, `multi::many0_count`, `multi::many0`, `multi::many1_count`, `multi::many1`, `multi::many_m_n`, `multi::many_till`, `multi::separated_list0`, `multi::separated_list1`, `sequence::delimited`, `sequence::pair`, `sequence::preceded`, `sequence::separated_pair`, `sequence::terminated`, `sequence::tuple` --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/nom_prelude.rs:129:9 | 129 | IResult, | ^^^^^^^ 130 | branch::alt, | ^^^^^^^^^^^ 131 | branch::permutation, | ^^^^^^^^^^^^^^^^^^^ 132 | bytes::streaming::escaped, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 133 | bytes::streaming::escaped_transform, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | bytes::streaming::is_a, | ^^^^^^^^^^^^^^^^^^^^^^ 135 | bytes::streaming::is_not, | ^^^^^^^^^^^^^^^^^^^^^^^^ 136 | bytes::streaming::tag, | ^^^^^^^^^^^^^^^^^^^^^ 137 | bytes::streaming::tag_no_case, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | bytes::streaming::take, | ^^^^^^^^^^^^^^^^^^^^^^ 139 | bytes::streaming::take_till, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 140 | bytes::streaming::take_till1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141 | bytes::streaming::take_until, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 142 | bytes::streaming::take_until1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 143 | bytes::streaming::take_while, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 | bytes::streaming::take_while1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 145 | bytes::streaming::take_while_m_n, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 146 | character::is_alphabetic, | ^^^^^^^^^^^^^^^^^^^^^^^^ 147 | character::is_alphanumeric, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 | character::is_digit, | ^^^^^^^^^^^^^^^^^^^ 149 | character::is_hex_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 150 | character::is_newline, | ^^^^^^^^^^^^^^^^^^^^^ 151 | character::is_oct_digit, | ^^^^^^^^^^^^^^^^^^^^^^^ 152 | character::is_space, | ^^^^^^^^^^^^^^^^^^^ 153 | character::streaming::alpha0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154 | character::streaming::alpha1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 155 | character::streaming::alphanumeric0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 156 | character::streaming::alphanumeric1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 157 | character::streaming::anychar, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 158 | character::streaming::char, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 159 | character::streaming::crlf, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 160 | character::streaming::digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161 | character::streaming::digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | character::streaming::hex_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 163 | character::streaming::hex_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 164 | character::streaming::i128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | character::streaming::i16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 166 | character::streaming::i32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 167 | character::streaming::i64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 168 | character::streaming::i8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 169 | character::streaming::line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | character::streaming::multispace0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171 | character::streaming::multispace1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 172 | character::streaming::newline, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 173 | character::streaming::none_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 174 | character::streaming::not_line_ending, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 175 | character::streaming::oct_digit0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 176 | character::streaming::oct_digit1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 177 | character::streaming::one_of, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 178 | character::streaming::satisfy, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 179 | character::streaming::space0, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180 | character::streaming::space1, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 181 | character::streaming::tab, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 182 | character::streaming::u128, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 183 | character::streaming::u16, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 184 | character::streaming::u32, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 185 | character::streaming::u64, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 186 | character::streaming::u8, | ^^^^^^^^^^^^^^^^^^^^^^^^ 187 | combinator::all_consuming, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 188 | combinator::cond, | ^^^^^^^^^^^^^^^^ 189 | combinator::consumed, | ^^^^^^^^^^^^^^^^^^^^ 190 | combinator::cut, | ^^^^^^^^^^^^^^^ 191 | combinator::eof, | ^^^^^^^^^^^^^^^ 192 | combinator::fail, | ^^^^^^^^^^^^^^^^ 193 | combinator::flat_map, | ^^^^^^^^^^^^^^^^^^^^ 194 | combinator::into, | ^^^^^^^^^^^^^^^^ 195 | combinator::iterator, | ^^^^^^^^^^^^^^^^^^^^ 196 | combinator::map, | ^^^^^^^^^^^^^^^ 197 | combinator::map_opt, | ^^^^^^^^^^^^^^^^^^^ 198 | combinator::map_parser, | ^^^^^^^^^^^^^^^^^^^^^^ 199 | combinator::map_res, | ^^^^^^^^^^^^^^^^^^^ 200 | combinator::not, | ^^^^^^^^^^^^^^^ 201 | combinator::opt, | ^^^^^^^^^^^^^^^ 202 | combinator::peek, | ^^^^^^^^^^^^^^^^ 203 | combinator::recognize, | ^^^^^^^^^^^^^^^^^^^^^ 204 | combinator::rest, | ^^^^^^^^^^^^^^^^ 205 | combinator::rest_len, | ^^^^^^^^^^^^^^^^^^^^ 206 | combinator::success, | ^^^^^^^^^^^^^^^^^^^ 207 | combinator::value, | ^^^^^^^^^^^^^^^^^ 208 | combinator::verify, | ^^^^^^^^^^^^^^^^^^ 209 | error::ContextError, | ^^^^^^^^^^^^^^^^^^^ 210 | error::Error, | ^^^^^^^^^^^^ 211 | error::ErrorKind, | ^^^^^^^^^^^^^^^^ 212 | error::FromExternalError, | ^^^^^^^^^^^^^^^^^^^^^^^^ 213 | error::ParseError, | ^^^^^^^^^^^^^^^^^ 214 | error::VerboseError, | ^^^^^^^^^^^^^^^^^^^ 215 | error::VerboseErrorKind, | ^^^^^^^^^^^^^^^^^^^^^^^ 216 | error::append_error, | ^^^^^^^^^^^^^^^^^^^ 217 | error::context, | ^^^^^^^^^^^^^^ 218 | error::convert_error, | ^^^^^^^^^^^^^^^^^^^^ 219 | error::dbg_dmp, | ^^^^^^^^^^^^^^ 220 | error::error_to_u32, | ^^^^^^^^^^^^^^^^^^^ 221 | error::make_error, | ^^^^^^^^^^^^^^^^^ 222 | multi::count, | ^^^^^^^^^^^^ 223 | multi::fill, | ^^^^^^^^^^^ 224 | multi::fold_many0, | ^^^^^^^^^^^^^^^^^ 225 | multi::fold_many1, | ^^^^^^^^^^^^^^^^^ 226 | multi::fold_many_m_n, | ^^^^^^^^^^^^^^^^^^^^ 227 | multi::length_count, | ^^^^^^^^^^^^^^^^^^^ 228 | multi::length_data, | ^^^^^^^^^^^^^^^^^^ 229 | multi::length_value, | ^^^^^^^^^^^^^^^^^^^ 230 | multi::many0, | ^^^^^^^^^^^^ 231 | multi::many0_count, | ^^^^^^^^^^^^^^^^^^ 232 | multi::many1, | ^^^^^^^^^^^^ 233 | multi::many1_count, | ^^^^^^^^^^^^^^^^^^ 234 | multi::many_m_n, | ^^^^^^^^^^^^^^^ 235 | multi::many_till, | ^^^^^^^^^^^^^^^^ 236 | multi::separated_list0, | ^^^^^^^^^^^^^^^^^^^^^^ 237 | multi::separated_list1, | ^^^^^^^^^^^^^^^^^^^^^^ 238 | sequence::delimited, | ^^^^^^^^^^^^^^^^^^^ 239 | sequence::pair, | ^^^^^^^^^^^^^^ 240 | sequence::preceded, | ^^^^^^^^^^^^^^^^^^ 241 | sequence::separated_pair, | ^^^^^^^^^^^^^^^^^^^^^^^^ 242 | sequence::terminated, | ^^^^^^^^^^^^^^^^^^^^ 243 | sequence::tuple, | ^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/color-print-proc-macro/src/parse/util.rs:10:23 | 10 | |nom_err: Err| match nom_err { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 10 | |nom_err: Err>| match nom_err { | ++++ Fresh clippy_utils v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_utils) Fresh anstyle-parse v0.2.3 Fresh url v2.5.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:287:39 | 287 | fn split_prefix(self, input: &mut Input) -> bool; | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 287 | fn split_prefix(self, input: &mut Input<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:291:39 | 291 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:297:39 | 297 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:308:39 | 308 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:1062:29 | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1062 | pub fn file_host(input: Input<'_>) -> ParseResult<(bool, String, Input)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/parser.rs:1062:66 | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1062 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/url/src/lib.rs:2664:40 | 2664 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2664 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh declare_clippy_lint v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/declare_clippy_lint) warning: `color-print-proc-macro` (lib) generated 11 warnings warning: `url` (lib) generated 7 warnings Fresh libc v0.2.153 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:176:42 | 176 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 176 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/mod.rs:225:42 | 225 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 225 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Fresh unicode-script v0.5.6 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/unicode-script/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh regex-syntax v0.8.2 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/regex-syntax/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh anstyle v1.0.6 Fresh colorchoice v1.0.0 Fresh anstyle-query v1.0.2 warning: `libc` (lib) generated 11 warnings warning: `unicode-script` (lib) generated 3 warnings warning: `regex-syntax` (lib) generated 1 warning Fresh quine-mc_cluskey v0.2.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:229:39 | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:243:43 | 243 | And(_) | Or(_) => try!(write!(fmt, "({:?})", a)), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:244:30 | 244 | _ => try!(write!(fmt, "{:?}", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:250:17 | 250 | try!(write!(fmt, "{:?}", a[0])); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:253:34 | 253 | Or(_) => try!(write!(fmt, " + ({:?})", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:254:30 | 254 | _ => try!(write!(fmt, " + {:?}", a)), | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:375:39 | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:379:21 | 379 | try!(write!(fmt, "0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:381:21 | 381 | try!(write!(fmt, "1")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/vendor/quine-mc_cluskey/src/lib.rs:384:17 | 384 | try!(write!(fmt, "-")); | ^^^ Fresh anstream v0.6.13 Fresh termize v0.1.1 Fresh color-print v0.3.5 Fresh rustc_tools_util v0.3.0 warning: `quine-mc_cluskey` (lib) generated 10 warnings Fresh clippy_lints v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/clippy_lints) Fresh clippy v0.1.78 (/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy) Finished `release` profile [optimized] target(s) in 2.88s Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-clippy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "" } < CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/clippy-driver" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/clippy-driver" Install "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/cargo-clippy" Copy/Link "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/cargo-clippy" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.78.0/rustc-1.78.0-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-MIT" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist clippy-1.78.0-x86_64-unknown-openbsd running: BootstrapCommand { command: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib:/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/lib" RUSTC="/exopi-obj/pobj/rust-1.78.0/rustc-bootstrap-amd64-1.78.0/bin/rustc" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image" "--component-name=clippy-preview" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=clippy installed." "--package-name=clippy-1.78.0-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast", failure_behavior: Exit, output_mode: PrintAll } finished in 0.398 seconds < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } There have been changes to x.py since you last updated: [WARNING] rust-analyzer-proc-macro-srv is no longer enabled by default. To build it, you must either enable it in the configuration or explicitly invoke it with x.py. - PR Link https://github.com/rust-lang/rust/pull/119124 [INFO] The dist.missing-tools config option was deprecated, as it was unused. If you are using it, remove it from your config, it will be removed soon. - PR Link https://github.com/rust-lang/rust/pull/119373 [WARNING] A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details. - PR Link https://github.com/rust-lang/rust/pull/102579 [INFO] New option `target..codegen-backends` added to config.toml. - PR Link https://github.com/rust-lang/rust/pull/120348 [INFO] A new `rust.frame-pointers` option has been introduced and made the default in the compiler and codegen profiles. - PR Link https://github.com/rust-lang/rust/pull/121203 [WARNING] The "codegen"/"llvm" profile has been removed and replaced with "compiler", use it instead for the same behavior. - PR Link https://github.com/rust-lang/rust/pull/121278 [INFO] `x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process. - PR Link https://github.com/rust-lang/rust/pull/118724 [INFO] A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap. - PR Link https://github.com/rust-lang/rust/pull/121976 [INFO] a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target - PR Link https://github.com/rust-lang/rust/pull/122108 [INFO] New option `rust.llvm-bitcode-linker` that will build the llvm-bitcode-linker. - PR Link https://github.com/rust-lang/rust/pull/117458 [WARNING] `rust.split-debuginfo` has been moved to `target..split-debuginfo` and its default value is determined for each target individually. - PR Link https://github.com/rust-lang/rust/pull/121754 NOTE: to silence this warning, update `config.toml` to use `change-id = 121754` instead NOTE: this message was printed twice to make it more likely to be seen Build completed successfully in 0:53:25 rm -rf -- /exopi-obj/pobj/rust-1.78.0/build-amd64/build/tmp >>> Running fake in lang/rust at 1716227147.96 ===> lang/rust ===> Faking installation for rust-1.78.0 rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/rustc-1.78.0-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/rustc-1.78.0-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rustc' rustc installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/rust-std-1.78.0-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/rust-std-1.78.0-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rust-std-x86_64-unknown-openbsd' rust std installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/cargo-1.78.0-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/cargo-1.78.0-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'cargo' cargo installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/clippy-1.78.0-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/clippy-1.78.0-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'clippy-preview' clippy installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/rustfmt-1.78.0-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/rustfmt-1.78.0-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rustfmt-preview' rustfmt installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.78.0/build-amd64/build/dist/rust-src-1.78.0.tar.gz cd /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist/rust-src-1.78.0 && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rust-src' rust src installed. rm -rf /exopi-obj/pobj/rust-1.78.0/build-amd64/_extractdist # cleanup rm /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/{install.log,uninstall.sh,rust-installer-version} /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/components /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/manifest-* find /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/src -name '*.orig.port' -delete # rehash libraries to have stables filenames cd /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local && /usr/local/bin/python3.11 "/exopi-cvs/ports/lang/rust/files/rehash.py" x86_64-unknown-openbsd 6a40f2679b82d5 addr2line adler alloc cfg_if compiler_builtins core getopts gimli hashbrown libc memchr miniz_oxide object panic_abort panic_unwind proc_macro rustc_demangle rustc_driver rustc_std_workspace_alloc rustc_std_workspace_core rustc_std_workspace_std std std_detect sysroot test unicode_width unwind 6a40f2679b82d511: lib/librustc_driver-0d4a6a97fb5bcb03.so 6a40f2679b82d515: lib/libstd-b90d3534f4e3d3cc.so 6a40f2679b82d500: lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-6b3dbc6c010c57a9.rlib 6a40f2679b82d501: lib/rustlib/x86_64-unknown-openbsd/lib/libadler-40af393b223d58db.rlib 6a40f2679b82d502: lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-8889a72c11d282f9.rlib 6a40f2679b82d503: lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-38de8d53ffb2ebad.rlib 6a40f2679b82d504: lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-488ac81225b3d457.rlib 6a40f2679b82d505: lib/rustlib/x86_64-unknown-openbsd/lib/libcore-c1bd7c141a691af3.rlib 6a40f2679b82d506: lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-10789bb394eb3c3d.rlib 6a40f2679b82d507: lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-ad478d8b3a5f022f.rlib 6a40f2679b82d508: lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-9b08391d3914d1f2.rlib 6a40f2679b82d509: lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-b37079a9c80a39bd.rlib 6a40f2679b82d50a: lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-f4374da8b195d3f1.rlib 6a40f2679b82d50b: lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-108369a88169ff19.rlib 6a40f2679b82d50c: lib/rustlib/x86_64-unknown-openbsd/lib/libobject-f4bba9c452fb9aac.rlib 6a40f2679b82d50d: lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-2e86fcc9cfa5cc0e.rlib 6a40f2679b82d50e: lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-2f2dd376b184355b.rlib 6a40f2679b82d50f: lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-3be2e29eaee37599.rlib 6a40f2679b82d510: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-b4ea7ba65bcf6a08.rlib 6a40f2679b82d512: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-f9d261ddb8c43284.rlib 6a40f2679b82d513: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-7d4f6bc5a8623831.rlib 6a40f2679b82d514: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-b9845d5680a671a2.rlib 6a40f2679b82d515: lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.rlib 6a40f2679b82d515: lib/rustlib/x86_64-unknown-openbsd/lib/libstd-b90d3534f4e3d3cc.so 6a40f2679b82d516: lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-29919624e7055c1c.rlib 6a40f2679b82d517: lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-d2b956857acb3335.rlib 6a40f2679b82d518: lib/rustlib/x86_64-unknown-openbsd/lib/libtest-873175ce59c901df.rlib 6a40f2679b82d519: lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-0008a776bfcab0e3.rlib 6a40f2679b82d51a: lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-25466a909ce78b88.rlib renaming files in 'lib' renaming files in 'lib/rustlib/x86_64-unknown-openbsd/lib' applying content change... # create a bootstrap tarball cd /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local && pax -w -f /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustc-bootstrap-amd64.tar -s ',^,rustc-bootstrap-amd64-1.78.0/,' bin/{rustc,rustdoc,cargo} lib/rustlib/x86_64-unknown-openbsd/ cd /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local && ldd bin/{rustc,rustdoc,cargo} | awk '$3 == "rlib" { print $7 }' | sort -u | pax -wa -f /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustc-bootstrap-amd64.tar -s ',^.*/,rustc-bootstrap-amd64-1.78.0/lib/,' # replace libraries by link for lib in /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/lib*.* ; do libname=${lib##*/} ; if [ -e /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/x86_64-unknown-openbsd/lib/${libname} ] ; then ln -fs rustlib/x86_64-unknown-openbsd/lib/${libname} /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/${libname} ; fi ; done # install cargo bash-completion mkdir -p /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/share/bash-completion/completions mv /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/etc/bash_completion.d/cargo /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/share/bash-completion/completions rmdir -p /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/etc/bash_completion.d rmdir: /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local: Directory not empty *** Error 1 in target 'do-install' (ignored) # compile python stuff /usr/local/bin/python3.11 /usr/local/lib/python3.11/compileall.py /exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc Listing '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/gdb_load_rust_pretty_printers.py'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/gdb_lookup.py'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/gdb_providers.py'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/lldb_lookup.py'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/lldb_providers.py'... Compiling '/exopi-obj/pobj/rust-1.78.0/fake-amd64/usr/local/lib/rustlib/etc/rust_types.py'... >>> Running package in lang/rust at 1716227382.98 ===> lang/rust `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-1.78.0 Create /exopi-cvs/ports/packages/amd64/all/rust-1.78.0.tgz Creating package rust-1.78.0 reading plist| checking dependencies| checking dependencies|net/curl checking dependencies|security/libssh2 checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|***** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-1.78.0.tgz `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-gdb-1.78.0 Create /exopi-cvs/ports/packages/amd64/all/rust-gdb-1.78.0.tgz Creating package rust-gdb-1.78.0 reading plist| checking dependencies| checking dependencies|devel/gdb checking dependencies|devel/llvm/16,-lldb checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|** | 4% checksumming|**** | 7% checksumming|******* | 11% checksumming|********* | 14% checksumming|*********** | 18% checksumming|************* | 21% checksumming|*************** | 25% checksumming|***************** | 29% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 71% checksumming|********************************************** | 75% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|**** | 7% archiving|***************** | 27% archiving|******************** | 31% archiving|************************************* | 57% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|****************************************** | 66% archiving|***************************************************** | 84% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-gdb-1.78.0.tgz `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-clippy-1.78.0 Create /exopi-cvs/ports/packages/amd64/all/rust-clippy-1.78.0.tgz Creating package rust-clippy-1.78.0 reading plist| checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******** | 12% archiving|**************** | 25% archiving|************************* | 38% archiving|********************************* | 52% archiving|****************************************** | 65% archiving|************************************************** | 78% archiving|*********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-clippy-1.78.0.tgz `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-rustfmt-1.78.0 Create /exopi-cvs/ports/packages/amd64/all/rust-rustfmt-1.78.0.tgz Creating package rust-rustfmt-1.78.0 reading plist| checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********** | 18% archiving|************************ | 37% archiving|************************************ | 57% archiving|************************************************* | 76% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-rustfmt-1.78.0.tgz `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-bootstrap-1.78.0 Create /exopi-cvs/ports/packages/amd64/all/rust-bootstrap-1.78.0.tgz Creating package rust-bootstrap-1.78.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|******* | 11% checksumming|************** | 22% checksumming|******************** | 33% checksumming|*************************** | 44% checksumming|********************************** | 56% checksumming|***************************************** | 67% checksumming|*********************************************** | 78% checksumming|****************************************************** | 89% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|*** | 4% archiving|*** | 5% archiving|**** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-bootstrap-1.78.0.tgz `/exopi-obj/pobj/rust-1.78.0/fake-amd64/.fake_done' is up to date. ===> Building package for rust-src-1.78.0 Create /exopi-cvs/ports/packages/amd64/no-arch/rust-src-1.78.0.tgz Creating package rust-src-1.78.0 reading plist| checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|***************************** | 45% archiving|****************************** | 47% archiving|******************************* | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|************************************ | 56% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************ | 95% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/all/rust-src-1.78.0.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/rust-src-1.78.0.tgz >>> Running clean in lang/rust at 1716227547.50 ===> lang/rust ===> Cleaning for rust-1.78.0 >>> Ended at 1716227570.41 max_stuck=280.96/depends=24.09/show-prepare-results=2.54/patch=65.37/configure=0.53/build=3206.84/fake=235.02/package=164.51/clean=22.95